diff options
Diffstat (limited to 'grpc/grpc-stub/src/main/proto/oclip.proto')
-rw-r--r-- | grpc/grpc-stub/src/main/proto/oclip.proto | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/grpc/grpc-stub/src/main/proto/oclip.proto b/grpc/grpc-stub/src/main/proto/oclip.proto index 03224823..b4e77a3d 100644 --- a/grpc/grpc-stub/src/main/proto/oclip.proto +++ b/grpc/grpc-stub/src/main/proto/oclip.proto @@ -43,8 +43,9 @@ message Output { //Used for remote CLI message Args{ - repeated string args = 1; - string product = 2; + string requestId = 1; + string action = 2; + repeated string args = 3; } message Result { |