add 代码生成后端验证器

This commit is contained in:
maxbad
2023-05-13 13:54:55 +08:00
parent ddd7e83cdd
commit 0dd9d24d29
3 changed files with 66 additions and 7 deletions

View File

@@ -27,6 +27,7 @@ type @{.varName}EditInp struct {
}
func (in *@{.varName}EditInp) Filter(ctx context.Context) (err error) {
@{.editInpValidator}
return
}