package
Version:
v0.0.0-...-ffc85bd
Opens a new window with list of versions in this module.
Published: Feb 5, 2023
License: Apache-2.0
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 GetAuthorityId struct {
AuthorityId uint `json:"authorityId" form:"authorityId" vd:"$>0"`
}
GetAuthorityId Get role by id structure
type GetById struct {
ID int `json:"id" form:"id" vd:"$>0"`
}
GetById Find by id structure
type IdsReq struct {
Ids []int `json:"ids" form:"ids"`
}
type PageInfo struct {
Page int `json:"page" form:"page" vd:"$>0"`
PageSize int `json:"pageSize" form:"pageSize" vd:"$>0"`
Keyword string `json:"keyword" form:"keyword"`
}
PageInfo Paging common input parameter structure
Source Files
¶
Click to show internal directories.
Click to hide internal directories.