Documentation
¶
Overview ¶
Package statslevel https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/searchable_snapshots/_types/stats.ts#L20-L24
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cluster = StatsLevel{"cluster"} Indices = StatsLevel{"indices"} Shards = StatsLevel{"shards"} )
Functions ¶
This section is empty.
Types ¶
type StatsLevel ¶
type StatsLevel struct {
// contains filtered or unexported fields
}
func (StatsLevel) MarshalText ¶
func (s StatsLevel) MarshalText() (text []byte, err error)
func (StatsLevel) String ¶
func (s StatsLevel) String() string
func (*StatsLevel) UnmarshalText ¶
func (s *StatsLevel) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.