Documentation ¶ Index ¶ type Client func New(c *client.Client) *Client func (c *Client) Delete(id string) error func (c *Client) Get(id string) (*models.Rule, error) func (c *Client) List() (*models.Rules, error) func (c *Client) New(rule *models.RuleParams) (*models.Rule, error) func (c *Client) Update(id string, params *models.RuleParams) (*models.Rule, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *client.Client } func New ¶ func New(c *client.Client) *Client func (*Client) Delete ¶ func (c *Client) Delete(id string) error func (*Client) Get ¶ func (c *Client) Get(id string) (*models.Rule, error) func (*Client) List ¶ func (c *Client) List() (*models.Rules, error) func (*Client) New ¶ func (c *Client) New(rule *models.RuleParams) (*models.Rule, error) func (*Client) Update ¶ func (c *Client) Update(id string, params *models.RuleParams) (*models.Rule, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.