Documentation ¶
Overview ¶
Package pagerdutycontexttype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Link = PagerDutyContextType{"link"} Image = PagerDutyContextType{"image"} )
Functions ¶
This section is empty.
Types ¶
type PagerDutyContextType ¶
type PagerDutyContextType struct {
Name string
}
func (PagerDutyContextType) MarshalText ¶
func (p PagerDutyContextType) MarshalText() (text []byte, err error)
func (PagerDutyContextType) String ¶
func (p PagerDutyContextType) String() string
func (*PagerDutyContextType) UnmarshalText ¶
func (p *PagerDutyContextType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.