add IsResourceHeavy() to command interface
This commit is contained in:
@@ -23,6 +23,10 @@ func (c *commandCollectionList) Help() string {
|
||||
return `list all collections`
|
||||
}
|
||||
|
||||
func (c *commandCollectionList) IsResourceHeavy() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
type CollectionInfo struct {
|
||||
FileCount float64
|
||||
DeleteCount float64
|
||||
|
||||
Reference in New Issue
Block a user