fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! feat(permissions): Addeding system user support for permission check v2

This commit is contained in:
Iraq Jaber
2025-03-17 18:06:15 +04:00
parent a8f8757b1a
commit 889c175bbd
12 changed files with 145 additions and 293 deletions

View File

@@ -28,10 +28,8 @@ type Migration struct {
Machine *id.Config
}
var (
//go:embed defaults.yaml
defaultConfig []byte
)
//go:embed defaults.yaml
var defaultConfig []byte
func mustNewMigrationConfig(v *viper.Viper) *Migration {
config := new(Migration)