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