Documentation
¶
Overview ¶
Package watcherstate https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/watcher/stats/types.ts#L26-L31
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Stopped = WatcherState{"stopped"} Starting = WatcherState{"starting"} Started = WatcherState{"started"} Stopping = WatcherState{"stopping"} )
Functions ¶
This section is empty.
Types ¶
type WatcherState ¶
type WatcherState struct {
// contains filtered or unexported fields
}
func (WatcherState) MarshalText ¶
func (w WatcherState) MarshalText() (text []byte, err error)
func (WatcherState) String ¶
func (w WatcherState) String() string
func (*WatcherState) UnmarshalText ¶
func (w *WatcherState) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.