Compare commits

...

2 Commits

View File

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