mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 05:55:19 +00:00
update comments
This commit is contained in:
@@ -10,7 +10,7 @@ service Event {
|
|||||||
rpc Subscribe(SubscribeRequest) returns (stream SubscribeResponse) {}
|
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 {
|
message PublishRequest {
|
||||||
// The topic to publish to
|
// The topic to publish to
|
||||||
string topic = 1;
|
string topic = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user