Skip to content

Commit eeb54c7

Browse files
authored
Update proto_template.proto
1 parent d5af2c5 commit eeb54c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simple_rpc/server/proto_builder/templates/proto_template.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// AUTOMATICALLY GENERATED BY SimpleRPC
22

33
syntax = "proto3";
4+
package {{ service.name }}_pkg;
45
import "google/protobuf/empty.proto";
56

67
service {{ service.name }} {
@@ -16,4 +17,4 @@ message {{ message.name }} {
1617
{{ field.type }} {{ field.name }} = {{ loop.index0 + 1 }};
1718
{% endfor %}
1819
}
19-
{% endfor %}
20+
{% endfor %}

0 commit comments

Comments
 (0)