templates.file.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of conductor-annotations-processor Show documentation
Show all versions of conductor-annotations-processor Show documentation
conductor-annotations-processor
The newest version!
syntax = "proto3";
package {{protoPackageName}};
{{#includes}}
import "{{this}}";
{{/includes}}
option java_package = "{{javaPackageName}}";
option java_outer_classname = "{{javaClassName}}";
option go_package = "{{goPackageName}}";
{{#message}}
{{>message}}
{{/message}}