mihomo/constant/status.go

10 lines
116 B
Go
Raw Normal View History

package constant
type TunnelStatus uint8
const (
TunnelSuspend TunnelStatus = iota
TunnelInner
TunnelRunning
)