common

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

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

Go to latest
Published: Mar 28, 2024 License: OSL-3.0 Imports: 0 Imported by: 0

README

通用功能

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pager

type Pager struct {
	// 分页大小, 一个多少个
	PageSize int
	// 当前页, 查询哪一页的数据
	PageNumber int
}

分页参数

type UpdateMode

type UpdateMode int

更新模式

const (
	// 全量更新
	UPDATE_MODE_PUT UpdateMode = iota
	// 部分更新
	UPDATE_MODE_PATCH
)

Jump to

Keyboard shortcuts

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