Documentation ¶
Overview ¶
Package clusterinfotarget
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = ClusterInfoTarget{"_all"} Http = ClusterInfoTarget{"http"} Ingest = ClusterInfoTarget{"ingest"} Threadpool = ClusterInfoTarget{"thread_pool"} Script = ClusterInfoTarget{"script"} )
Functions ¶
This section is empty.
Types ¶
type ClusterInfoTarget ¶
type ClusterInfoTarget struct {
Name string
}
func (ClusterInfoTarget) MarshalText ¶
func (c ClusterInfoTarget) MarshalText() (text []byte, err error)
func (ClusterInfoTarget) String ¶
func (c ClusterInfoTarget) String() string
func (*ClusterInfoTarget) UnmarshalText ¶
func (c *ClusterInfoTarget) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.