mirror of
https://github.com/minio/minio.git
synced 2024-12-26 07:05:55 -05:00
9 lines
86 B
Go
9 lines
86 B
Go
package nsq
|
|
|
|
// states
|
|
const (
|
|
StateInit = iota
|
|
StateDisconnected
|
|
StateConnected
|
|
)
|