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 StructToBMap ¶
func StructToBMap(v interface{}) (values BMap)
struct to BMap, maybe use Encode ps: the BMap key->value , value will be string type
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.