package
Version:
v0.0.0-...-65338ed
Opens a new window with list of versions in this module.
Published: Jul 29, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Author struct {
Authorization string `p:"Authorization" in:"header" dc:"Bearer {{token}}"`
}
type EmptyRes struct {
g.Meta `mime:"application/json"`
}
EmptyRes 不响应任何数据
type ListRes struct {
CurrentPage int `json:"currentPage"`
Total interface{} `json:"total"`
}
ListRes 列表公共返回
Source Files
¶
Click to show internal directories.
Click to hide internal directories.