first commit
This commit is contained in:
7
internal/codegen/templates/struct.tmpl
Normal file
7
internal/codegen/templates/struct.tmpl
Normal file
@ -0,0 +1,7 @@
|
||||
const Signature{{.Name}} string = "{{.Signature}}"
|
||||
|
||||
type {{.Name}} struct {
|
||||
{{range .Fields}}
|
||||
{{.GoVarName}} {{.GoTypeName}}
|
||||
{{end}}
|
||||
}
|
Reference in New Issue
Block a user