Documentation ¶
Index ¶
- type Dict
- func (d *Dict) Data() map[string]interface{}
- func (d *Dict) Delete(key string) (interface{}, bool)
- func (d *Dict) Get(key string) (interface{}, bool)
- func (d *Dict) GetOrPut(key string, value interface{}) (interface{}, bool)
- func (d *Dict) GetOrPutFunc(key string, f func(string) (interface{}, error)) (interface{}, bool)
- func (d *Dict) Len() int
- func (d *Dict) Put(key string, value interface{}) (interface{}, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dict ¶
func (*Dict) GetOrPutFunc ¶
Click to show internal directories.
Click to hide internal directories.