modulepackage
0.0.0-20181114091942-10a0dfff86db
Repository: https://github.com/endlesscheng/echo-autodoc.git
Documentation: pkg.go.dev
# README
echo-autodoc
Automatically generate documents for Golang echo web framework.
See example for more detail.
# Packages
No description provided by the author
# Functions
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
只能修改 public 字段.
只能修改 public 字段,structPtr 不是 struct 指针时无效.
No description provided by the author
handler_test.go 中调用.
handler.go 中调用.
No description provided by the author
No description provided by the author
globalResponseJSONParams 为所有返回的 JSON 都会有的字段 同时会设置 ignoredResponseJSONParams.
解析返回的 JSON 时,忽略这些字段.
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
默认 echo 操作返回值 若要精确设置,见下方的 AddCustomGetReturn 等.
Markdown 相关配置.
默认 echo 操作返回值 若要精确设置,见下方的 AddCustomGetReturn 等.
默认 echo 操作返回值 若要精确设置,见下方的 AddCustomGetReturn 等.
Markdown 相关配置.
Markdown 相关配置.
默认 echo 操作返回值 若要精确设置,见下方的 AddCustomGetReturn 等.
默认 echo 操作返回值 若要精确设置,见下方的 AddCustomGetReturn 等.
默认 echo 操作返回值 若要精确设置,见下方的 AddCustomGetReturn 等.
No description provided by the author
No description provided by the author
No description provided by the author
c.JSON 时,若传入的数据有零值,可以将其递归地填充为非零值(数值填充成 1,字符串填充成 "1",布尔值依然为 false).
杂项配置.
字段缺少描述时打印 warning 信息.
当返回值不为 200 时,打印 warning 信息.
# Interfaces
No description provided by the author
No description provided by the author
由于 Group 方法返回的类型和调用者相同,只能将所有方法提出到一个 interface.