add domains array to user
This commit is contained in:
parent
d254f698d3
commit
8a698b8b1d
@ -1,6 +1,10 @@
|
|||||||
package sharedauth
|
package sharedauth
|
||||||
|
|
||||||
import "time"
|
import (
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"git.gregbrzezinski.com/Skirda/skirdaGoLauncher/sharedutils/domain"
|
||||||
|
)
|
||||||
|
|
||||||
type InstallIdRegisterReq struct {
|
type InstallIdRegisterReq struct {
|
||||||
InstallId InstallId
|
InstallId InstallId
|
||||||
@ -37,6 +41,7 @@ type ValidateResp struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SkirdaUser struct {
|
type SkirdaUser struct {
|
||||||
Id string
|
Id string
|
||||||
Username string
|
Username string
|
||||||
|
UserDomains []domain.SkirdaDomain
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user