working commit

This commit is contained in:
2026-02-19 11:55:17 +02:00
parent 1fd55521de
commit bb0f58f46c
37 changed files with 231 additions and 150 deletions
+1 -1
View File
@@ -14,9 +14,9 @@ import (
"encoding/json"
"fmt"
"mstore/app/descr"
"mstore/app/handler"
"mstore/app/operator"
"mstore/pkg/descr"
)
func (cli *Client) CreateGrantByAccountID(ctx context.Context, hosturi, accountID, right, pattern string) (string, error) {