Versions in this module Expand all Collapse all v0 v0.2.17 Dec 28, 2019 v0.2.15 Dec 28, 2019 Changes in this version + type Client struct + func New(conn io.ReadWriteCloser) *Client + func (c *Client) NewJob(job *job.Container) (err error) + func (c *Client) Pause() (err error) + func (c *Client) SendPass(pass string) (err error) + func (c *Client) Stop() (err error)