Registry / utility / ory-pagination

ory-pagination

JSON →
library0.0.1gogounverified

A Go library providing pagination utilities for ORY projects.

go get github.com/ory/pagination
INSTALL
IMPORT
SIG · ORY-PAGINATION
O
ory-pagination
utilitygov0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pagination
github.com/ory/pagination

Creates a pagination page and prints its offset.

package main import ( "fmt" "github.com/ory/pagination" ) func main() { p := pagination.NewPage(1, 10) fmt.Println(p.Offset()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ory-pagination — go get ory-pagination · libregistry