Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DeleteTrigger ¶
DeleteTrigger removes an trigger from the server
func (*Client) UpdateTrigger ¶
type Trigger ¶
type Trigger struct { UUID string `json:"uuid"` Name string `json:"name"` State string `json:"state"` Dyno string `json:"dyno"` FrequencyType string `json:"frequencyType"` Schedule string `json:"schedule"` Timezone string `json:"timezone"` Value string `json:"value"` Timeout int `json:"timeout,omitempty"` }
type TriggerResponse ¶
Click to show internal directories.
Click to hide internal directories.