Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PagerDuty ¶
type PagerDuty struct { Enabled bool `json:"-"` Name string `json:"-"` ProfileID string `json:"-"` Account string `json:"account"` // The name of the PagerDuty account ServiceName string `json:"serviceName"` // The name of the service APIKey string `json:"serviceApiKey"` // The API key to access PagerDuty }
func (*PagerDuty) FillDemoValues ¶
func (*PagerDuty) MarshalHCL ¶
func (me *PagerDuty) MarshalHCL(properties hcl.Properties) error
func (*PagerDuty) PrepareMarshalHCL ¶
Click to show internal directories.
Click to hide internal directories.