v1

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2023 License: MIT Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL