Documentation ¶
Overview ¶
Package runtimefieldtype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Boolean = RuntimeFieldType{"boolean"} Date = RuntimeFieldType{"date"} Double = RuntimeFieldType{"double"} Geopoint = RuntimeFieldType{"geo_point"} Ip = RuntimeFieldType{"ip"} Keyword = RuntimeFieldType{"keyword"} Long = RuntimeFieldType{"long"} Lookup = RuntimeFieldType{"lookup"} )
Functions ¶
This section is empty.
Types ¶
type RuntimeFieldType ¶
type RuntimeFieldType struct {
Name string
}
func (RuntimeFieldType) MarshalText ¶
func (r RuntimeFieldType) MarshalText() (text []byte, err error)
func (RuntimeFieldType) String ¶
func (r RuntimeFieldType) String() string
func (*RuntimeFieldType) UnmarshalText ¶
func (r *RuntimeFieldType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.