Documentation ¶
Index ¶
- func CheckDateType(field interface{}) (*google_proto.Date, bool)
- func CheckTimestampType(field interface{}) (*timestamp.Timestamp, bool)
- func DoubleSlice(s interface{}) []interface{}
- func GetTypeName(name string) string
- func IsEnumAll(vv interface{}) bool
- func IsNil(field interface{}) bool
- func IsZero(field interface{}) bool
- func MakeKeyEsMap(m map[string]interface{}, key string) map[string]interface{}
- func MakeKeyMap(m *map[string]interface{}, key string) *map[string]interface{}
- type MapRangeSearch
- type RangeQuery
- type RangeTmstampSearch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDateType ¶
func CheckDateType(field interface{}) (*google_proto.Date, bool)
CheckDateType ...
func CheckTimestampType ¶
CheckTimestampType ...
func MakeKeyEsMap ¶
MakeKeyEsMap ...
func MakeKeyMap ¶
MakeKeyMap ...
Types ¶
type MapRangeSearch ¶
type MapRangeSearch struct {
MapRangeTmStampSearch map[string]*RangeTmstampSearch
}
MapRangeDateSearch ...
type RangeQuery ¶
type RangeQuery struct {
MapQuery map[string]*elasticPkg.RangeQuery
}
RangeQuery ...
func (*RangeQuery) NewRangeQuery ¶
func (r *RangeQuery) NewRangeQuery(name string) *elasticPkg.RangeQuery
NewRangeQuery ...
type RangeTmstampSearch ¶
Click to show internal directories.
Click to hide internal directories.