File tree Expand file tree Collapse file tree
smi-conformance/conformance Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11syntax = "proto3" ;
22import "google/protobuf/empty.proto" ;
3- import "service-mesh-performance/protos/metadata.proto" ;
3+ import "meshkit/protobuf/common/error.proto" ;
4+ import "meshkit/protobuf/controller/health.proto" ;
5+ import "meshkit/protobuf/controller/info.proto" ;
46import "service-mesh-performance/protos/service_mesh.proto" ;
57
68package smi_conformance ;
@@ -29,7 +31,7 @@ message Request {
2931message Result {
3032 oneof result {
3133 string message = 1 ;
32- smp .CommonError error = 2 ;
34+ common .CommonError error = 2 ;
3335 }
3436}
3537message Detail {
@@ -50,7 +52,7 @@ message Response {
5052}
5153
5254service conformanceTesting {
53- rpc Info (google.protobuf.Empty ) returns (smp .ControllerInfo );
54- rpc Health (google.protobuf.Empty ) returns (smp .ControllerHealth );
55+ rpc Info (google.protobuf.Empty ) returns (controller .ControllerInfo );
56+ rpc Health (google.protobuf.Empty ) returns (controller .ControllerHealth );
5557 rpc RunTest (Request ) returns (Response );
5658}
You can’t perform that action at this time.
0 commit comments