minio/vendor/github.com/nsqio/go-nsq/states.go

9 lines
86 B
Go

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