mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-02-27 19:43:34 +00:00
* chore: move proto into a separate package * fix: proto dir * fix: build * fix: ci * add: index for proto * fix: ci * Update packages/proto/package.json Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com> Co-authored-by: fryorcraken.eth <110212804+fryorcraken@users.noreply.github.com>
6 lines
86 B
Protocol Buffer
6 lines
86 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message TopicOnlyMessage {
|
|
optional string content_topic = 2;
|
|
}
|