Files
config/definition/generate/render/tpl/proto.go.tpl
andrey f9a0411192
All checks were successful
Go Action / goaction (push) Successful in 29s
def (#12)
Reviewed-on: #12
2025-12-26 14:55:42 +03:00

10 lines
213 B
Smarty

type {{.StructName}} struct {
{{.ParentName}}
{{ .Name }} string
}
// {{.FuncName}} {{.Description}}.
func (i {{.ParentName}}) {{.FuncName}}(key string) {{.StructName}} {
return {{.StructName}}{i,key}
}