req

package
v0.10.11 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 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 List

type List struct {
	Page int `json:"page" form:"page" uri:"page" binding:"required"`
	Size int `json:"size" form:"size" uri:"size" binding:"required"`
}

type ListDefault added in v0.10.8

type ListDefault struct {
	PN int `json:"pn" form:"pn" uri:"pn"`
	PL int `json:"pl" form:"pl" uri:"pl"`
}

type ListNoRequired added in v0.10.6

type ListNoRequired struct {
	Page int `json:"page" form:"page" uri:"page"`
	Size int `json:"size" form:"size" uri:"size"`
}

type ListNoRequiredSize added in v0.3.2

type ListNoRequiredSize struct {
	Page int `json:"page" form:"page" uri:"page" binding:"required"`
	Size int `json:"size" form:"size" uri:"size"`
}

Jump to

Keyboard shortcuts

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