Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type DecodeError ¶
type DecodeError struct {
// contains filtered or unexported fields
}
Yaml configuration file decoding error
func (DecodeError) Error ¶
func (e DecodeError) Error() string
func (DecodeError) Unwrap ¶
func (e DecodeError) Unwrap() error
type InvalidAddressError ¶
type InvalidAddressError struct {
// contains filtered or unexported fields
}
Invalid address field error
func (InvalidAddressError) Error ¶
func (e InvalidAddressError) Error() string
func (InvalidAddressError) Unwrap ¶
func (e InvalidAddressError) Unwrap() error
type InvalidPortError ¶
type InvalidPortError struct {
// contains filtered or unexported fields
}
Invalid port field error
func (InvalidPortError) Error ¶
func (e InvalidPortError) Error() string
func (InvalidPortError) Unwrap ¶
func (e InvalidPortError) Unwrap() error
type InvalidTokenError ¶
type InvalidTokenError struct {
// contains filtered or unexported fields
}
Invalid token field error
func (InvalidTokenError) Error ¶
func (e InvalidTokenError) Error() string
Click to show internal directories.
Click to hide internal directories.