databasecloud

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2026 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 Pager

type Pager[T any] struct {
	Records []*T `json:"records"` // 响应数据

	Total  int64 `json:"total"`  // 响应总记录数
	Size   int   `json:"size"`   // 请求每页记录数
	Number int   `json:"number"` // 请求页码 从1开始
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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