Documentation ¶
Index ¶
- Constants
- type Config
- func (c *Config) Get(key string, valueCall func() (interface{}, error)) (interface{}, error)
- func (c *Config) GetInt(key string, valueCall func() (int, error)) (int, error)
- func (c *Config) GetString(key string, valueCall func() (string, error)) (string, error)
- func (c *Config) Set(key string, value interface{})
- func (c *Config) SetInt(key string, value int)
Constants ¶
View Source
const CONFIG_FILENAME = ".config/plaincast.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.