diff --git a/helpers.go b/helpers.go index ca1c92b..76d0ea2 100644 --- a/helpers.go +++ b/helpers.go @@ -12,6 +12,6 @@ func InitCluster() *OldCluster { return c } -func (c *OldCluster) DropletsAll() *DropletIterator { +func (c *OldCluster) DropletsAll() *DropletScanner { return c.d.All() }