Documentation
¶
Overview ¶
Package executionstatus https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/watcher/_types/Execution.ts#L38-L47
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Awaitsexecution = ExecutionStatus{"awaits_execution"} Checking = ExecutionStatus{"checking"} Executionnotneeded = ExecutionStatus{"execution_not_needed"} Throttled = ExecutionStatus{"throttled"} Executed = ExecutionStatus{"executed"} Failed = ExecutionStatus{"failed"} Deletedwhilequeued = ExecutionStatus{"deleted_while_queued"} Notexecutedalreadyqueued = ExecutionStatus{"not_executed_already_queued"} )
Functions ¶
This section is empty.
Types ¶
type ExecutionStatus ¶
type ExecutionStatus struct {
// contains filtered or unexported fields
}
func (ExecutionStatus) MarshalText ¶
func (e ExecutionStatus) MarshalText() (text []byte, err error)
func (ExecutionStatus) String ¶
func (e ExecutionStatus) String() string
func (*ExecutionStatus) UnmarshalText ¶
func (e *ExecutionStatus) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.