Documentation ¶
Index ¶
- type Client
- func (c *Client) Close()
- func (c *Client) CreateInterruptRecord(i *types.Interrupt) error
- func (c *Client) CreateOncallRecord(o *types.Oncall) error
- func (c *Client) DeleteInterruptRecord(i *types.Interrupt) error
- func (c *Client) DeleteOncallRecord(o *types.Oncall) error
- func (c *Client) GetInterruptRecords(i *types.Interrupt) ([]types.Interrupt, error)
- func (c *Client) GetInterruptRecordsForChannel(i *types.Interrupt) ([]types.Interrupt, error)
- func (c *Client) GetOncallRecords(o *types.Oncall) ([]types.Oncall, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateInterruptRecord ¶
func (*Client) DeleteInterruptRecord ¶
func (*Client) GetInterruptRecords ¶
func (*Client) GetInterruptRecordsForChannel ¶
Click to show internal directories.
Click to hide internal directories.