mirror of
https://github.com/pgsty/minio.git
synced 2026-08-04 15:12:47 +03:00
9 lines
86 B
Go
9 lines
86 B
Go
package nsq
|
|
|
|
// states
|
|
const (
|
|
StateInit = iota
|
|
StateDisconnected
|
|
StateConnected
|
|
)
|