Documentation ¶
Index ¶
- type OrderMap
- func (om *OrderMap) Clear()
- func (om *OrderMap) Delete(key string)
- func (om *OrderMap) Each(fn func(key string, value interface{}))
- func (om *OrderMap) Get(key string) (interface{}, bool)
- func (om *OrderMap) Keys() []string
- func (om *OrderMap) Len() int
- func (om *OrderMap) MustGet(key string) interface{}
- func (om *OrderMap) Set(key string, value interface{})
- func (om *OrderMap) Values() []interface{}
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.