diff options
| author | Jeff Carr <[email protected]> | 2025-03-27 07:31:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-27 07:31:50 -0500 |
| commit | a510dd64743431f8f33c31f020842360b94c3597 (patch) | |
| tree | a1e416faa0518ff410ea0c3ca844d3c159c452d7 /helpers.go | |
| parent | e4345c8ad6584f4fc5393c7844bb1967d6564d63 (diff) | |
this is actually a 'scanner'v0.2.34
Diffstat (limited to 'helpers.go')
| -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() } |
