mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
Add pub/sub to client/server and make broker more low level
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message Message {
|
||||
string say = 1;
|
||||
}
|
||||
|
||||
message Request {
|
||||
string name = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user