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