pagination

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package pagination defines provider-neutral opaque traversal cursors.

Index

Constants

View Source
const MaximumListCursorLength = 512

MaximumListCursorLength is the public wire bound shared by list endpoints.

Variables

View Source
var ErrInvalidListCursor = errors.New("SecondBox list page cursor is invalid")

ErrInvalidListCursor identifies malformed, mismatched, or stale list traversal authority.

Functions

func DecodeListCursor

func DecodeListCursor(resourceKind string, scope string, cursor string) (string, error)

DecodeListCursor returns the last-seen key only for its exact endpoint and scope.

func EncodeListCursor

func EncodeListCursor(resourceKind string, scope string, lastItemKey string) (string, error)

EncodeListCursor binds one last-seen resource key to an endpoint and authorization scope.

Types

This section is empty.

Jump to

Keyboard shortcuts

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