tkDto

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2025 License: MIT Imports: 1 Imported by: 11

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PaginationSingleItem  = Pagination{PageNumber: 0, ItemsPerPage: 1}
	PaginationUnpaginated = Pagination{PageNumber: 0, ItemsPerPage: 1000}
)

Functions

This section is empty.

Types

type Pagination

type Pagination struct {
	PageNumber    uint32                                 `json:"pageNumber"`
	ItemsPerPage  uint16                                 `json:"itemsPerPage"`
	SortBy        *tkValueObject.PaginationSortBy        `json:"sortBy"`
	SortDirection *tkValueObject.PaginationSortDirection `json:"sortDirection"`
	LastSeenId    *tkValueObject.PaginationLastSeenId    `json:"lastSeenId"`
	PagesTotal    *uint32                                `json:"pagesTotal"`
	ItemsTotal    *uint64                                `json:"itemsTotal"`
}

Jump to

Keyboard shortcuts

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