this is actually a 'scanner'

This commit is contained in:
Jeff Carr 2025-03-27 07:31:50 -05:00
parent e4345c8ad6
commit a510dd6474
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ func InitCluster() *OldCluster {
return c
}
func (c *OldCluster) DropletsAll() *DropletIterator {
func (c *OldCluster) DropletsAll() *DropletScanner {
return c.d.All()
}