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

Struct OffsetPaginationOpts

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

Source from the content-addressed store, hash-verified

37}
38
39type OffsetPaginationOpts struct {
40 DefaultLimit int
41 DefaultPage int
42 Limit int
43 Page int
44}
45
46var _ Interface = (*OffsetPaginationOpts)(nil)
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected