Versions in this module Expand all Collapse all v0 v0.17.19 Apr 6, 2022 Changes in this version + type Client struct + func NewClient(host string, secret string) *Client + func (c *Client) Deploy(name, confPath string) (*Resp, error) + func (c *Client) Rollback() (*Resp, error) + type Resp struct + Msg string