// this file is auto create by program, don't edit manually syntax = "proto3"; option go_package=".;msg"; // import "TypeDefine.proto"; message {{.Name}}s { repeated {{.Name}} data = 1; } message {{.Name}} { {{range .Headers}} {{GetTypeName .DataType | printf "%-15s"}} {{.Name | printf "%-15s"}} = {{Add .Index 1}}; //{{.Comment}} {{- end}} }