working commit

This commit is contained in:
2026-02-18 23:56:04 +02:00
parent 87354c7cdc
commit 1fd55521de
4 changed files with 14 additions and 16 deletions
+3 -3
View File
@@ -428,9 +428,9 @@ func (util *FileUtil) listCollections(common *CommonFileParams, params *ListColl
// DeleteCollection
type DeleteCollectionParams struct {
Path string
Detail bool
Recursive bool
Path string
Detail bool
Recursive bool
}
type DeleteCollectionResult struct {