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
+2 -2
View File
@@ -358,8 +358,8 @@ func (oper *Operator) ListCollections(ctx context.Context, operID string, param
// DeleteColletion
type DeleteColletionParams struct {
Path string
IsPattern bool `params:"isPattern"`
Path string
IsPattern bool `params:"isPattern"`
}
type DeleteColletionResult struct {
Files []descr.File `json:"collection,omitempty"`