req

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2023 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 PageRequest

type PageRequest[T any] struct {
	Current int `json:"current"` // 当前页面
	Size    int `json:"size"`    // 每页大小
	Param   T   `json:"param"`   // 搜索的参数
}

func (PageRequest[T]) Start

func (p PageRequest[T]) Start() int

Jump to

Keyboard shortcuts

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