Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GenericMap ¶
type GenericMap struct {
// contains filtered or unexported fields
}
func (*GenericMap) Get ¶
func (g *GenericMap) Get(key string) interface{}
func (*GenericMap) GetStr ¶
func (g *GenericMap) GetStr(key string) string
func (*GenericMap) Put ¶
func (g *GenericMap) Put(key string, value interface{}) *GenericMap
func (*GenericMap) Remove ¶
func (g *GenericMap) Remove(key string)
Click to show internal directories.
Click to hide internal directories.