9 lines
86 B
Go
Raw Normal View History

package nsq
// states
const (
StateInit = iota
StateDisconnected
StateConnected
)