working commit

This commit is contained in:
2026-06-06 18:07:42 +02:00
parent 0e303ef96a
commit 3a5f624ba4
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* Copyright 2026 Oleg Borodin <onborodin@gmail.com>
*/
package account
package grant
import (
"github.com/spf13/cobra"
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* Copyright 2026 Oleg Borodin <onborodin@gmail.com>
*/
package account
package grant
import (
"github.com/spf13/cobra"
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* Copyright 2026 Oleg Borodin <onborodin@gmail.com>
*/
package account
package grant
import (
"fmt"
+3
View File
@@ -5,9 +5,12 @@ package grant
import (
"github.com/spf13/cobra"
"mbase/app/operator"
)
type Util struct {
lg *operator.Logic
rootCmd *cobra.Command
createGrantParams createGrantParams
deleteGrantParams deleteGrantParams