Documentation ¶ Index ¶ type Client func NewClient(proto string) (*Client, error) func (c *Client) Close() error func (c *Client) GetURLs() ([]string, error) func (c *Client) NewSession() error func (c *Client) Proxy(address string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { SSH *ssh.Client TCP net.Listener API *http.Client } func NewClient ¶ func NewClient(proto string) (*Client, error) func (*Client) Close ¶ func (c *Client) Close() error func (*Client) GetURLs ¶ func (c *Client) GetURLs() ([]string, error) func (*Client) NewSession ¶ func (c *Client) NewSession() error func (*Client) Proxy ¶ func (c *Client) Proxy(address string) error Source Files ¶ View all Source files pinggy.go Click to show internal directories. Click to hide internal directories.