mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
Change directory structure, move models and utils to root directory
This commit is contained in:
13
models/consts/consts.go
Normal file
13
models/consts/consts.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package consts
|
||||
|
||||
// server status
|
||||
const (
|
||||
Idle = iota
|
||||
Working
|
||||
)
|
||||
|
||||
// connection type
|
||||
const (
|
||||
CtlConn = iota
|
||||
WorkConn
|
||||
)
|
||||
Reference in New Issue
Block a user