Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthReq ¶
type AuthReq struct { g.Meta `path:"/auth/authorization" tags:"Account Service" method:"Post" summary:"authorization"` *model.AuthInput }
AuthReq is the request struct for the Auth endpoint.
type AuthRes ¶
type AuthRes struct {
*model.AuthOutput
}
AuthRes is the response struct for the Auth endpoint.
type CreateAccessTokenReq ¶
type CreateAccessTokenReq struct { g.Meta `path:"/auth/access_token" tags:"Account Service" method:"Get" summary:"create an access token"` *model.CreateAccessTokenInput }
CreateAccessTokenReq is the request struct for the CreateAccessToken endpoint.
type CreateAccessTokenRes ¶
type CreateAccessTokenRes struct {
*model.CreateAccessTokenOutput
}
CreateAccessTokenRes is the response struct for the CreateAccessToken endpoint.
Click to show internal directories.
Click to hide internal directories.