Commit 057ba01a authored by vipwzw's avatar vipwzw

auto ci

parent ace156dc
...@@ -44,7 +44,7 @@ func (m *RetrievePara) Reset() { *m = RetrievePara{} } ...@@ -44,7 +44,7 @@ func (m *RetrievePara) Reset() { *m = RetrievePara{} }
func (m *RetrievePara) String() string { return proto.CompactTextString(m) } func (m *RetrievePara) String() string { return proto.CompactTextString(m) }
func (*RetrievePara) ProtoMessage() {} func (*RetrievePara) ProtoMessage() {}
func (*RetrievePara) Descriptor() ([]byte, []int) { func (*RetrievePara) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{0} return fileDescriptor_retrieve_8bc756b70fa77262, []int{0}
} }
func (m *RetrievePara) XXX_Unmarshal(b []byte) error { func (m *RetrievePara) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RetrievePara.Unmarshal(m, b) return xxx_messageInfo_RetrievePara.Unmarshal(m, b)
...@@ -112,7 +112,7 @@ func (m *Retrieve) Reset() { *m = Retrieve{} } ...@@ -112,7 +112,7 @@ func (m *Retrieve) Reset() { *m = Retrieve{} }
func (m *Retrieve) String() string { return proto.CompactTextString(m) } func (m *Retrieve) String() string { return proto.CompactTextString(m) }
func (*Retrieve) ProtoMessage() {} func (*Retrieve) ProtoMessage() {}
func (*Retrieve) Descriptor() ([]byte, []int) { func (*Retrieve) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{1} return fileDescriptor_retrieve_8bc756b70fa77262, []int{1}
} }
func (m *Retrieve) XXX_Unmarshal(b []byte) error { func (m *Retrieve) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_Retrieve.Unmarshal(m, b) return xxx_messageInfo_Retrieve.Unmarshal(m, b)
...@@ -163,7 +163,7 @@ func (m *RetrieveAction) Reset() { *m = RetrieveAction{} } ...@@ -163,7 +163,7 @@ func (m *RetrieveAction) Reset() { *m = RetrieveAction{} }
func (m *RetrieveAction) String() string { return proto.CompactTextString(m) } func (m *RetrieveAction) String() string { return proto.CompactTextString(m) }
func (*RetrieveAction) ProtoMessage() {} func (*RetrieveAction) ProtoMessage() {}
func (*RetrieveAction) Descriptor() ([]byte, []int) { func (*RetrieveAction) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{2} return fileDescriptor_retrieve_8bc756b70fa77262, []int{2}
} }
func (m *RetrieveAction) XXX_Unmarshal(b []byte) error { func (m *RetrieveAction) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RetrieveAction.Unmarshal(m, b) return xxx_messageInfo_RetrieveAction.Unmarshal(m, b)
...@@ -378,7 +378,7 @@ func (m *BackupRetrieve) Reset() { *m = BackupRetrieve{} } ...@@ -378,7 +378,7 @@ func (m *BackupRetrieve) Reset() { *m = BackupRetrieve{} }
func (m *BackupRetrieve) String() string { return proto.CompactTextString(m) } func (m *BackupRetrieve) String() string { return proto.CompactTextString(m) }
func (*BackupRetrieve) ProtoMessage() {} func (*BackupRetrieve) ProtoMessage() {}
func (*BackupRetrieve) Descriptor() ([]byte, []int) { func (*BackupRetrieve) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{3} return fileDescriptor_retrieve_8bc756b70fa77262, []int{3}
} }
func (m *BackupRetrieve) XXX_Unmarshal(b []byte) error { func (m *BackupRetrieve) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BackupRetrieve.Unmarshal(m, b) return xxx_messageInfo_BackupRetrieve.Unmarshal(m, b)
...@@ -431,7 +431,7 @@ func (m *PrepareRetrieve) Reset() { *m = PrepareRetrieve{} } ...@@ -431,7 +431,7 @@ func (m *PrepareRetrieve) Reset() { *m = PrepareRetrieve{} }
func (m *PrepareRetrieve) String() string { return proto.CompactTextString(m) } func (m *PrepareRetrieve) String() string { return proto.CompactTextString(m) }
func (*PrepareRetrieve) ProtoMessage() {} func (*PrepareRetrieve) ProtoMessage() {}
func (*PrepareRetrieve) Descriptor() ([]byte, []int) { func (*PrepareRetrieve) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{4} return fileDescriptor_retrieve_8bc756b70fa77262, []int{4}
} }
func (m *PrepareRetrieve) XXX_Unmarshal(b []byte) error { func (m *PrepareRetrieve) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PrepareRetrieve.Unmarshal(m, b) return xxx_messageInfo_PrepareRetrieve.Unmarshal(m, b)
...@@ -468,6 +468,7 @@ func (m *PrepareRetrieve) GetDefaultAddress() string { ...@@ -468,6 +468,7 @@ func (m *PrepareRetrieve) GetDefaultAddress() string {
type PerformRetrieve struct { type PerformRetrieve struct {
BackupAddress string `protobuf:"bytes,1,opt,name=backupAddress,proto3" json:"backupAddress,omitempty"` BackupAddress string `protobuf:"bytes,1,opt,name=backupAddress,proto3" json:"backupAddress,omitempty"`
DefaultAddress string `protobuf:"bytes,2,opt,name=defaultAddress,proto3" json:"defaultAddress,omitempty"` DefaultAddress string `protobuf:"bytes,2,opt,name=defaultAddress,proto3" json:"defaultAddress,omitempty"`
Assets []*types.Asset `protobuf:"bytes,3,rep,name=assets,proto3" json:"assets,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"` XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"` XXX_sizecache int32 `json:"-"`
...@@ -477,7 +478,7 @@ func (m *PerformRetrieve) Reset() { *m = PerformRetrieve{} } ...@@ -477,7 +478,7 @@ func (m *PerformRetrieve) Reset() { *m = PerformRetrieve{} }
func (m *PerformRetrieve) String() string { return proto.CompactTextString(m) } func (m *PerformRetrieve) String() string { return proto.CompactTextString(m) }
func (*PerformRetrieve) ProtoMessage() {} func (*PerformRetrieve) ProtoMessage() {}
func (*PerformRetrieve) Descriptor() ([]byte, []int) { func (*PerformRetrieve) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{5} return fileDescriptor_retrieve_8bc756b70fa77262, []int{5}
} }
func (m *PerformRetrieve) XXX_Unmarshal(b []byte) error { func (m *PerformRetrieve) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PerformRetrieve.Unmarshal(m, b) return xxx_messageInfo_PerformRetrieve.Unmarshal(m, b)
...@@ -511,6 +512,13 @@ func (m *PerformRetrieve) GetDefaultAddress() string { ...@@ -511,6 +512,13 @@ func (m *PerformRetrieve) GetDefaultAddress() string {
return "" return ""
} }
func (m *PerformRetrieve) GetAssets() []*types.Asset {
if m != nil {
return m.Assets
}
return nil
}
type CancelRetrieve struct { type CancelRetrieve struct {
BackupAddress string `protobuf:"bytes,1,opt,name=backupAddress,proto3" json:"backupAddress,omitempty"` BackupAddress string `protobuf:"bytes,1,opt,name=backupAddress,proto3" json:"backupAddress,omitempty"`
DefaultAddress string `protobuf:"bytes,2,opt,name=defaultAddress,proto3" json:"defaultAddress,omitempty"` DefaultAddress string `protobuf:"bytes,2,opt,name=defaultAddress,proto3" json:"defaultAddress,omitempty"`
...@@ -523,7 +531,7 @@ func (m *CancelRetrieve) Reset() { *m = CancelRetrieve{} } ...@@ -523,7 +531,7 @@ func (m *CancelRetrieve) Reset() { *m = CancelRetrieve{} }
func (m *CancelRetrieve) String() string { return proto.CompactTextString(m) } func (m *CancelRetrieve) String() string { return proto.CompactTextString(m) }
func (*CancelRetrieve) ProtoMessage() {} func (*CancelRetrieve) ProtoMessage() {}
func (*CancelRetrieve) Descriptor() ([]byte, []int) { func (*CancelRetrieve) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{6} return fileDescriptor_retrieve_8bc756b70fa77262, []int{6}
} }
func (m *CancelRetrieve) XXX_Unmarshal(b []byte) error { func (m *CancelRetrieve) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CancelRetrieve.Unmarshal(m, b) return xxx_messageInfo_CancelRetrieve.Unmarshal(m, b)
...@@ -569,7 +577,7 @@ func (m *ReqRetrieveInfo) Reset() { *m = ReqRetrieveInfo{} } ...@@ -569,7 +577,7 @@ func (m *ReqRetrieveInfo) Reset() { *m = ReqRetrieveInfo{} }
func (m *ReqRetrieveInfo) String() string { return proto.CompactTextString(m) } func (m *ReqRetrieveInfo) String() string { return proto.CompactTextString(m) }
func (*ReqRetrieveInfo) ProtoMessage() {} func (*ReqRetrieveInfo) ProtoMessage() {}
func (*ReqRetrieveInfo) Descriptor() ([]byte, []int) { func (*ReqRetrieveInfo) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{7} return fileDescriptor_retrieve_8bc756b70fa77262, []int{7}
} }
func (m *ReqRetrieveInfo) XXX_Unmarshal(b []byte) error { func (m *ReqRetrieveInfo) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ReqRetrieveInfo.Unmarshal(m, b) return xxx_messageInfo_ReqRetrieveInfo.Unmarshal(m, b)
...@@ -619,7 +627,7 @@ func (m *RetrieveQuery) Reset() { *m = RetrieveQuery{} } ...@@ -619,7 +627,7 @@ func (m *RetrieveQuery) Reset() { *m = RetrieveQuery{} }
func (m *RetrieveQuery) String() string { return proto.CompactTextString(m) } func (m *RetrieveQuery) String() string { return proto.CompactTextString(m) }
func (*RetrieveQuery) ProtoMessage() {} func (*RetrieveQuery) ProtoMessage() {}
func (*RetrieveQuery) Descriptor() ([]byte, []int) { func (*RetrieveQuery) Descriptor() ([]byte, []int) {
return fileDescriptor_retrieve_2bd2296d20e0c70f, []int{8} return fileDescriptor_retrieve_8bc756b70fa77262, []int{8}
} }
func (m *RetrieveQuery) XXX_Unmarshal(b []byte) error { func (m *RetrieveQuery) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_RetrieveQuery.Unmarshal(m, b) return xxx_messageInfo_RetrieveQuery.Unmarshal(m, b)
...@@ -864,38 +872,39 @@ var _Retrieve_serviceDesc = grpc.ServiceDesc{ ...@@ -864,38 +872,39 @@ var _Retrieve_serviceDesc = grpc.ServiceDesc{
Metadata: "retrieve.proto", Metadata: "retrieve.proto",
} }
func init() { proto.RegisterFile("retrieve.proto", fileDescriptor_retrieve_2bd2296d20e0c70f) } func init() { proto.RegisterFile("retrieve.proto", fileDescriptor_retrieve_8bc756b70fa77262) }
var fileDescriptor_retrieve_2bd2296d20e0c70f = []byte{ var fileDescriptor_retrieve_8bc756b70fa77262 = []byte{
// 471 bytes of a gzipped FileDescriptorProto // 495 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x54, 0xcd, 0x6e, 0xd3, 0x40, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x54, 0x4d, 0x6e, 0xd4, 0x30,
0x10, 0xee, 0x3a, 0xd8, 0x29, 0x13, 0xea, 0x8a, 0x45, 0x54, 0x56, 0x0f, 0x95, 0x65, 0x21, 0x94, 0x14, 0xae, 0x13, 0x92, 0x29, 0x6f, 0xda, 0x8c, 0x30, 0xa2, 0x8a, 0xba, 0xa8, 0xa2, 0xa8, 0x42,
0x0b, 0x41, 0x32, 0xbc, 0x40, 0xcb, 0x05, 0x6e, 0x61, 0x55, 0xae, 0xa0, 0xad, 0x3d, 0x41, 0x16, 0xb3, 0xa1, 0x48, 0x81, 0x0b, 0x4c, 0xd9, 0xc0, 0x6e, 0xb0, 0xca, 0x96, 0xca, 0x4d, 0xde, 0xa0,
0x8e, 0x6d, 0xd6, 0xeb, 0x0a, 0xdf, 0x78, 0x26, 0xde, 0x86, 0x0b, 0x2f, 0xc1, 0x0b, 0xa0, 0xec, 0x88, 0x99, 0x24, 0xd8, 0x4e, 0x45, 0x76, 0x6c, 0xb8, 0x10, 0xb7, 0x61, 0xc3, 0x25, 0xb8, 0x00,
0x8f, 0x58, 0x07, 0x47, 0xca, 0xc1, 0xe2, 0xe8, 0xcf, 0xdf, 0xb7, 0x33, 0xfb, 0xed, 0xcc, 0x07, 0x1a, 0xdb, 0x11, 0xce, 0x90, 0x91, 0xba, 0x18, 0xb1, 0xf4, 0xe7, 0xef, 0xb3, 0xdf, 0xfb, 0xde,
0xa1, 0x40, 0x29, 0x0a, 0xbc, 0xc7, 0x55, 0x23, 0x6a, 0x59, 0x53, 0x5f, 0xf6, 0x0d, 0xb6, 0x97, 0x0f, 0x44, 0x02, 0x95, 0x28, 0xf1, 0x1e, 0xaf, 0x1a, 0x51, 0xab, 0x9a, 0x06, 0xaa, 0x6b, 0x50,
0x8f, 0xa5, 0xe0, 0x55, 0xcb, 0x33, 0x59, 0xd4, 0x95, 0xfe, 0x93, 0xfc, 0x20, 0xf0, 0x88, 0x19, 0x9e, 0x3f, 0x51, 0x82, 0x57, 0x92, 0xe7, 0xaa, 0xac, 0x2b, 0x73, 0x93, 0xfe, 0x20, 0x70, 0xc2,
0xf2, 0x9a, 0x0b, 0x4e, 0x9f, 0x43, 0x98, 0xe3, 0x86, 0x77, 0xa5, 0xbc, 0xce, 0x73, 0x81, 0x6d, 0x2c, 0x79, 0xc9, 0x05, 0xa7, 0xcf, 0x21, 0x2a, 0x70, 0xc5, 0xdb, 0xb5, 0x5a, 0x14, 0x85, 0x40,
0x1b, 0x91, 0x98, 0x2c, 0x1f, 0xb2, 0x3d, 0x94, 0x5e, 0x40, 0xd0, 0x4a, 0x2e, 0xbb, 0x36, 0xf2, 0x29, 0x63, 0x92, 0x90, 0xf9, 0x63, 0xb6, 0x83, 0xd2, 0x33, 0x08, 0xa5, 0xe2, 0xaa, 0x95, 0xb1,
0x62, 0xb2, 0xf4, 0x99, 0xf9, 0xa2, 0x57, 0x00, 0x99, 0x40, 0x2e, 0xf1, 0xb6, 0xd8, 0x62, 0x34, 0x97, 0x90, 0x79, 0xc0, 0xec, 0x89, 0x5e, 0x00, 0xe4, 0x02, 0xb9, 0xc2, 0x9b, 0x72, 0x83, 0xb1,
0x8b, 0xc9, 0x72, 0xc6, 0x1c, 0x84, 0xc6, 0xb0, 0x68, 0x04, 0x36, 0x5c, 0x68, 0xc2, 0x03, 0x45, 0x9f, 0x90, 0xb9, 0xcf, 0x1c, 0x84, 0x26, 0x30, 0x6d, 0x04, 0x36, 0x5c, 0x18, 0xc2, 0x23, 0x4d,
0x70, 0xa1, 0x1d, 0x23, 0xc7, 0x92, 0xf7, 0x6b, 0x14, 0x45, 0x9d, 0x47, 0xbe, 0x66, 0x38, 0x50, 0x70, 0xa1, 0x2d, 0xa3, 0xc0, 0x35, 0xef, 0x96, 0x28, 0xca, 0xba, 0x88, 0x03, 0xc3, 0x70, 0xa0,
0xf2, 0x09, 0x4e, 0x6d, 0xcf, 0xf4, 0x19, 0x9c, 0xdd, 0xf1, 0xec, 0x4b, 0xd7, 0x0c, 0xdb, 0x1d, 0xf4, 0x16, 0x8e, 0xfb, 0x98, 0xe9, 0x25, 0x9c, 0xde, 0xf1, 0xfc, 0x73, 0xdb, 0x0c, 0xc3, 0x1d,
0x82, 0xf4, 0x05, 0xcc, 0x05, 0xca, 0xdd, 0x05, 0x23, 0x2f, 0x9e, 0x2d, 0x17, 0xe9, 0x93, 0x95, 0x82, 0xf4, 0x05, 0x4c, 0x04, 0xaa, 0x6d, 0x82, 0xb1, 0x97, 0xf8, 0xf3, 0x69, 0xf6, 0xf4, 0x4a,
0xb2, 0x64, 0xe5, 0xde, 0x9d, 0x59, 0x4e, 0xf2, 0x9b, 0x40, 0x68, 0xff, 0x5c, 0x2b, 0xbb, 0x68, 0x5b, 0x72, 0xe5, 0xe6, 0xce, 0x7a, 0x4e, 0xfa, 0x9b, 0x40, 0xd4, 0xdf, 0x2c, 0xb4, 0x5d, 0x34,
0x0a, 0x73, 0xd3, 0xa4, 0xaa, 0xb0, 0x48, 0x2f, 0xcc, 0x09, 0x6b, 0x8d, 0x5a, 0xfa, 0xdb, 0x13, 0x83, 0x89, 0x0d, 0x52, 0xff, 0x30, 0xcd, 0xce, 0xec, 0x0b, 0x4b, 0x83, 0xf6, 0xf4, 0xb7, 0x47,
0x66, 0x89, 0x4a, 0x83, 0x62, 0x53, 0x8b, 0xad, 0x32, 0xc9, 0xd1, 0x68, 0x74, 0xa0, 0xd1, 0x10, 0xac, 0x27, 0x6a, 0x0d, 0x8a, 0x55, 0x2d, 0x36, 0xda, 0x24, 0x47, 0x63, 0xd0, 0x81, 0xc6, 0x40,
0x7d, 0x09, 0x81, 0x6e, 0x5d, 0x79, 0xb7, 0x48, 0x9f, 0x1a, 0xc9, 0x8d, 0x02, 0x1d, 0x85, 0xa1, 0xf4, 0x25, 0x84, 0x26, 0x74, 0xed, 0xdd, 0x34, 0x7b, 0x66, 0x25, 0xd7, 0x1a, 0x74, 0x14, 0x96,
0xed, 0x04, 0x19, 0xaf, 0x32, 0x2c, 0x95, 0x97, 0x7f, 0x05, 0x6f, 0x14, 0xe8, 0x0a, 0x34, 0x8d, 0xb6, 0x15, 0xe4, 0xbc, 0xca, 0x71, 0xad, 0xbd, 0xfc, 0x2b, 0x78, 0xa3, 0x41, 0x57, 0x60, 0x68,
0x86, 0xe0, 0xc9, 0x5e, 0xd9, 0xea, 0x33, 0x4f, 0xf6, 0x37, 0x73, 0xf0, 0xef, 0x79, 0xd9, 0x61, 0x34, 0x02, 0x4f, 0x75, 0xda, 0xd6, 0x80, 0x79, 0xaa, 0xbb, 0x9e, 0x40, 0x70, 0xcf, 0xd7, 0x2d,
0xf2, 0x9d, 0x40, 0x38, 0x2c, 0x73, 0xa4, 0xbb, 0xff, 0xce, 0x8c, 0x37, 0x3a, 0x33, 0x7b, 0x2f, 0xa6, 0xdf, 0x08, 0x44, 0xc3, 0x6f, 0x1e, 0xe8, 0xee, 0xbf, 0x3d, 0xe3, 0x8d, 0xf6, 0xcc, 0x4e,
0x3b, 0x1b, 0x7b, 0xd9, 0xf3, 0x3d, 0x3f, 0xa7, 0x6d, 0x41, 0x15, 0x18, 0x9a, 0x3f, 0x71, 0x81, 0x65, 0xfd, 0xb1, 0xca, 0xce, 0x76, 0xfc, 0x3c, 0x6c, 0x08, 0xe9, 0x77, 0x02, 0xb3, 0x1d, 0xf7,
0x8f, 0x10, 0x0e, 0x9d, 0x9f, 0xfe, 0x02, 0x0c, 0xbf, 0xda, 0xc3, 0xdf, 0x55, 0x9b, 0x7a, 0xe2, 0x0f, 0x9c, 0xe4, 0x25, 0x84, 0x5c, 0x4a, 0x54, 0x32, 0xf6, 0x75, 0xa7, 0x9d, 0xd8, 0x7a, 0x2c,
0x02, 0x3f, 0x09, 0x9c, 0xd9, 0xe3, 0xdf, 0x77, 0x28, 0xfa, 0xff, 0x3d, 0x04, 0x47, 0x44, 0xc4, 0xb6, 0x20, 0xb3, 0x77, 0xe9, 0x47, 0x88, 0x86, 0x05, 0x3a, 0x70, 0x9e, 0xb7, 0x30, 0x63, 0xf8,
0x15, 0x80, 0xc0, 0x2d, 0x2f, 0x2a, 0x45, 0xd0, 0x09, 0xe1, 0x20, 0x4e, 0x38, 0x05, 0x6e, 0x38, 0xa5, 0x7f, 0xfc, 0x5d, 0xb5, 0xaa, 0x0f, 0xfc, 0xc1, 0x4f, 0x02, 0xa7, 0xfd, 0xf3, 0xef, 0x5b,
0xa5, 0xbf, 0x08, 0x9c, 0xda, 0x68, 0xa4, 0xaf, 0x61, 0x6e, 0x66, 0x8d, 0x1e, 0xd8, 0xe5, 0xcb, 0x14, 0xdd, 0xff, 0xee, 0x95, 0x07, 0x6c, 0x92, 0x0b, 0x00, 0x81, 0x1b, 0x5e, 0x56, 0x9a, 0x60,
0x73, 0x83, 0x7f, 0xa8, 0xda, 0xe2, 0x73, 0x75, 0xfb, 0x2d, 0x39, 0x51, 0x2a, 0xb3, 0xaa, 0x07, 0x16, 0x89, 0x83, 0x38, 0x3b, 0x2c, 0x74, 0x77, 0x58, 0xf6, 0x8b, 0xc0, 0x71, 0xbf, 0x41, 0xe9,
0xb6, 0x79, 0x4c, 0x95, 0x42, 0xa0, 0x37, 0x8b, 0x8e, 0xef, 0xf3, 0x01, 0x8d, 0x9e, 0x24, 0x3a, 0x6b, 0x98, 0xd8, 0x96, 0xa4, 0x7b, 0x46, 0xfe, 0x7c, 0x66, 0xf1, 0x0f, 0x95, 0x2c, 0x3f, 0x55,
0xbe, 0xd2, 0x23, 0x9a, 0xbb, 0x40, 0xa5, 0xfa, 0xab, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x01, 0x37, 0x5f, 0xd3, 0x23, 0xad, 0xb2, 0x13, 0xbd, 0x67, 0xe8, 0xc7, 0x54, 0x19, 0x84, 0x66, 0x00,
0x17, 0x39, 0x99, 0x01, 0x06, 0x00, 0x00, 0xe9, 0xf8, 0xd8, 0xef, 0xd1, 0x98, 0x4e, 0xa2, 0xe3, 0x93, 0x3f, 0xa2, 0xb9, 0x0b, 0xf5, 0xf2,
0x7f, 0xf5, 0x27, 0x00, 0x00, 0xff, 0xff, 0x96, 0x92, 0xcc, 0x7d, 0x28, 0x06, 0x00, 0x00,
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment