Documentation ¶ Index ¶ type Client func Plug(apiKey string, rlHttpClient *netwrk.RlHttpClient, url string, ...) *Client func (c *Client) Create(params onfleet.WebhookCreateParams) (onfleet.Webhook, error) func (c *Client) Delete(webhookId string) error func (c *Client) List() ([]onfleet.Webhook, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func Plug ¶ func Plug(apiKey string, rlHttpClient *netwrk.RlHttpClient, url string, call netwrk.Caller) *Client func (*Client) Create ¶ func (c *Client) Create(params onfleet.WebhookCreateParams) (onfleet.Webhook, error) Reference https://docs.onfleet.com/reference/create-webhook func (*Client) Delete ¶ func (c *Client) Delete(webhookId string) error Reference https://docs.onfleet.com/reference/delete-webhook func (*Client) List ¶ func (c *Client) List() ([]onfleet.Webhook, error) Reference https://docs.onfleet.com/reference/list-webhooks Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.