Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jan 3, 2025
1 parent 38d78fc commit a2aff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/WireMock.Net.Tests/Grpc/greet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import "google/protobuf/timestamp.proto";
import "google/protobuf/duration.proto";

service Greeter {
rpc SayNothing (google.protobuf.Empty) returns (google.protobuf.Empty);
rpc SayHello (HelloRequest) returns (HelloReply);
rpc SayEmpty (MyMessageEmpty) returns (MyMessageEmpty);
rpc SayNothing (google.protobuf.Empty) returns (google.protobuf.Empty);
rpc SayTimestamp (MyMessageTimestamp) returns (MyMessageTimestamp);
rpc SayDuration (MyMessageDuration) returns (MyMessageDuration);
}
Expand Down

0 comments on commit a2aff80

Please sign in to comment.