mihomo/constant/status.go

9 lines
116 B
Go

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