package
Version:
v0.0.0-...-5961e9c
Opens a new window with list of versions in this module.
Published: Aug 24, 2022
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 DmReq struct {
g.Meta `path:"/demo" tags:"Demo" method:"post" summary:"demo api"`
Name string `p:"name" v:"required#标签内容不能为空"`
}
type DmRes struct {
g.Meta `mime:"text/html"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.