remove unexported items from interfaces

This commit is contained in:
bryanl 2015-06-03 00:22:08 -04:00
parent 71d516bd90
commit 62b1f69e1a
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