Documentation
¶
Overview ¶
Package indexmode
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Standard = IndexMode{"standard"} Timeseries = IndexMode{"time_series"} Logsdb = IndexMode{"logsdb"} Lookup = IndexMode{"lookup"} )
Functions ¶
This section is empty.
Types ¶
type IndexMode ¶
type IndexMode struct {
Name string
}
func (IndexMode) MarshalText ¶
func (*IndexMode) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.