chore: Chore: adjust the loading order, and then load the resource at last
This commit is contained in:
9
constant/status.go
Normal file
9
constant/status.go
Normal file
@ -0,0 +1,9 @@
|
||||
package constant
|
||||
|
||||
type TunnelStatus uint8
|
||||
|
||||
const (
|
||||
TunnelSuspend TunnelStatus = iota
|
||||
TunnelInner
|
||||
TunnelRunning
|
||||
)
|
Reference in New Issue
Block a user