diff --git a/service-a/bye/bye.proto b/service-a/bye/bye.proto index e92e810..86c3de0 100644 --- a/service-a/bye/bye.proto +++ b/service-a/bye/bye.proto @@ -8,6 +8,7 @@ option go_package = "github.com/graham-chainlink/shared-proto-spike/service-a/by message ByeRequest { string name = 1; string signature = 2; + string greetings = 3; } // The response message containing the greetings.