Documentation ¶
Overview ¶
Package valuetype
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 {
Name string
}
func (ValueType) MarshalText ¶
func (*ValueType) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.