Documentation ¶
Overview ¶
Package statslevel
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 {
Name string
}
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.