format go code

This commit is contained in:
yuli
2024-08-06 18:39:40 +03:00
parent 8b2cd99cce
commit 67cfade5e5
17 changed files with 92 additions and 90 deletions

View File

@@ -20,8 +20,10 @@ var userSchema *jsonschema.Schema
// IsAdmin - admin/DPO approval is required
type IsAdmin bool
// IsLocked - variable is locked from changes
type IsLocked bool
// IsPreserve variable can never be deleted
type IsPreserve bool