working commit

This commit is contained in:
2026-06-06 18:48:40 +02:00
parent 3a5f624ba4
commit 25d01fc940
16 changed files with 107 additions and 61 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ import (
"fmt"
"time"
"mbase/pkg/descr"
"mbase/pkg/auxuuid"
"mbase/pkg/auxpwd"
"mbase/pkg/auxuuid"
"mbase/pkg/descr"
"mbase/pkg/mbctl"
)
+2 -2
View File
@@ -4,9 +4,9 @@ import (
"context"
"time"
"mbase/pkg/descr"
"mbase/pkg/auxuuid"
"mbase/pkg/auxpwd"
"mbase/pkg/auxuuid"
"mbase/pkg/descr"
)
const (
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"fmt"
"time"
"mbase/pkg/descr"
"mbase/pkg/auxuuid"
"mbase/pkg/descr"
"mbase/pkg/mbctl"
)
+1 -1
View File
@@ -12,9 +12,9 @@ import (
"mbase/app/config"
"mbase/app/maindb"
"mbase/pkg/descr"
"mbase/app/operator"
"mbase/pkg/aux509"
"mbase/pkg/descr"
"mbase/pkg/logger"
"mbase/pkg/netacl"