Documentation
¶
Index ¶
- func GetDefaultConfigFolderPath(appName string) string
- type Config
- func (c *Config) Decode(r io.Reader) error
- func (c *Config) Encode(w io.Writer) error
- func (c *Config) Get(key string) any
- func (c *Config) Has(key string) bool
- func (c *Config) Set(key string, val any)
- func (c *Config) SetDecoder(decode func(data []byte, v any) error)
- func (c *Config) SetEncoder(encode func(v any) ([]byte, error))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.