mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-24 00:15:29 +00:00
fix mq
This commit is contained in:
@@ -5,7 +5,7 @@ package mq;
|
||||
option go_package = "./proto;mq";
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
service MQ {
|
||||
service Mq {
|
||||
rpc Publish(PublishRequest) returns (PublishResponse) {}
|
||||
rpc Subscribe(SubscribeRequest) returns (stream SubscribeResponse) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user