feat: 提交资源
This commit is contained in:
7
protos/pkg1.bar.proto
Normal file
7
protos/pkg1.bar.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
package pkg1;
|
||||
syntax = "proto3";
|
||||
|
||||
message Bar {
|
||||
// In proto3, fields are optional by default; 'required' is not allowed
|
||||
int32 bar = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user