SourceTermAnalysisSystem_vue/node_modules/protocol-buffers-schema/test/fixtures/import.proto

7 lines
114 B
Protocol Buffer
Raw Normal View History

2026-05-15 10:22:44 +08:00
import "./result.proto";
import "./other_result.proto";
message SearchResponse {
repeated Result result = 1;
}