feat: add scope to the role
This commit is contained in:
@ -51,6 +51,7 @@ type Permission struct {
|
||||
type Role struct {
|
||||
ID uuid.UUID `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Scope string `json:"scope"`
|
||||
Description *string `json:"description"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user