Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BMap ¶
type BMap map[string]interface{}
func ToBMap ¶ added in v1.30.31
func ToBMap(v interface{}) (values BMap)
ToBMap struct/slice... to BMap v must be allowed
func (BMap) Get ¶
Get gets the first value associated with the given key. If there are no values associated with the key, Get returns the empty string. To access multiple values, use the map directly.
Click to show internal directories.
Click to hide internal directories.