Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶
type Api struct {
// contains filtered or unexported fields
}
func New ¶
Pagerduty API doesn't provide a sane way of checking for auth so we just get the schedules at setup time
type CallPeriod ¶
type Schedule ¶
type Schedule struct { Id string Name string Timezone string `json:"time_zone"` CurrentPeriod *CallPeriod NextPeriod *CallPeriod }
Click to show internal directories.
Click to hide internal directories.