Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c754f8b66b |
7
identity/entity/role.go
Normal file
7
identity/entity/role.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package identity
|
||||
|
||||
type Role struct {
|
||||
ID string `db:"id" json:"id"`
|
||||
Roles string `db:"roles" json:"roles"`
|
||||
URL string `db:"url" json:"url"`
|
||||
}
|
||||
Reference in New Issue
Block a user