Documentation ¶
Index ¶
- type MapQuery
- type Query
- func (q *Query) Bool() (b bool)
- func (q *Query) Err() error
- func (q *Query) Float64() (f float64)
- func (q *Query) Int() (i int)
- func (q *Query) Map() *MapQuery
- func (q *Query) SetErr(err error)
- func (q *Query) Slice() []*Query
- func (q *Query) String() (s string)
- func (q *Query) ToFloat64() (f float64)
- func (q *Query) Unwrap() interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapQuery ¶
type MapQuery struct {
// contains filtered or unexported fields
}
MapQuery helps extracting values from a map[string]interface{}.
Click to show internal directories.
Click to hide internal directories.