Documentation ¶
Index ¶
- type AppService
- func (svc *AppService) Create(app *godo.App) error
- func (svc *AppService) Destroy(app *godo.App) error
- func (svc *AppService) FindByName(appName string) (*godo.App, error)
- func (svc *AppService) ListApps() ([]*godo.App, error)
- func (svc *AppService) ListInstancesSizes() ([]*godo.AppInstanceSize, error)
- func (svc *AppService) Propose(app *godo.App) error
- func (svc *AppService) Update(local *godo.App, remote *godo.App) error
- type DomainService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppService ¶
type AppService struct {
// contains filtered or unexported fields
}
func NewAppService ¶
func NewAppService(token string) *AppService
func (*AppService) FindByName ¶
func (svc *AppService) FindByName(appName string) (*godo.App, error)
func (*AppService) ListInstancesSizes ¶ added in v0.0.8
func (svc *AppService) ListInstancesSizes() ([]*godo.AppInstanceSize, error)
type DomainService ¶
type DomainService struct {
// contains filtered or unexported fields
}
func NewDomainService ¶
func NewDomainService(token string) *DomainService
func (*DomainService) DeleteRecord ¶
func (svc *DomainService) DeleteRecord(domain *godo.AppDomainSpec) error
Click to show internal directories.
Click to hide internal directories.