go-zero/tools/goctl/api/docgen/markdown.tpl
2022-04-04 13:12:05 +08:00

17 lines
242 B
Smarty

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