5
0
Fork 0

Generated go protobufs

master
UnicodingUnicorn 2019-06-27 05:53:09 +08:00
parent a0148cd993
commit 10e363e61b
1 changed files with 7 additions and 17 deletions

View File

@ -24,7 +24,6 @@ type Bite struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Start uint64 `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"`
Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
Client *Client `protobuf:"bytes,4,opt,name=client,proto3" json:"client,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
@ -76,13 +75,6 @@ func (m *Bite) GetData() []byte {
return nil
}
func (m *Bite) GetClient() *Client {
if m != nil {
return m.Client
}
return nil
}
func init() {
proto.RegisterType((*Bite)(nil), "protobuf.Bite")
}
@ -90,14 +82,12 @@ func init() {
func init() { proto.RegisterFile("bite.proto", fileDescriptor_e1ec993646b17549) }
var fileDescriptor_e1ec993646b17549 = []byte{
// 140 bytes of a gzipped FileDescriptorProto
// 106 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4a, 0xca, 0x2c, 0x49,
0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x00, 0x53, 0x49, 0xa5, 0x69, 0x52, 0x3c, 0xc9,
0x39, 0x99, 0xa9, 0x79, 0x25, 0x10, 0x71, 0xa5, 0x1c, 0x2e, 0x16, 0xa7, 0xcc, 0x92, 0x54, 0x21,
0x01, 0x2e, 0xe6, 0xec, 0xd4, 0x4a, 0x09, 0x46, 0x05, 0x46, 0x0d, 0xce, 0x20, 0x10, 0x53, 0x48,
0x84, 0x8b, 0xb5, 0xb8, 0x24, 0xb1, 0xa8, 0x44, 0x82, 0x49, 0x81, 0x51, 0x83, 0x25, 0x08, 0xc2,
0x11, 0x12, 0xe2, 0x62, 0x49, 0x49, 0x2c, 0x49, 0x94, 0x60, 0x56, 0x60, 0xd4, 0xe0, 0x09, 0x02,
0xb3, 0x85, 0x34, 0xb8, 0xd8, 0x20, 0x66, 0x4a, 0xb0, 0x28, 0x30, 0x6a, 0x70, 0x1b, 0x09, 0xe8,
0xc1, 0x2c, 0xd3, 0x73, 0x06, 0x8b, 0x07, 0x41, 0xe5, 0x93, 0xd8, 0xc0, 0x12, 0xc6, 0x80, 0x00,
0x00, 0x00, 0xff, 0xff, 0xbc, 0x7c, 0x92, 0x2c, 0x9a, 0x00, 0x00, 0x00,
0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x00, 0x53, 0x49, 0xa5, 0x69, 0x4a, 0x4e, 0x5c,
0x2c, 0x4e, 0x99, 0x25, 0xa9, 0x42, 0x02, 0x5c, 0xcc, 0xd9, 0xa9, 0x95, 0x12, 0x8c, 0x0a, 0x8c,
0x1a, 0x9c, 0x41, 0x20, 0xa6, 0x90, 0x08, 0x17, 0x6b, 0x71, 0x49, 0x62, 0x51, 0x89, 0x04, 0x93,
0x02, 0xa3, 0x06, 0x4b, 0x10, 0x84, 0x23, 0x24, 0xc4, 0xc5, 0x92, 0x92, 0x58, 0x92, 0x28, 0xc1,
0xac, 0xc0, 0xa8, 0xc1, 0x13, 0x04, 0x66, 0x27, 0xb1, 0x81, 0x4d, 0x33, 0x06, 0x04, 0x00, 0x00,
0xff, 0xff, 0xce, 0x25, 0xe8, 0xb8, 0x62, 0x00, 0x00, 0x00,
}