Documentation ¶
Index ¶
- Variables
- type Yaml
- func (config *Yaml) All() map[string]generic.Value
- func (config *Yaml) Get(key string) generic.Value
- func (config *Yaml) Has(key string) (bool, generic.Value)
- func (config *Yaml) Init(params ...string) error
- func (config *Yaml) Name() string
- func (config *Yaml) Register(settings ...interface{}) error
- func (config *Yaml) Set(key string, value interface{}) error
- func (config *Yaml) SetMulti(data map[string]interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Driver = &Yaml{}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.