Documentation
¶
Overview ¶
Package actionstatusoptions https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/watcher/_types/Action.ts#L99-L104
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Success = ActionStatusOptions{"success"} Failure = ActionStatusOptions{"failure"} Simulated = ActionStatusOptions{"simulated"} Throttled = ActionStatusOptions{"throttled"} )
Functions ¶
This section is empty.
Types ¶
type ActionStatusOptions ¶
type ActionStatusOptions struct {
// contains filtered or unexported fields
}
func (ActionStatusOptions) MarshalText ¶
func (a ActionStatusOptions) MarshalText() (text []byte, err error)
func (ActionStatusOptions) String ¶
func (a ActionStatusOptions) String() string
func (*ActionStatusOptions) UnmarshalText ¶
func (a *ActionStatusOptions) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.