Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Auth0 auth0 `json:"AUTH0"` Folivora folivora `json:"FOLIVORA"` }
Config is a struct representation of the root/secret config.json file.
type ErrorReadFile ¶
type ErrorReadFile struct {
// contains filtered or unexported fields
}
ErrorReadFile wraps errors returned by ioutil.ReadFile in the New function.
func (ErrorReadFile) Error ¶
func (e ErrorReadFile) Error() string
type ErrorUnmarshalConfig ¶
type ErrorUnmarshalConfig struct {
// contains filtered or unexported fields
}
ErrorUnmarshalConfig wraps errors returned by json.Unmarshal in the New function.
func (ErrorUnmarshalConfig) Error ¶
func (e ErrorUnmarshalConfig) Error() string
Click to show internal directories.
Click to hide internal directories.