5
0
Fork 0

Removed client definition from bite.proto

master
Daniel Lim 2019-06-25 22:15:57 +08:00
parent a36ddf9a81
commit a0148cd993
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
syntax = "proto3"; syntax = "proto3";
package protobuf; package protobuf;
import "client.proto";
message Bite { message Bite {
string key = 1; string key = 1;
uint64 start = 2; uint64 start = 2;
bytes data = 3; bytes data = 3;
Client client = 4;
} }