Versions in this module Expand all Collapse all v0 v0.1.0 Dec 29, 2021 Changes in this version + type Box struct + func Load(conf *api.Box, provider string) (*Box, error) + func (box *Box) Download() error + func (box *Box) GetSSHOptions() (*SSHOptions, error) + func (box *Box) Path() string + type SSHOptions struct + PrivateKeyFile string + Username string