Documentation
¶
Index ¶
- Variables
- type Map
- func (m Map) Clear() error
- func (m Map) Delete(key string) error
- func (m Map) Get(key string) (interface{}, error)
- func (m Map) Has(key string) (bool, error)
- func (m Map) Merge(key string, value interface{}) error
- func (m Map) Set(key string, value interface{}) error
- func (m Map) ToJSON() ([]byte, error)
- func (m Map) ToMap() map[string]interface{}
- func (m Map) ToYAML() ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("not found")
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.