mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
fix missing updateMethodTemplateFile (#924)
This commit is contained in:
@@ -50,6 +50,7 @@ var templates = map[string]string{
|
||||
tagTemplateFile: template.Tag,
|
||||
typesTemplateFile: template.Types,
|
||||
updateTemplateFile: template.Update,
|
||||
updateMethodTemplateFile: template.UpdateMethod,
|
||||
varTemplateFile: template.Vars,
|
||||
errTemplateFile: template.Error,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user