token

package
v0.0.0-...-f6d4ea8 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2019 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateToken

func CreateToken(c echo.Context) error

Types

type CreateTokenRequest

type CreateTokenRequest struct {
	UserId string `json:"user_id" form:"user_id" query:"user_id" validate:"gt=0"`
	Token  string `json:"token" form:"token" query:"token" validate:"gt=0"`
	Client string `json:"client" form:"client" query:"client"`
}

Jump to

Keyboard shortcuts

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