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