package constant
type ConnStatus int8
const (
ConnStatusClosed ConnStatus = iota
ConnStatusNormal
ConnStatusIgnore
)