Documentation ¶
Index ¶
- type Aws
- func (a *Aws) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
- func (a *Aws) DeleteServer(id string, args automation.ServerArgs) error
- func (a *Aws) GetServer(id string, _ automation.ServerArgs) (*automation.ResourceResults, error)
- func (a *Aws) ListServer() ([]automation.ResourceResults, error)
- func (a *Aws) UpdateServer(id string, args automation.ServerArgs) error
- func (a *Aws) 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 Aws ¶
type Aws struct {
// contains filtered or unexported fields
}
func (*Aws) CreateServer ¶
func (a *Aws) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
CreateServer TODO: https://github.com/dirien/minectl/issues/298
func (*Aws) DeleteServer ¶
func (a *Aws) DeleteServer(id string, args automation.ServerArgs) error
func (*Aws) GetServer ¶
func (a *Aws) GetServer(id string, _ automation.ServerArgs) (*automation.ResourceResults, error)
func (*Aws) ListServer ¶
func (a *Aws) ListServer() ([]automation.ResourceResults, error)
func (*Aws) UpdateServer ¶
func (a *Aws) UpdateServer(id string, args automation.ServerArgs) error
func (*Aws) UploadPlugin ¶
func (a *Aws) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Click to show internal directories.
Click to hide internal directories.