Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigDefault = Config{ PageSize: 50, PageType: pages.SimplePage{}, Datatype: datatype.Array{}, }
ConfigDefault is the default config
Functions ¶
Types ¶
type Config ¶
type Config struct { // Default: 50 PageSize int // Default: SimplePage PageType pages.IPage // Default: Array Datatype datatype.IDatatype // Default: Fiber Framework frameworks.IFramework }
Config defines the config for pagination.
Click to show internal directories.
Click to hide internal directories.