Versions in this module Expand all Collapse all v0 v0.1.0 Feb 8, 2022 Changes in this version + type ConfigError struct + func NewConfigError(msg, cn string) *ConfigError + func (e ConfigError) Error() string + type DialError struct + Err error + func NewDialError(msg, cn string, err error) *DialError + func (e *DialError) Error() string + func (e *DialError) Unwrap() error + type RefreshError struct + Err error + func NewRefreshError(msg, cn string, err error) *RefreshError + func (e *RefreshError) Error() string + func (e *RefreshError) Unwrap() error