nim-chat-poc/protos/common_frames.proto

10 lines
137 B
Protocol Buffer
Raw Normal View History

2025-07-05 14:54:19 -07:00
syntax = "proto3";
2025-07-11 14:46:05 -07:00
package wap.common_frames;
2025-07-05 14:54:19 -07:00
message ContentFrame {
uint32 domain = 1;
uint32 tag = 2;
bytes bytes = 3;
}