mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update comments
This commit is contained in:
@@ -10,7 +10,7 @@ service Event {
|
||||
rpc Subscribe(SubscribeRequest) returns (stream SubscribeResponse) {}
|
||||
}
|
||||
|
||||
// Publish a message to the event. Specify a topic to group messages for a specific topic.
|
||||
// Publish a message to the event stream.
|
||||
message PublishRequest {
|
||||
// The topic to publish to
|
||||
string topic = 1;
|
||||
|
||||
Reference in New Issue
Block a user