Documentation
¶
Overview ¶
Package nodestatslevel
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Node = NodeStatsLevel{"node"} Indices = NodeStatsLevel{"indices"} Shards = NodeStatsLevel{"shards"} )
Functions ¶
This section is empty.
Types ¶
type NodeStatsLevel ¶
type NodeStatsLevel struct {
Name string
}
func (NodeStatsLevel) MarshalText ¶
func (n NodeStatsLevel) MarshalText() (text []byte, err error)
func (NodeStatsLevel) String ¶
func (n NodeStatsLevel) String() string
func (*NodeStatsLevel) UnmarshalText ¶
func (n *NodeStatsLevel) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.