working commit

This commit is contained in:
2026-02-14 15:03:47 +02:00
parent 4a779007b5
commit 789119266a
14 changed files with 627 additions and 69 deletions
-9
View File
@@ -31,15 +31,6 @@ type Grant struct {
UpdatedBy string `json:"updatedBy" db:"updated_by"`
}
type GrantShort struct {
Right string `json:"right" db:"right"`
Pattern string `json:"pattern" db:"pattern"`
CreatedAt string `json:"createdAt" db:"created_at"`
UpdatedAt string `json:"updatedAt" db:"updated_at"`
CreatedBy string `json:"createdBy" db:"created_by"`
UpdatedBy string `json:"updatedBy" db:"updated_by"`
}
const (
// Accounts
RightReadAccounts = "readAccounts" // GetAccount, ListAccounts