package
Version:
v0.0.0-...-4e82913
Opens a new window with list of versions in this module.
Published: Feb 14, 2022
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 string `json:"authorityId" form:"authorityId"`
}
GetAuthorityId Get role by id structure
type GetById struct {
ID float64 `json:"id" form:"id"`
}
GetById Find by id structure
type IdsReq struct {
Ids []int `json:"ids" form:"ids"`
}
type PageInfo struct {
Page int `json:"page" form:"page"`
PageSize int `json:"pageSize" form:"pageSize"`
}
PageInfo Paging common input parameter structure
Source Files
¶
Click to show internal directories.
Click to hide internal directories.