Fixed wrong typed Entity, URLAccess is what we need
This commit is contained in:
7
identity/entity/url_access.go
Normal file
7
identity/entity/url_access.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package identity
|
||||
|
||||
type URLAccess 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