mirror of
https://github.com/tavenli/port-forward.git
synced 2024-04-21 12:42:13 +00:00
6 lines
76 B
Go
6 lines
76 B
Go
package Constant
|
|
|
|
const (
|
|
RunStatus_Stoped =byte(iota)
|
|
RunStatus_Running
|
|
) |