trans

package
v0.0.0-...-8d6dda1 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReqOauthLogin

type ReqOauthLogin struct {
	Name string `json:"userName" binding:"required"`
	Pwd  string `json:"password" binding:"required"`
	Type string `json:"type"`
}

type ReqPage

type ReqPage struct {
	Current  int    `json:"currentPage" form:"currentPage"`
	PageSize int    `json:"pageSize" form:"pageSize"`
	Sort     string `json:"sort" form:"sort"`
}

type RespOauthLogin

type RespOauthLogin struct {
	CurrentAuthority string `json:"currentAuthority"`
}

Jump to

Keyboard shortcuts

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