request

package
v0.0.0-...-f2556d3 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthJWT

type AuthJWT struct {
	Account string `json:"account"`
	Name    string `json:"name"`
}

type UserLogin

type UserLogin struct {
	CaptchaID   string `json:"captcha_id" binding:"required"`
	CaptchaCode string `json:"captcha_code" binding:"required"`

	Account  string `json:"account" binding:"required"`
	Password string `json:"password"  binding:"required"`
}

type UserRegistry

type UserRegistry struct {
	CaptchaID   string `json:"captcha_id" binding:"required"`
	CaptchaCode string `json:"captcha_code" binding:"required"`

	Account  string `json:"account" binding:"required"`
	Name     string `json:"name" binding:"required"`
	Password string `json:"password"  binding:"required"`
}

Jump to

Keyboard shortcuts

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