Documentation ¶
Index ¶
- type Dict
- func (d *Dict) Delete(k string)
- func (d *Dict) Dump() map[string]string
- func (d *Dict) Lookup(k string) string
- func (d *Dict) MarchalYAML() ([]byte, error)
- func (d *Dict) MarshalJSON() ([]byte, error)
- func (d *Dict) Merge(in map[string]string)
- func (d *Dict) MergeIfNotPresent(in map[string]string)
- func (d *Dict) Range(f func(key, value interface{}) bool)
- func (d *Dict) Store(k, v string)
- func (d *Dict) UnmarshalJSON(data []byte) error
- func (d *Dict) UnmarshalYAML(data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dict ¶
type Dict struct {
// contains filtered or unexported fields
}
func (*Dict) MarchalYAML ¶
func (*Dict) MarshalJSON ¶ added in v1.34.0
func (*Dict) MergeIfNotPresent ¶
func (*Dict) UnmarshalJSON ¶
func (*Dict) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.