mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-03 13:33:12 +00:00
added common types
This commit is contained in:
parent
533bd31357
commit
9a50d8e370
9
proto/umbra/common_frames.proto
Normal file
9
proto/umbra/common_frames.proto
Normal file
@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package umbra.common_frames;
|
||||
|
||||
message ContentFrame {
|
||||
uint32 domain = 1;
|
||||
uint32 tag = 2;
|
||||
bytes bytes = 3;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user