working commit

This commit is contained in:
2026-02-18 23:55:55 +02:00
parent 13c8d50f53
commit 87354c7cdc
4 changed files with 22 additions and 2 deletions
+1
View File
@@ -359,6 +359,7 @@ func (oper *Operator) ListCollections(ctx context.Context, operID string, param
// DeleteColletion
type DeleteColletionParams struct {
Path string
IsPattern bool `params:"isPattern"`
}
type DeleteColletionResult struct {
Files []descr.File `json:"collection,omitempty"`