Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomeIndexReq ¶
type HomeIndexReq struct { g.Meta `path:"/index" tags:"Home Service" method:"get" summary:"You say, I echo"` *model.HomeIndexInput }
HomeIndexReq is the request struct for the HomeIndex endpoint.
type HomeIndexRes ¶
type HomeIndexRes struct {
*model.HomeIndexOutput
}
HomeIndexRes is the response struct for the HomeIndex endpoint.
Click to show internal directories.
Click to hide internal directories.