client

package
v0.0.0-...-42c4776 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Routes = map[myrouter.RouteKey]func(w http.ResponseWriter, r *http.Request, ps common.QueryMap){
	{Path: "/api/v2/client/token", Method: "POST", NeedAuth: false}: h.Create,
}

Functions

This section is empty.

Types

type AccessToken

type AccessToken struct {
	Jwt       string `json:"jwt"`
	ExpiresAt int64  `json:"expires_at"`
}

type CreateToken

type CreateToken interface {
	Create(w http.ResponseWriter, r *http.Request, ps common.QueryMap)
}

func NewCreateToken

func NewCreateToken(e u.Exist, c u.CreateToken) CreateToken

type PostRequest

type PostRequest struct {
	Id     int    `json:"id"`
	Secret string `json:"secret"`
}

type PostResponse

type PostResponse struct {
	*myhttp.ResponseBase
	AccessToken *AccessToken `json:"access_token,omitempty"`
}

func NewPostResponse

func NewPostResponse(res *myhttp.ResponseBase, token d.AccessToken) *PostResponse

Jump to

Keyboard shortcuts

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