Documentation ¶
Overview ¶
Package pagerdutyeventtype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Trigger = PagerDutyEventType{"trigger"} Resolve = PagerDutyEventType{"resolve"} Acknowledge = PagerDutyEventType{"acknowledge"} )
Functions ¶
This section is empty.
Types ¶
type PagerDutyEventType ¶
type PagerDutyEventType struct {
Name string
}
func (PagerDutyEventType) MarshalText ¶
func (p PagerDutyEventType) MarshalText() (text []byte, err error)
func (PagerDutyEventType) String ¶
func (p PagerDutyEventType) String() string
func (*PagerDutyEventType) UnmarshalText ¶
func (p *PagerDutyEventType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.