Documentation ¶
Index ¶
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)
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.