Versions in this module Expand all Collapse all v0 v0.17.0 Aug 23, 2023 Changes in this version + type API interface + Create func(h *host.Host) error + GetMachinesDir func() string + NewHost func(driverName string, rawDriver []byte) (*host.Host, error) + type Client struct + GithubAPIToken string + IsDebug bool + SSHClientType ssh.ClientType + func NewClient(storePath, certsDir string) *Client + func (api *Client) Close() error + func (api *Client) Create(h *host.Host) error + func (api *Client) Load(name string) (*host.Host, error) + func (api *Client) NewHost(driverName string, rawDriver []byte) (*host.Host, error)