package
Version:
v0.0.0-...-f303a9b
Opens a new window with list of versions in this module.
Published: Jan 28, 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 HelloReq struct {
g.Meta `path:"/hello" tags:"Hello" method:"get" summary:"You first hello api"`
}
type HelloRes struct {
g.Meta `mime:"text/html" example:"string"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.