package identity type Role struct { ID string `db:"id" json:"id"` Roles []byte `db:"roles" json:"roles"` URL string `db:"url" json:"url"` }