v1

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PageSize = "pageSize"
	PageNum  = "pageNum"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Condition

type Condition struct {
	Field    string      `json:"field"`
	Operator string      `json:"operator"`
	Value    interface{} `json:"value"`
}

type Conditions

type Conditions map[string]Condition

type Page

type Page struct {
	Total int         `json:"total"`
	Items interface{} `json:"items"`
}

Jump to

Keyboard shortcuts

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