chore: better TunnelStatus define

This commit is contained in:
wwqgtxx
2023-03-15 00:10:54 +08:00
parent 8dda9fdb70
commit 53928eb895
3 changed files with 102 additions and 16 deletions

View File

@ -1,9 +0,0 @@
package constant
type TunnelStatus uint8
const (
TunnelSuspend TunnelStatus = iota
TunnelInner
TunnelRunning
)