Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicHTTPCheck ¶
BasicHTTPCheck represents a data type holding the needed details for setting up a Http check
type Client ¶
Client is a wrapper type around go-pingdom clinet
func NewClient ¶
func NewClient(credentials Credentials) (Client, error)
NewClient creates single user pingdom client
func (*Client) AddCheck ¶
func (c *Client) AddCheck(checks []BasicHTTPCheck)
AddCheck add a new check to pingdom service
func (*Client) DeleteCheck ¶
func (c *Client) DeleteCheck(checks []BasicHTTPCheck)
DeleteCheck deletes existing check on pingdom service
func (*Client) UpdateCheck ¶
func (c *Client) UpdateCheck(checks []BasicHTTPCheck)
UpdateCheck updates existing check on pingdom service
type Credentials ¶
Credentials holds needed values for single user auth
Click to show internal directories.
Click to hide internal directories.