fix steam pointers for structs methods and make new user and domains struct

This commit is contained in:
cyber-dream 2023-03-09 16:54:19 +03:00
parent 0cef129db6
commit fd9bb44e28

View File

@ -35,3 +35,8 @@ type ValidateReq struct {
type ValidateResp struct {
}
type SkirdaUser struct {
Id string
Username string
}