Documentation ¶
Index ¶
- type Multipass
- func (m *Multipass) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
- func (m *Multipass) DeleteServer(id string, args automation.ServerArgs) error
- func (m Multipass) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
- func (m *Multipass) ListServer() ([]automation.ResourceResults, error)
- func (m Multipass) UpdateServer(id string, args automation.ServerArgs) error
- func (m Multipass) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Multipass ¶
type Multipass struct {
// contains filtered or unexported fields
}
func NewMultipass ¶
func (*Multipass) CreateServer ¶
func (m *Multipass) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Multipass) DeleteServer ¶
func (m *Multipass) DeleteServer(id string, args automation.ServerArgs) error
func (Multipass) GetServer ¶
func (m Multipass) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Multipass) ListServer ¶
func (m *Multipass) ListServer() ([]automation.ResourceResults, error)
func (Multipass) UpdateServer ¶
func (m Multipass) UpdateServer(id string, args automation.ServerArgs) error
func (Multipass) UploadPlugin ¶
func (m Multipass) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Click to show internal directories.
Click to hide internal directories.