Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BackOffRetry ¶
Types ¶
type ConnectionStatus ¶ added in v0.6.0
type ConnectionStatus int
const ( // Connection is connected StatusConnected ConnectionStatus = iota // Connection is disconnected and not trying to reconnect StatusDisconnected // Connection is attempting to reconnect StatusReconnecting // Connection cannot authentified itself to the db StatusNotAuthenticated // Connection is purposfully closed StatusClosed )
func (ConnectionStatus) String ¶ added in v0.6.0
func (s ConnectionStatus) String() string
Click to show internal directories.
Click to hide internal directories.