Skip to content

Commit

Permalink
✨ Add GetLogs unary call
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Jan 18, 2024
1 parent 8115dd7 commit 6cdb166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/logs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package logs;

service Logs {
rpc StreamLogs (LogRequest) returns (stream LogReply) {}
rpc GetLogs (LogRequest) returns (stream LogReply) {}
}

message LogRequest {}
Expand Down

0 comments on commit 6cdb166

Please sign in to comment.