This commit is contained in:
6
node_modules/protocol-buffers-schema/test/fixtures/import.proto
generated
vendored
Normal file
6
node_modules/protocol-buffers-schema/test/fixtures/import.proto
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import "./result.proto";
|
||||
import "./other_result.proto";
|
||||
|
||||
message SearchResponse {
|
||||
repeated Result result = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user