Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cced9311c5 | |||
| 1f6f990185 |
@@ -1,7 +1,8 @@
|
||||
package identity
|
||||
|
||||
type Role struct {
|
||||
ID string `db:"id" json:"id"`
|
||||
Roles []byte `db:"roles" json:"roles"`
|
||||
URL string `db:"url" json:"url"`
|
||||
ID string `db:"id" json:"id"`
|
||||
Name string `db:"name" json:"name"`
|
||||
DisplayName string `db:"display_name" json:"display_name"`
|
||||
URL string `db:"url" json:"url"`
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@ 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"`
|
||||
Service string `db:"service" json:"service"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user