Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloParam ¶
type HelloParam struct { Name string `json:"name" validate:"required" label:"名称"` Version string `json:"version" validate:"optional" label:"版本号"` }
HelloParam parameter
type HelloResponse ¶
type HelloResponse struct { Name string `json:"name" validate:"required" label:"名称"` Title string `json:"title" validate:"required" label:"标题"` }
HelloResponse response parameter
Click to show internal directories.
Click to hide internal directories.