From a510dd64743431f8f33c31f020842360b94c3597 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 27 Mar 2025 07:31:50 -0500 Subject: [PATCH] this is actually a 'scanner' --- helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }