package
Version:
v0.0.0-...-6a802dc
Opens a new window with list of versions in this module.
Published: May 18, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Page struct {
Page int `form:"page" binding:"min=1"`
PerPage int `form:"perPage" binding:"min=5,max=100"`
Filter string `form:"filter"`
}
type PageLinks struct {
First *string `json:"first"`
Last *string `json:"last"`
Next *string `json:"next"`
Prev *string `json:"prev"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.