fix steam pointers for structs methods and make new user and domains struct
This commit is contained in:
parent
0cef129db6
commit
fd9bb44e28
@ -35,3 +35,8 @@ type ValidateReq struct {
|
|||||||
|
|
||||||
type ValidateResp struct {
|
type ValidateResp struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type SkirdaUser struct {
|
||||||
|
Id string
|
||||||
|
Username string
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user