Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnsupportedProvider = errors.New("This configuration manager is not supported")
)
Functions ¶
func MarshalWriter ¶
func SetConfigType ¶
func SetConfigType(ct string)
Types ¶
type ConfigMarshalError ¶
type ConfigMarshalError struct {
// contains filtered or unexported fields
}
ConfigMarshalError happens when failing to marshal the configuration.
func (ConfigMarshalError) Error ¶
func (e ConfigMarshalError) Error() string
Error returns the formatted configuration error.
type ConfigParseError ¶
type ConfigParseError struct {
// contains filtered or unexported fields
}
func (ConfigParseError) Error ¶
func (pe ConfigParseError) Error() string
Error returns the formatted configuration error.
Click to show internal directories.
Click to hide internal directories.