package
Version:
v0.0.0-...-0eaed87
Opens a new window with list of versions in this module.
Published: Nov 10, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
Limit int `json:"limit"`
Page int `json:"page"`
}
Request ...
type Response struct {
Limit int `json:"limit"`
TotalPage uint `json:"total_page"`
TotalRows int64 `json:"total_rows"`
CurrentPage int `json:"current_page"`
}
Response ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.