controllerrequest

package
v0.0.0-...-54cbf26 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 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 BasePageParamsRequest

type BasePageParamsRequest struct {
	Page     *int `validate:"omitempty,numeric,min=1" binding:"omitempty,numeric,min=1" json:"page" form:"page" label:"page"`
	PageSize *int `validate:"omitempty,numeric,min=1" binding:"omitempty,numeric,min=1" json:"pageSize" form:"pageSize" label:"pageSize"`
}

func (*BasePageParamsRequest) SetPageParams

func (b *BasePageParamsRequest) SetPageParams(page, pageSize *int)

Jump to

Keyboard shortcuts

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