We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e088e47 commit 1323cdaCopy full SHA for 1323cda
pkg/sdk/poc/generator/templates.go
@@ -24,10 +24,6 @@ var (
24
structTemplateContent string
25
StructTemplate, _ = template.New("structTemplate").Parse(structTemplateContent)
26
27
- //go:embed templates/show_object_method.tmpl
28
- showObjectMethodTemplateContent string
29
- ShowObjectMethodTemplate, _ = template.New("helperMethodTemplate").Parse(showObjectMethodTemplateContent)
30
-
31
//go:embed templates/show_object_id_method.tmpl
32
showObjectIdMethodTemplateContent string
33
ShowObjectIdMethodTemplate, _ = template.New("showObjectIdMethodTemplate").Parse(showObjectIdMethodTemplateContent)
pkg/sdk/poc/generator/templates/show_object_method.tmpl
0 commit comments