Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c754f8b66b |
@@ -2,6 +2,6 @@ package identity
|
|||||||
|
|
||||||
type Role struct {
|
type Role struct {
|
||||||
ID string `db:"id" json:"id"`
|
ID string `db:"id" json:"id"`
|
||||||
Roles []byte `db:"roles" json:"roles"`
|
Roles string `db:"roles" json:"roles"`
|
||||||
URL string `db:"url" json:"url"`
|
URL string `db:"url" json:"url"`
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
package identity
|
|
||||||
|
|
||||||
type URLAccess struct {
|
|
||||||
ID string `db:"id" json:"id"`
|
|
||||||
Roles []string `db:"roles" json:"roles"`
|
|
||||||
URL string `db:"url" json:"url"`
|
|
||||||
Service string `db:"service" json:"serice"`
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user