MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / PaginationOpts

Struct PaginationOpts

app/cli/cmd/options/pagination.go:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import "github.com/spf13/cobra"
19
20type PaginationOpts struct {
21 // Number of items to show
22 Limit int
23 DefaultLimit int
24 NextCursor, PrevCursor string
25}
26
27var _ Interface = (*PaginationOpts)(nil)
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected