Versions in this module Expand all Collapse all v1 v1.1.0 Sep 6, 2019 v1.0.1 May 8, 2019 Changes in this version + type Client struct + ConnectionString string + func NewClient(connectionString string, log *logrus.Entry) (*Client, error) + func (c *Client) CopyFiles(from, to string) error + func (c *Client) Exec(cmd string) (string, error) + func (c *Client) String() string