Documentation ¶
Overview ¶
Package actiontype https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/watcher/_types/Action.ts#L61-L68
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Email = ActionType{"email"} Webhook = ActionType{"webhook"} Index = ActionType{"index"} Logging = ActionType{"logging"} Slack = ActionType{"slack"} Pagerduty = ActionType{"pagerduty"} )
Functions ¶
This section is empty.
Types ¶
type ActionType ¶
type ActionType struct {
// contains filtered or unexported fields
}
func (ActionType) MarshalText ¶
func (a ActionType) MarshalText() (text []byte, err error)
func (ActionType) String ¶
func (a ActionType) String() string
func (*ActionType) UnmarshalText ¶
func (a *ActionType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.