Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DBFile string `json:"db_file"` LogFile string `json:"log_file"` Credentials Credentials `json:"credentials"` }
type Credentials ¶
type Credentials struct { APIKey string `json:"api_key"` }
type ErrConfigFileNotFound ¶
type ErrConfigFileNotFound struct {
Path string
}
func (ErrConfigFileNotFound) Error ¶
func (e ErrConfigFileNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.