pagination

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultPageSize = uint32(23) //yes, as string

Functions

func GetListingOptions

func GetListingOptions(generalRequest interface{}) types.ListingOptions

Types

type Fields

type Fields interface {
	GetFields() string
}

type Filter

type Filter interface {
	GetFilter() string
}

type OrderBy

type OrderBy interface {
	GetOrderBy() string
}

type Page

type Page interface {
	GetPage() uint32
}

type PageCursor

type PageCursor interface {
	GetPageCursor() string
}

type PageSize

type PageSize interface {
	GetPageSize() uint32
}

type Q

type Q interface {
	GetQ() string
}

type View

type View interface {
	GetView() string
}

Jump to

Keyboard shortcuts

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