summaryrefslogtreecommitdiff
path: root/helpers.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-27 07:31:50 -0500
committerJeff Carr <[email protected]>2025-03-27 07:31:50 -0500
commita510dd64743431f8f33c31f020842360b94c3597 (patch)
treea1e416faa0518ff410ea0c3ca844d3c159c452d7 /helpers.go
parente4345c8ad6584f4fc5393c7844bb1967d6564d63 (diff)
this is actually a 'scanner'v0.2.34
Diffstat (limited to 'helpers.go')
-rw-r--r--helpers.go2
1 files changed, 1 insertions, 1 deletions
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()
}