Skip to content

Commit

Permalink
docs: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
w-h-a committed Jul 13, 2024
1 parent 46e37e4 commit bae0ff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions proto/streams/streams.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/streams/streams.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ message UnsubscribeRequest {

message UnsubscribeResponse {}

// consume request (stream Event response)
// consume request
message ConsumeRequest {
string id = 1;
}

// ack request (no response)
// ack request
message AckRequest {
string id = 1;
bool success = 2;
Expand Down

0 comments on commit bae0ff5

Please sign in to comment.