package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
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 BachUpdate struct {
Users []*User `json:"users,omitempty"`
}
type Object struct {
Id int `json:"id,omitempty"`
}
type Page struct {
PageNo int `json:"pageNo"`
PageSize int `json:"pageSize"`
}
type Req struct {
Id int `json:"id,omitempty"`
Name string `json:"name"`
}
type Signup struct {
Name string `json:"name"`
Password string `json:"password"`
}
type User struct {
Id int `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Gender int `json:"gender,omitempty"`
}
type UserListRes struct {
Total int64 `json:"total"`
Users []*User `json:"users,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.