mirror of
https://github.com/pgsty/minio.git
synced 2026-07-18 19:50:23 +03:00
rename all references from crawl -> scanner (#11621)
This commit is contained in:
@@ -87,7 +87,7 @@ type ObjectLayer interface {
|
||||
|
||||
// Storage operations.
|
||||
Shutdown(context.Context) error
|
||||
CrawlAndGetDataUsage(ctx context.Context, bf *bloomFilter, updates chan<- DataUsageInfo) error
|
||||
NSScanner(ctx context.Context, bf *bloomFilter, updates chan<- DataUsageInfo) error
|
||||
|
||||
BackendInfo() BackendInfo
|
||||
StorageInfo(ctx context.Context) (StorageInfo, []error) // local queries only local disks
|
||||
|
||||
Reference in New Issue
Block a user