Documentation ¶
Index ¶
- type Fuga
- func (f *Fuga) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
- func (f *Fuga) DeleteServer(id string, args automation.ServerArgs) error
- func (f *Fuga) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
- func (f *Fuga) ListServer() ([]automation.ResourceResults, error)
- func (f *Fuga) UpdateServer(id string, args automation.ServerArgs) error
- func (f *Fuga) 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 Fuga ¶
type Fuga struct {
// contains filtered or unexported fields
}
func (*Fuga) CreateServer ¶
func (f *Fuga) CreateServer(args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Fuga) DeleteServer ¶
func (f *Fuga) DeleteServer(id string, args automation.ServerArgs) error
func (*Fuga) GetServer ¶
func (f *Fuga) GetServer(id string, args automation.ServerArgs) (*automation.ResourceResults, error)
func (*Fuga) ListServer ¶
func (f *Fuga) ListServer() ([]automation.ResourceResults, error)
func (*Fuga) UpdateServer ¶
func (f *Fuga) UpdateServer(id string, args automation.ServerArgs) error
func (*Fuga) UploadPlugin ¶
func (f *Fuga) UploadPlugin(id string, args automation.ServerArgs, plugin, destination string) error
Click to show internal directories.
Click to hide internal directories.