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