mirror of
https://github.com/pgsty/minio.git
synced 2026-07-15 16:30:29 +03:00
rename all references from crawl -> scanner (#11621)
This commit is contained in:
@@ -39,7 +39,7 @@ type StorageAPI interface {
|
||||
Healing() bool // Returns if disk is healing.
|
||||
|
||||
DiskInfo(ctx context.Context) (info DiskInfo, err error)
|
||||
CrawlAndGetDataUsage(ctx context.Context, cache dataUsageCache) (dataUsageCache, error)
|
||||
NSScanner(ctx context.Context, cache dataUsageCache) (dataUsageCache, error)
|
||||
|
||||
// Volume operations.
|
||||
MakeVol(ctx context.Context, volume string) (err error)
|
||||
|
||||
Reference in New Issue
Block a user