Documentation
¶
Overview ¶
Package acknowledgementoptions https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/watcher/_types/Action.ts#L106-L110
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Awaitssuccessfulexecution = AcknowledgementOptions{"awaits_successful_execution"} Ackable = AcknowledgementOptions{"ackable"} Acked = AcknowledgementOptions{"acked"} )
Functions ¶
This section is empty.
Types ¶
type AcknowledgementOptions ¶
type AcknowledgementOptions struct {
// contains filtered or unexported fields
}
func (AcknowledgementOptions) MarshalText ¶
func (a AcknowledgementOptions) MarshalText() (text []byte, err error)
func (AcknowledgementOptions) String ¶
func (a AcknowledgementOptions) String() string
func (*AcknowledgementOptions) UnmarshalText ¶
func (a *AcknowledgementOptions) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.