Merge pull request #57 from digitalocean/bugfix/more-unexported-interfaces

remove unexported items from interfaces
This commit is contained in:
Bryan Liles 2015-06-03 09:28:30 -04:00
commit a503f0ad74
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ type DropletsService interface {
Backups(int, *ListOptions) ([]Image, *Response, error)
Actions(int, *ListOptions) ([]Action, *Response, error)
Neighbors(int) ([]Droplet, *Response, error)
dropletActionStatus(string) (string, error)
}
// DropletsServiceOp handles communication with the droplet related methods of the