From fd9bb44e281a2ca9c1c42fbbc303f910f8492b7c Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Thu, 9 Mar 2023 16:54:19 +0300 Subject: [PATCH] fix steam pointers for structs methods and make new user and domains struct --- sharedauth/sharedauth.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sharedauth/sharedauth.go b/sharedauth/sharedauth.go index be7c0ba..4be8033 100644 --- a/sharedauth/sharedauth.go +++ b/sharedauth/sharedauth.go @@ -35,3 +35,8 @@ type ValidateReq struct { type ValidateResp struct { } + +type SkirdaUser struct { + Id string + Username string +}