package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Apr 22, 2023
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 Req struct {
g.Meta `path:"/hello" tags:"Hello" method:"get" summary:"You first hello api"`
}
Req is a hello request.
type Res struct {
g.Meta `mime:"text/html" example:"string"`
}
Res is a hello response.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.