package
1.0.0-beta1
Repository: https://github.com/bryanl/docli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewAccountService builds an AccountService instance.
NewActionsService builds an ActionsService instance.
NewDomainsService builds an instance of DomainsService.
NewDropletActionsService builds an instance of DropletActionsService.
NewDropletsService builds a DropletsService instance.
NewFloatingIPActionsService builds a FloatingIPActionsService instance.
NewFloatingIPsService builds an instance of FloatingIPsService.
NewImageActionsService builds an ImageActionsService instance.
NewImagesService builds an instance of ImagesService.
NewKeysService builds an instance of KeysService.
NewRegionsService builds an instance of RegionsService.
NewSizesService builds an instance of SizesService.
PaginateResp paginates a Response.

# Constants

InterfacePrivate is a private interface.
InterfacePublic is a public interface.

# Structs

Account is a wrapper for godo.Account.
Action is a wrapper for godo.Action.
Domain wraps a godo Domain.
DomainRecord wraps a godo DomainRecord.
Droplet is a wrapper for godo.Droplet.
FloatingIP wraps a godo FloatingIP.
Image is a werapper for godo.Image.
Kernel is a wrapper for godo.Kernel.
RateLimit is a wrapper for godo.Rate.
Region wraps godo Region.
Size wraps godo Size.
SSHKey wraps godo Key.

# Interfaces

AccountService is an interface for interacting with DigitalOcean's account api.
ActionsService is an interface for interacting with DigitalOcean's action api.
DomainsService is the godo DOmainsService interface.
DropletActionsService is an interface for interacting with DigitalOcean's droplet action api.
DropletsService is an interface for interacting with DigitalOcean's droplet api.
FloatingIPActionsService is an interface for interacting with DigitalOcean's floating ip action api.
FloatingIPsService is the godo FloatingIPsService interface.
ImageActionsService is an interface for interacting with DigitalOcean's image action api.
ImagesService is the godo ImagesService interface.
KeysService is the godo KeysService interface.
RegionsService is the godo RegionsService interface.
SizesService is the godo SizesService interface.

# Type aliases

Actions is a slice of Action.
DomainRecords is a slice of DomainRecord.
Domains is a slice of Domain.
DropletIPTable is a table of interface IPS.
Droplets is a slice of Droplet.
FloatingIPs is a slice of FloatingIP.
Generator is a function that generates the list to be paginated.
Images is a slice of Droplet.
InterfaceType is a an interface type.
Kernels is a slice of Kernel.
Regions is a slice of Region.
Sizes is a slice of Size.
SSHKeys is a slice of SSHKey.