Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Mechanism string `json:"mechanism" yaml:"mechanism"` User string `json:"user" yaml:"user"` Password string `json:"password" yaml:"password"` }
Config contains configuration for SASL based authentication.
type ErrMechanismNotSupported ¶
type ErrMechanismNotSupported string
ErrMechanismNotSupported is returned if a SASL mechanism was not recognized.
func (ErrMechanismNotSupported) Error ¶
func (e ErrMechanismNotSupported) Error() string
Error implements the standard error interface.
Click to show internal directories.
Click to hide internal directories.