dto

package
v0.0.0-...-7ff4c9c Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminLoginInput

type AdminLoginInput struct {
	UserName string `json:"username" form:"username" comment:"用户名" example:"小名" validate:"required"`
	Password string `json:"password" form:"passwd" comment:"密码" example:"123456" validate:"required"`
}

func (*AdminLoginInput) BindValidParams

func (param *AdminLoginInput) BindValidParams(c *gin.Context) error

Jump to

Keyboard shortcuts

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