package
Version:
v0.0.0-...-bf4de7e
Opens a new window with list of versions in this module.
Published: Sep 3, 2024
License: MIT
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 GetInfoReq struct {
g.Meta `path:"/" tags:"Index" method:"get" summary:"获得项目信息"`
}
type GetInfoRes struct {
Name string `json:"name" dc:"项目名称"`
Version string `json:"version" dc:"版本号"`
Donate string `json:"donate" dc:"捐赠信息"`
Website string `json:"website" dc:"项目网站"`
Feedback g.MapStrStr `json:"feedback" dc:"反馈方式"`
Copyright string `json:"copyright" dc:"版权声明"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.