add map type (#3704)

This commit is contained in:
anstns
2023-11-18 21:55:13 +08:00
committed by GitHub
parent 72dd2736f5
commit da67ea2300
3 changed files with 6 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ import '../data/{{with .Service}}{{.Name}}{{end}}.dart';
/// {{.Name}}
{{range $i, $Route := .Routes}}
/// --{{.Path}}--
///
/// --{{.AtDoc}}--
/// request: {{with .RequestType}}{{.Name}}{{end}}
/// response: {{with .ResponseType}}{{.Name}}{{end}}
Future {{normalizeHandlerName .Handler}}(