Documentation
¶
Index ¶
- type Equalable
- type IgcMap
- func (m *IgcMap) Del(key string)
- func (m *IgcMap) Equal(o *IgcMap) bool
- func (m *IgcMap) Get(key string) (val interface{}, ok bool)
- func (m *IgcMap) Iter(callback func(key string, val interface{}) bool)
- func (m *IgcMap) Keys() []string
- func (m *IgcMap) MergeIgc(other *IgcMap)
- func (m *IgcMap) MergeMap(other map[string]interface{})
- func (m *IgcMap) Orignal() map[string]interface{}
- func (m *IgcMap) Set(key string, val interface{}) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.