package
Version:
v0.0.0-...-3b8fdc3
Opens a new window with list of versions in this module.
Published: Oct 31, 2023
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 LoginInput struct {
Username string `json:"username" binding:"required"`
Password string `json:"password" binding:"required"`
}
type UserHandlerInput struct {
PageNum int64 `json:"page_num"`
PageSize int64 `json:"page_size"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.