Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Get(k interface{}) (interface{}, error) Put(k, v interface{}) Remove(keys ...interface{}) Has(keys ...interface{}) bool HasValue(values ...interface{}) bool KeyOf(value interface{}) (interface{}, error) Each(func(k, v interface{}) bool) Len() int Clear() IsEmpty() bool IsEqual(Interface) bool String() string Keys() []interface{} Values() []interface{} Map() map[interface{}]interface{} Copy() Interface }
Interface describes functions a Map must expose
Click to show internal directories.
Click to hide internal directories.