1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-29 11:38:25 +00:00

14 lines
121 B
Go

package consts
// server status
const (
Idle = iota
Working
)
// connection type
const (
CtlConn = iota
WorkConn
)