diff options
| -rw-r--r-- | helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,6 +12,6 @@ func InitCluster() *OldCluster { return c } -func (c *OldCluster) DropletsAll() *DropletIterator { +func (c *OldCluster) DropletsAll() *DropletScanner { return c.d.All() } |
