1
0
mirror of https://github.com/fatedier/frp synced 2025-10-05 20:47:52 +08:00
frp/models/consts/consts.go

14 lines
121 B
Go

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