Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoSayReq ¶
type EchoSayReq struct { g.Meta `path:"/echo/say" tags:"Echo Service" method:"get" summary:"You say, I echo"` Content string `v1:"required" dc:"Say something?"` }
EchoSayReq is the request struct for the EchoSay endpoint.
type EchoSayRes ¶
type EchoSayRes struct {
Content string `dc:"Reply content"`
}
EchoSayRes is the response struct for the EchoSay endpoint.
Click to show internal directories.
Click to hide internal directories.