MCPcopy Index your code
hub / github.com/upper/db / paginator

Struct paginator

internal/sqlbuilder/paginate.go:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type paginator struct {
60 fn func(*paginatorQuery) error
61 prev *paginator
62}
63
64var _ = immutable.Immutable(&paginator{})
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected