5
0
Fork 0
Definitions of protobufs used in Beep backend
 
Go to file
UnicodingUnicorn f29ca10a14 Changed type of key in Bite to string from bytes 2019-02-06 14:04:53 +08:00
README.md Bite protobuf 2019-02-06 13:26:14 +08:00
bite.pb.go Changed type of key in Bite to string from bytes 2019-02-06 14:04:53 +08:00
bite.proto Changed type of key in Bite to string from bytes 2019-02-06 14:04:53 +08:00

README.md

backend-protobuf

Definitions of protobufs used in Beep backend.

Bite (bite.proto)

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