Documentation
¶
Overview ¶
Package valuetype https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/_types/aggregations/metric.ts#L189-L200
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( String = ValueType{"string"} Long = ValueType{"long"} Double = ValueType{"double"} Number = ValueType{"number"} Date = ValueType{"date"} Datenanos = ValueType{"date_nanos"} Ip = ValueType{"ip"} Numeric = ValueType{"numeric"} Geopoint = ValueType{"geo_point"} Boolean = ValueType{"boolean"} )
Functions ¶
This section is empty.
Types ¶
type ValueType ¶
type ValueType struct {
// contains filtered or unexported fields
}
func (ValueType) MarshalText ¶
func (*ValueType) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.