package connections type ConnectionState int const ( DISCONNECTED ConnectionState = iota CONNECTING CONNECTED AUTHENTICATED )