Documentation
¶
Overview ¶
Package page provides the pagination implementation for sqlcredo. It implements the PageResolver interface, handling paginated queries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PageResolver ¶
type PageResolver[T any] struct { // contains filtered or unexported fields }
func NewPageResolver ¶
func NewPageResolver[T any](table table.Info, executor domain.SQLExecutor, driver string, ) *PageResolver[T]
Click to show internal directories.
Click to hide internal directories.