mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-18 21:55:08 +00:00
Moving cruftier services that are only used for tests under a test repo
This commit is contained in:
8
test/pubsub/proto/pubsub.proto
Normal file
8
test/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