const Signature{{.Name}} string = "{{.Signature}}" type {{.Name}} struct { {{range .Fields}} {{.GoVarName}} {{.GoTypeName}} {{end}} }