package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Apr 14, 2025
License: BSD-3-Clause
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 UserPageListReq struct {
Keyword string `json:"keyword"`
Page int `json:"page" validate:"required"`
PageSize int `json:"page_size" validate:"required"`
}
type UserPageListResp struct {
ID string `json:"id"`
Username string `json:"username"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.