mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-01-20 00:43:10 +00:00
6 lines
77 B
Protocol Buffer
6 lines
77 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message TopicOnlyMessage {
|
|
string content_topic = 2;
|
|
}
|