Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
DefaultGroup string `json:"default_group,omitempty"`
DefaultCurrency string `json:"default_currency,omitempty"`
}
Config holds user preferences.
type UnknownKeyError ¶
type UnknownKeyError struct {
Key string
}
UnknownKeyError is returned when an unrecognized config key is used.
func (*UnknownKeyError) Error ¶
func (e *UnknownKeyError) Error() string
Click to show internal directories.
Click to hide internal directories.