5
0
Fork 0
backend-protobuf/README.md

226 B

backend-protobuf

Definitions of protobufs used in Beep backend.

Bite (bite.proto)

message Bite {
  bytes key = 1;
  uint64 start = 2;
  bytes data = 3;
}