diff --git a/src/main/proto/th2_grpc_check1/check1.proto b/src/main/proto/th2_grpc_check1/check1.proto index 99f93b8..8fa280e 100644 --- a/src/main/proto/th2_grpc_check1/check1.proto +++ b/src/main/proto/th2_grpc_check1/check1.proto @@ -22,6 +22,8 @@ import "th2_grpc_common/common.proto"; option java_multiple_files = true; option java_package = "com.exactpro.th2.check1.grpc"; +option go_package = "/proto"; + service Check1 { rpc createCheckpoint (CheckpointRequest) returns (CheckpointResponse) {}