go-zero/tools/goctl/api/docgen/markdown.tpl

17 lines
242 B
Smarty
Raw Normal View History

### {{.index}}. {{.routeComment}}
1. route definition
- Url: {{.uri}}
- Method: {{.method}}
- Request: {{.requestType}}
- Response: {{.responseType}}
2. request definition
{{.requestContent}}
3. response definition
{{.responseContent}}