mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 23:15:06 +00:00
One
This commit is contained in:
8
pubsub/proto/pubsub.proto
Normal file
8
pubsub/proto/pubsub.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package pubsub;
|
||||
|
||||
message Message {
|
||||
string id = 1;
|
||||
bytes body = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user