Versions in this module Expand all Collapse all v0 v0.1.0 May 24, 2023 Changes in this version + func StartSSH(ctx context.Context, addr string, wg *sync.WaitGroup) + type Client struct + SSHClient *SSHClient + UserServer []*database.UserServer + func NewClient(userId string) *Client + func (c *Client) AddServer() + func (c *Client) ChangeServer(index string) + func (c *Client) DelServer(index string) + func (c *Client) GetServerByIndex(i int) *database.UserServer + func (c *Client) HandleShell(channel ssh.Channel) + func (c *Client) Resize(width, height int) error + func (c *Client) ServerListTable() string + type SSHClient struct