# Functions
transform basic type to swagger schema type.
CheckGinbuilderHandlerFuncDecl 解析ginbuilder.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
非body里声明的类型参数 https://swagger.io/specification/v2/#parameterObject.
解析handler里的请求结构和返回结构.
No description provided by the author
No description provided by the author
No description provided by the author
ParseGinbuilderHandleFuncApi 解析ginbuilder.HandleFunc https://github.com/haozzzzzzzz/go-rapid-development/v2/tree/master/web/ginbuilder.
解析gin handler https://github.com/gin-gonic/gin.
No description provided by the author
成功返回结构type Response struct { ReturnCode uint32 `json:"ret"` Message string `json:"msg"` Data interface{} `json:"data"`}.
# Constants
net.http handle func.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
SkipFileNameSuffixes skip files with suffix.
# Structs
api 文件结构.
No description provided by the author
No description provided by the author
No description provided by the author
注释标签.
*
@api_doc_start
{
"http_method": "GET",
"relative_paths": ["/hello_world"],
"query_data": {
"name": "姓名|string|required"
},
"post_data": {
"location": "地址|string|required"
},
"resp_data": {
"a": "a|int",
"b": "b|int",
"c": {
"d": "d|string"
},
"__c": "c|object",
"f": [
"string"
],
"__f": "f|object|required",
"g": [
{
"h": "h|string|required"
}
],
"__g": "g|array|required"
}
}
@api_doc_end
*/.
No description provided by the author
No description provided by the author
# Type aliases
ApiDeclParseFunc 解析Api类型声明.
No description provided by the author