Pageable() is a simple interface that represents Page structures
| 67 | |
| 68 | // Pageable() is a simple interface that represents Page structures |
| 69 | type Pageable interface{ New() Pageable } |
| 70 | |
| 71 | // NewPage() returns a new instance of the Page object from the params and pageType |
| 72 | // Load() or LoadArray() is the likely next function call |
no outgoing calls
no test coverage detected