Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapStrAny ¶
type MapStrAny interface { Set(key string, value interface{}) Get(key string) interface{} Del(key string) GetOrSet(key string, value interface{}) interface{} GetAndDel(key string) interface{} Range(func(key string, value interface{}) bool) Has(key string) bool Len() int Keys() []string Values() []interface{} IsEmpty() bool Merge(maps ...MapStr) }
Click to show internal directories.
Click to hide internal directories.