Refactor Steam login types for improved organization
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 43s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 43s
This commit is contained in:
@@ -13,11 +13,16 @@ type (
|
||||
PingResp {
|
||||
ok bool `json:"ok"`
|
||||
}
|
||||
// Steam Login Types
|
||||
)
|
||||
|
||||
type (
|
||||
SteamLoginInitReq {}
|
||||
SteamLoginInitResp {
|
||||
RedirectUrl string `json:"redirectUrl"`
|
||||
}
|
||||
)
|
||||
|
||||
type (
|
||||
SteamLoginCallbackReq {
|
||||
OpenidMode string `form:"openid.mode"`
|
||||
OpenidNs string `form:"openid.ns"`
|
||||
|
||||
Reference in New Issue
Block a user