handle statement import of proto file
This commit is contained in:
10
examples/import/proto/common.proto
Normal file
10
examples/import/proto/common.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package common;
|
||||
|
||||
option go_package = "models/common;common";
|
||||
|
||||
message GetArticle{
|
||||
string id = 1;
|
||||
string tenant = 2;
|
||||
}
|
Reference in New Issue
Block a user