this is actually a 'scanner'
This commit is contained in:
parent
e4345c8ad6
commit
a510dd6474
|
@ -12,6 +12,6 @@ func InitCluster() *OldCluster {
|
||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *OldCluster) DropletsAll() *DropletIterator {
|
func (c *OldCluster) DropletsAll() *DropletScanner {
|
||||||
return c.d.All()
|
return c.d.All()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue