|
|
|
@ -27,24 +27,33 @@ const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
type PayerBandwidthAllocation_Action int32
|
|
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
PayerBandwidthAllocation_PUT PayerBandwidthAllocation_Action = 0
|
|
|
|
|
PayerBandwidthAllocation_GET PayerBandwidthAllocation_Action = 1
|
|
|
|
|
PayerBandwidthAllocation_PUT PayerBandwidthAllocation_Action = 0
|
|
|
|
|
PayerBandwidthAllocation_GET PayerBandwidthAllocation_Action = 1
|
|
|
|
|
PayerBandwidthAllocation_GET_AUDIT PayerBandwidthAllocation_Action = 2
|
|
|
|
|
PayerBandwidthAllocation_GET_REPAIR PayerBandwidthAllocation_Action = 3
|
|
|
|
|
PayerBandwidthAllocation_PUT_REPAIR PayerBandwidthAllocation_Action = 4
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
var PayerBandwidthAllocation_Action_name = map[int32]string{
|
|
|
|
|
0: "PUT",
|
|
|
|
|
1: "GET",
|
|
|
|
|
2: "GET_AUDIT",
|
|
|
|
|
3: "GET_REPAIR",
|
|
|
|
|
4: "PUT_REPAIR",
|
|
|
|
|
}
|
|
|
|
|
var PayerBandwidthAllocation_Action_value = map[string]int32{
|
|
|
|
|
"PUT": 0,
|
|
|
|
|
"GET": 1,
|
|
|
|
|
"PUT": 0,
|
|
|
|
|
"GET": 1,
|
|
|
|
|
"GET_AUDIT": 2,
|
|
|
|
|
"GET_REPAIR": 3,
|
|
|
|
|
"PUT_REPAIR": 4,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x PayerBandwidthAllocation_Action) String() string {
|
|
|
|
|
return proto.EnumName(PayerBandwidthAllocation_Action_name, int32(x))
|
|
|
|
|
}
|
|
|
|
|
func (PayerBandwidthAllocation_Action) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{0, 0}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{0, 0}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type PayerBandwidthAllocation struct {
|
|
|
|
@ -59,7 +68,7 @@ func (m *PayerBandwidthAllocation) Reset() { *m = PayerBandwidthAllocati
|
|
|
|
|
func (m *PayerBandwidthAllocation) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PayerBandwidthAllocation) ProtoMessage() {}
|
|
|
|
|
func (*PayerBandwidthAllocation) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{0}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{0}
|
|
|
|
|
}
|
|
|
|
|
func (m *PayerBandwidthAllocation) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PayerBandwidthAllocation.Unmarshal(m, b)
|
|
|
|
@ -111,7 +120,7 @@ func (m *PayerBandwidthAllocation_Data) Reset() { *m = PayerBandwidthAll
|
|
|
|
|
func (m *PayerBandwidthAllocation_Data) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PayerBandwidthAllocation_Data) ProtoMessage() {}
|
|
|
|
|
func (*PayerBandwidthAllocation_Data) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{0, 0}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{0, 0}
|
|
|
|
|
}
|
|
|
|
|
func (m *PayerBandwidthAllocation_Data) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PayerBandwidthAllocation_Data.Unmarshal(m, b)
|
|
|
|
@ -185,7 +194,7 @@ func (m *RenterBandwidthAllocation) Reset() { *m = RenterBandwidthAlloca
|
|
|
|
|
func (m *RenterBandwidthAllocation) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*RenterBandwidthAllocation) ProtoMessage() {}
|
|
|
|
|
func (*RenterBandwidthAllocation) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{1}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{1}
|
|
|
|
|
}
|
|
|
|
|
func (m *RenterBandwidthAllocation) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_RenterBandwidthAllocation.Unmarshal(m, b)
|
|
|
|
@ -220,7 +229,7 @@ func (m *RenterBandwidthAllocation) GetData() []byte {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type RenterBandwidthAllocation_Data struct {
|
|
|
|
|
PayerAllocation *PayerBandwidthAllocation `protobuf:"bytes,1,opt,name=payer_allocation,json=payerAllocation" json:"payer_allocation,omitempty"`
|
|
|
|
|
PayerAllocation *PayerBandwidthAllocation `protobuf:"bytes,1,opt,name=payer_allocation,json=payerAllocation,proto3" json:"payer_allocation,omitempty"`
|
|
|
|
|
Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
|
|
StorageNodeId NodeID `protobuf:"bytes,3,opt,name=storage_node_id,json=storageNodeId,proto3,customtype=NodeID" json:"storage_node_id"`
|
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
@ -232,7 +241,7 @@ func (m *RenterBandwidthAllocation_Data) Reset() { *m = RenterBandwidthA
|
|
|
|
|
func (m *RenterBandwidthAllocation_Data) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*RenterBandwidthAllocation_Data) ProtoMessage() {}
|
|
|
|
|
func (*RenterBandwidthAllocation_Data) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{1, 0}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{1, 0}
|
|
|
|
|
}
|
|
|
|
|
func (m *RenterBandwidthAllocation_Data) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_RenterBandwidthAllocation_Data.Unmarshal(m, b)
|
|
|
|
@ -267,9 +276,9 @@ func (m *RenterBandwidthAllocation_Data) GetTotal() int64 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type PieceStore struct {
|
|
|
|
|
BandwidthAllocation *RenterBandwidthAllocation `protobuf:"bytes,1,opt,name=bandwidth_allocation,json=bandwidthAllocation" json:"bandwidth_allocation,omitempty"`
|
|
|
|
|
PieceData *PieceStore_PieceData `protobuf:"bytes,2,opt,name=piece_data,json=pieceData" json:"piece_data,omitempty"`
|
|
|
|
|
Authorization *SignedMessage `protobuf:"bytes,3,opt,name=authorization" json:"authorization,omitempty"`
|
|
|
|
|
BandwidthAllocation *RenterBandwidthAllocation `protobuf:"bytes,1,opt,name=bandwidth_allocation,json=bandwidthAllocation,proto3" json:"bandwidth_allocation,omitempty"`
|
|
|
|
|
PieceData *PieceStore_PieceData `protobuf:"bytes,2,opt,name=piece_data,json=pieceData,proto3" json:"piece_data,omitempty"`
|
|
|
|
|
Authorization *SignedMessage `protobuf:"bytes,3,opt,name=authorization,proto3" json:"authorization,omitempty"`
|
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
@ -279,7 +288,7 @@ func (m *PieceStore) Reset() { *m = PieceStore{} }
|
|
|
|
|
func (m *PieceStore) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceStore) ProtoMessage() {}
|
|
|
|
|
func (*PieceStore) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{2}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{2}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceStore) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceStore.Unmarshal(m, b)
|
|
|
|
@ -334,7 +343,7 @@ func (m *PieceStore_PieceData) Reset() { *m = PieceStore_PieceData{} }
|
|
|
|
|
func (m *PieceStore_PieceData) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceStore_PieceData) ProtoMessage() {}
|
|
|
|
|
func (*PieceStore_PieceData) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{2, 0}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{2, 0}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceStore_PieceData) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceStore_PieceData.Unmarshal(m, b)
|
|
|
|
@ -378,7 +387,7 @@ func (m *PieceStore_PieceData) GetContent() []byte {
|
|
|
|
|
type PieceId struct {
|
|
|
|
|
// TODO: may want to use customtype and fixed-length byte slice
|
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
|
Authorization *SignedMessage `protobuf:"bytes,2,opt,name=authorization" json:"authorization,omitempty"`
|
|
|
|
|
Authorization *SignedMessage `protobuf:"bytes,2,opt,name=authorization,proto3" json:"authorization,omitempty"`
|
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
@ -388,7 +397,7 @@ func (m *PieceId) Reset() { *m = PieceId{} }
|
|
|
|
|
func (m *PieceId) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceId) ProtoMessage() {}
|
|
|
|
|
func (*PieceId) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{3}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{3}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceId) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceId.Unmarshal(m, b)
|
|
|
|
@ -435,7 +444,7 @@ func (m *PieceSummary) Reset() { *m = PieceSummary{} }
|
|
|
|
|
func (m *PieceSummary) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceSummary) ProtoMessage() {}
|
|
|
|
|
func (*PieceSummary) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{4}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{4}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceSummary) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceSummary.Unmarshal(m, b)
|
|
|
|
@ -477,9 +486,9 @@ func (m *PieceSummary) GetExpirationUnixSec() int64 {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type PieceRetrieval struct {
|
|
|
|
|
BandwidthAllocation *RenterBandwidthAllocation `protobuf:"bytes,1,opt,name=bandwidth_allocation,json=bandwidthAllocation" json:"bandwidth_allocation,omitempty"`
|
|
|
|
|
PieceData *PieceRetrieval_PieceData `protobuf:"bytes,2,opt,name=piece_data,json=pieceData" json:"piece_data,omitempty"`
|
|
|
|
|
Authorization *SignedMessage `protobuf:"bytes,3,opt,name=authorization" json:"authorization,omitempty"`
|
|
|
|
|
BandwidthAllocation *RenterBandwidthAllocation `protobuf:"bytes,1,opt,name=bandwidth_allocation,json=bandwidthAllocation,proto3" json:"bandwidth_allocation,omitempty"`
|
|
|
|
|
PieceData *PieceRetrieval_PieceData `protobuf:"bytes,2,opt,name=piece_data,json=pieceData,proto3" json:"piece_data,omitempty"`
|
|
|
|
|
Authorization *SignedMessage `protobuf:"bytes,3,opt,name=authorization,proto3" json:"authorization,omitempty"`
|
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
@ -489,7 +498,7 @@ func (m *PieceRetrieval) Reset() { *m = PieceRetrieval{} }
|
|
|
|
|
func (m *PieceRetrieval) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceRetrieval) ProtoMessage() {}
|
|
|
|
|
func (*PieceRetrieval) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{5}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{5}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceRetrieval) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceRetrieval.Unmarshal(m, b)
|
|
|
|
@ -544,7 +553,7 @@ func (m *PieceRetrieval_PieceData) Reset() { *m = PieceRetrieval_PieceDa
|
|
|
|
|
func (m *PieceRetrieval_PieceData) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceRetrieval_PieceData) ProtoMessage() {}
|
|
|
|
|
func (*PieceRetrieval_PieceData) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{5, 0}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{5, 0}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceRetrieval_PieceData) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceRetrieval_PieceData.Unmarshal(m, b)
|
|
|
|
@ -597,7 +606,7 @@ func (m *PieceRetrievalStream) Reset() { *m = PieceRetrievalStream{} }
|
|
|
|
|
func (m *PieceRetrievalStream) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceRetrievalStream) ProtoMessage() {}
|
|
|
|
|
func (*PieceRetrievalStream) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{6}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{6}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceRetrievalStream) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceRetrievalStream.Unmarshal(m, b)
|
|
|
|
@ -634,7 +643,7 @@ func (m *PieceRetrievalStream) GetContent() []byte {
|
|
|
|
|
type PieceDelete struct {
|
|
|
|
|
// TODO: may want to use customtype and fixed-length byte slice
|
|
|
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
|
Authorization *SignedMessage `protobuf:"bytes,3,opt,name=authorization" json:"authorization,omitempty"`
|
|
|
|
|
Authorization *SignedMessage `protobuf:"bytes,3,opt,name=authorization,proto3" json:"authorization,omitempty"`
|
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
@ -644,7 +653,7 @@ func (m *PieceDelete) Reset() { *m = PieceDelete{} }
|
|
|
|
|
func (m *PieceDelete) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceDelete) ProtoMessage() {}
|
|
|
|
|
func (*PieceDelete) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{7}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{7}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceDelete) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceDelete.Unmarshal(m, b)
|
|
|
|
@ -689,7 +698,7 @@ func (m *PieceDeleteSummary) Reset() { *m = PieceDeleteSummary{} }
|
|
|
|
|
func (m *PieceDeleteSummary) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceDeleteSummary) ProtoMessage() {}
|
|
|
|
|
func (*PieceDeleteSummary) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{8}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{8}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceDeleteSummary) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceDeleteSummary.Unmarshal(m, b)
|
|
|
|
@ -728,7 +737,7 @@ func (m *PieceStoreSummary) Reset() { *m = PieceStoreSummary{} }
|
|
|
|
|
func (m *PieceStoreSummary) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*PieceStoreSummary) ProtoMessage() {}
|
|
|
|
|
func (*PieceStoreSummary) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{9}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{9}
|
|
|
|
|
}
|
|
|
|
|
func (m *PieceStoreSummary) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_PieceStoreSummary.Unmarshal(m, b)
|
|
|
|
@ -772,7 +781,7 @@ func (m *StatsReq) Reset() { *m = StatsReq{} }
|
|
|
|
|
func (m *StatsReq) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*StatsReq) ProtoMessage() {}
|
|
|
|
|
func (*StatsReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{10}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{10}
|
|
|
|
|
}
|
|
|
|
|
func (m *StatsReq) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_StatsReq.Unmarshal(m, b)
|
|
|
|
@ -806,7 +815,7 @@ func (m *StatSummary) Reset() { *m = StatSummary{} }
|
|
|
|
|
func (m *StatSummary) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*StatSummary) ProtoMessage() {}
|
|
|
|
|
func (*StatSummary) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{11}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{11}
|
|
|
|
|
}
|
|
|
|
|
func (m *StatSummary) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_StatSummary.Unmarshal(m, b)
|
|
|
|
@ -867,7 +876,7 @@ func (m *SignedMessage) Reset() { *m = SignedMessage{} }
|
|
|
|
|
func (m *SignedMessage) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
func (*SignedMessage) ProtoMessage() {}
|
|
|
|
|
func (*SignedMessage) Descriptor() ([]byte, []int) {
|
|
|
|
|
return fileDescriptor_piecestore_e331a35a10004f9d, []int{12}
|
|
|
|
|
return fileDescriptor_piecestore_3a9e6f3a5e71f2ff, []int{12}
|
|
|
|
|
}
|
|
|
|
|
func (m *SignedMessage) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
return xxx_messageInfo_SignedMessage.Unmarshal(m, b)
|
|
|
|
@ -1200,67 +1209,69 @@ var _PieceStoreRoutes_serviceDesc = grpc.ServiceDesc{
|
|
|
|
|
Metadata: "piecestore.proto",
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("piecestore.proto", fileDescriptor_piecestore_e331a35a10004f9d) }
|
|
|
|
|
func init() { proto.RegisterFile("piecestore.proto", fileDescriptor_piecestore_3a9e6f3a5e71f2ff) }
|
|
|
|
|
|
|
|
|
|
var fileDescriptor_piecestore_e331a35a10004f9d = []byte{
|
|
|
|
|
// 944 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcf, 0x6e, 0xdb, 0xc6,
|
|
|
|
|
0x13, 0x36, 0x29, 0x5b, 0x7f, 0x46, 0x96, 0xac, 0xac, 0x8d, 0xdf, 0x8f, 0x26, 0xe2, 0x5a, 0x60,
|
|
|
|
|
0x9a, 0x54, 0x48, 0x00, 0xb5, 0x71, 0x81, 0xde, 0x63, 0xd8, 0x28, 0x84, 0xa0, 0x8e, 0xb1, 0xb2,
|
|
|
|
|
0x2f, 0x39, 0x94, 0x59, 0x91, 0x13, 0x65, 0x11, 0x8a, 0x64, 0xc9, 0xa5, 0x2b, 0xf9, 0x55, 0xfa,
|
|
|
|
|
0x08, 0x45, 0xdf, 0xa3, 0xb7, 0xde, 0x7a, 0xe8, 0x21, 0x40, 0x81, 0xbe, 0x45, 0x2f, 0x05, 0x77,
|
|
|
|
|
0x29, 0xd2, 0xb2, 0x44, 0xa9, 0x08, 0x9a, 0x1b, 0x77, 0x66, 0xf6, 0x9b, 0x99, 0x8f, 0xdf, 0x70,
|
|
|
|
|
0x08, 0x9d, 0x90, 0xa3, 0x83, 0xb1, 0x08, 0x22, 0xec, 0x87, 0x51, 0x20, 0x02, 0x72, 0xc7, 0x12,
|
|
|
|
|
0x05, 0x89, 0xc0, 0xd8, 0x84, 0x71, 0x30, 0x0e, 0x94, 0xd7, 0xfa, 0xad, 0x02, 0xc6, 0x25, 0x9b,
|
|
|
|
|
0x61, 0x74, 0xca, 0x7c, 0xf7, 0x47, 0xee, 0x8a, 0x77, 0x2f, 0x3c, 0x2f, 0x70, 0x98, 0xe0, 0x81,
|
|
|
|
|
0x4f, 0x1e, 0x42, 0x23, 0xe6, 0x63, 0x9f, 0x89, 0x24, 0x42, 0x43, 0xeb, 0x6a, 0xbd, 0x5d, 0x5a,
|
|
|
|
|
0x18, 0x08, 0x81, 0x6d, 0x97, 0x09, 0x66, 0xe8, 0xd2, 0x21, 0x9f, 0xcd, 0xbf, 0x74, 0xd8, 0x3e,
|
|
|
|
|
0x63, 0x82, 0x91, 0xe7, 0xb0, 0x1b, 0x33, 0x81, 0x9e, 0xc7, 0x05, 0xda, 0xdc, 0x55, 0xb7, 0x4f,
|
|
|
|
|
0xdb, 0xbf, 0x7e, 0x38, 0xde, 0xfa, 0xe3, 0xc3, 0x71, 0xf5, 0x22, 0x70, 0x71, 0x70, 0x46, 0x9b,
|
|
|
|
|
0x79, 0xcc, 0xc0, 0x25, 0xcf, 0xa0, 0x91, 0x84, 0x1e, 0xf7, 0xdf, 0xa7, 0xf1, 0xfa, 0xca, 0xf8,
|
|
|
|
|
0xba, 0x0a, 0x18, 0xb8, 0xe4, 0x10, 0xea, 0x13, 0x36, 0xb5, 0x63, 0x7e, 0x8b, 0x46, 0xa5, 0xab,
|
|
|
|
|
0xf5, 0x2a, 0xb4, 0x36, 0x61, 0xd3, 0x21, 0xbf, 0x45, 0xd2, 0x87, 0x7d, 0x9c, 0x86, 0x3c, 0x92,
|
|
|
|
|
0x3d, 0xd8, 0x89, 0xcf, 0xa7, 0x76, 0x8c, 0x8e, 0xb1, 0x2d, 0xa3, 0x1e, 0x14, 0xae, 0x6b, 0x9f,
|
|
|
|
|
0x4f, 0x87, 0xe8, 0x90, 0x47, 0xd0, 0x8a, 0x31, 0xe2, 0xcc, 0xb3, 0xfd, 0x64, 0x32, 0xc2, 0xc8,
|
|
|
|
|
0xd8, 0xe9, 0x6a, 0xbd, 0x06, 0xdd, 0x55, 0xc6, 0x0b, 0x69, 0x23, 0x03, 0xa8, 0x32, 0x27, 0xbd,
|
|
|
|
|
0x65, 0x54, 0xbb, 0x5a, 0xaf, 0x7d, 0xf2, 0xbc, 0x7f, 0x9f, 0xd6, 0x7e, 0x19, 0x8d, 0xfd, 0x17,
|
|
|
|
|
0xf2, 0x22, 0xcd, 0x00, 0x48, 0x0f, 0x3a, 0x4e, 0x84, 0x4c, 0xa0, 0x5b, 0x14, 0x57, 0x93, 0xc5,
|
|
|
|
|
0xb5, 0x33, 0xfb, 0xbc, 0xb2, 0xff, 0x43, 0x2d, 0x4c, 0x46, 0xf6, 0x7b, 0x9c, 0x19, 0x75, 0x49,
|
|
|
|
|
0x72, 0x35, 0x4c, 0x46, 0x2f, 0x71, 0x66, 0x99, 0x50, 0x55, 0xa0, 0xa4, 0x06, 0x95, 0xcb, 0xeb,
|
|
|
|
|
0xab, 0xce, 0x56, 0xfa, 0xf0, 0xed, 0xf9, 0x55, 0x47, 0xb3, 0xfe, 0xd6, 0xe0, 0x90, 0xa2, 0x2f,
|
|
|
|
|
0xfe, 0xab, 0x57, 0xfa, 0xb3, 0x96, 0xbd, 0xd2, 0x6b, 0xe8, 0x84, 0x69, 0x8b, 0x36, 0xcb, 0xe1,
|
|
|
|
|
0x24, 0x42, 0xf3, 0xe4, 0xe9, 0xbf, 0x27, 0x83, 0xee, 0x49, 0x8c, 0x3b, 0x15, 0x1d, 0xc0, 0x8e,
|
|
|
|
|
0x08, 0x04, 0xf3, 0x64, 0xd2, 0x0a, 0x55, 0x07, 0xf2, 0x0d, 0xec, 0xa5, 0x70, 0x6c, 0x8c, 0xb6,
|
|
|
|
|
0x1f, 0xb8, 0x52, 0x42, 0x95, 0x95, 0x92, 0x68, 0x65, 0x61, 0xf2, 0xe8, 0x5a, 0x7f, 0xea, 0x00,
|
|
|
|
|
0x97, 0x69, 0x31, 0xc3, 0xb4, 0x18, 0xf2, 0x3d, 0x1c, 0x8c, 0xe6, 0x45, 0x2c, 0xd7, 0xfd, 0x6c,
|
|
|
|
|
0xb9, 0xee, 0x52, 0xe6, 0xe8, 0xfe, 0x68, 0x05, 0x9d, 0xe7, 0x00, 0x12, 0xc2, 0xce, 0x69, 0x6b,
|
|
|
|
|
0x9e, 0x3c, 0x59, 0xc1, 0x46, 0x5e, 0x91, 0x7a, 0x4c, 0xf9, 0xa4, 0x8d, 0x70, 0xfe, 0x48, 0xce,
|
|
|
|
|
0xa1, 0xc5, 0x12, 0xf1, 0x2e, 0x88, 0xf8, 0xad, 0xaa, 0xaf, 0x22, 0x91, 0x8e, 0x97, 0x91, 0x86,
|
|
|
|
|
0x7c, 0xec, 0xa3, 0xfb, 0x1d, 0xc6, 0x31, 0x1b, 0x23, 0x5d, 0xbc, 0x65, 0x22, 0x34, 0x72, 0x78,
|
|
|
|
|
0xd2, 0x06, 0x3d, 0x9b, 0xbb, 0x06, 0xd5, 0xb9, 0x5b, 0x36, 0x16, 0x7a, 0xd9, 0x58, 0x18, 0x50,
|
|
|
|
|
0x73, 0x02, 0x5f, 0xa0, 0x2f, 0x14, 0xf3, 0x74, 0x7e, 0xb4, 0xde, 0x40, 0x4d, 0xa6, 0x19, 0xb8,
|
|
|
|
|
0x4b, 0x49, 0x96, 0x1a, 0xd1, 0x3f, 0xa6, 0x11, 0x6b, 0x02, 0xbb, 0x8a, 0xb2, 0x64, 0x32, 0x61,
|
|
|
|
|
0xd1, 0x6c, 0x29, 0xcd, 0xd1, 0x9c, 0x76, 0x39, 0xff, 0xaa, 0x05, 0x45, 0xe7, 0xba, 0x2f, 0x40,
|
|
|
|
|
0xa5, 0xa4, 0x55, 0xeb, 0x77, 0x1d, 0xda, 0x32, 0x1f, 0x45, 0x11, 0x71, 0xbc, 0x61, 0xde, 0x27,
|
|
|
|
|
0x17, 0xce, 0x60, 0x85, 0x70, 0x9e, 0x96, 0x08, 0x27, 0xaf, 0xea, 0x93, 0x8a, 0x87, 0xae, 0x13,
|
|
|
|
|
0xcf, 0x06, 0xc2, 0xff, 0x07, 0xd5, 0xe0, 0xed, 0xdb, 0x18, 0x45, 0xc6, 0x71, 0x76, 0xb2, 0x5e,
|
|
|
|
|
0xc1, 0xc1, 0x62, 0x07, 0x43, 0x11, 0x21, 0x9b, 0xdc, 0x83, 0xd3, 0xee, 0xc3, 0xdd, 0x91, 0x9e,
|
|
|
|
|
0xbe, 0x28, 0x3d, 0x17, 0x9a, 0xaa, 0x48, 0xf4, 0x50, 0xe0, 0x66, 0xf9, 0x7d, 0x14, 0x15, 0x56,
|
|
|
|
|
0x1f, 0xc8, 0x9d, 0x2c, 0x73, 0x11, 0x1a, 0x50, 0x9b, 0xa8, 0xf8, 0x2c, 0xe3, 0xfc, 0x68, 0x5d,
|
|
|
|
|
0xc1, 0x83, 0x62, 0xc2, 0x37, 0x86, 0x93, 0xc7, 0xd0, 0x96, 0x1f, 0x39, 0x3b, 0x42, 0x07, 0xf9,
|
|
|
|
|
0x0d, 0xba, 0x19, 0xa1, 0x2d, 0x69, 0xa5, 0x99, 0xd1, 0x02, 0xa8, 0x0f, 0x05, 0x13, 0x31, 0xc5,
|
|
|
|
|
0x1f, 0xac, 0x5f, 0x34, 0x68, 0xa6, 0x87, 0x39, 0xf8, 0x11, 0x40, 0x12, 0xa3, 0x6b, 0xc7, 0x21,
|
|
|
|
|
0x73, 0x72, 0x02, 0x53, 0xcb, 0x30, 0x35, 0x90, 0x2f, 0x60, 0x8f, 0xdd, 0x30, 0xee, 0xb1, 0x91,
|
|
|
|
|
0x87, 0x59, 0x8c, 0x4a, 0xd1, 0xce, 0xcd, 0x2a, 0xf0, 0x31, 0xb4, 0x25, 0x4e, 0x2e, 0xd1, 0xec,
|
|
|
|
|
0x05, 0xb6, 0x52, 0x6b, 0x2e, 0x66, 0xf2, 0x25, 0xec, 0x17, 0x78, 0x45, 0xac, 0x5a, 0xa9, 0x24,
|
|
|
|
|
0x77, 0xe5, 0x17, 0xac, 0x37, 0xd0, 0x5a, 0x60, 0x38, 0xdf, 0x2c, 0x5a, 0xb1, 0x59, 0x16, 0x77,
|
|
|
|
|
0x91, 0x7e, 0x7f, 0x17, 0xa5, 0x1a, 0x49, 0x46, 0x1e, 0x77, 0xe4, 0xfe, 0x53, 0x9f, 0xa0, 0x86,
|
|
|
|
|
0xb2, 0xbc, 0xc4, 0xd9, 0xc9, 0x4f, 0x15, 0xe8, 0x14, 0xa4, 0x53, 0xf9, 0x56, 0xc9, 0x19, 0xec,
|
|
|
|
|
0x48, 0x1b, 0x39, 0x2c, 0x19, 0xa5, 0x81, 0x6b, 0x7e, 0x56, 0xf6, 0x79, 0x56, 0xd4, 0x5a, 0x5b,
|
|
|
|
|
0xe4, 0x35, 0xd4, 0x33, 0xc1, 0x22, 0xe9, 0x6e, 0x9a, 0x49, 0xf3, 0xc9, 0xa6, 0x08, 0xa5, 0x79,
|
|
|
|
|
0x6b, 0xab, 0xa7, 0x7d, 0xa5, 0x91, 0x0b, 0xd8, 0x51, 0x9b, 0xe9, 0xe1, 0xba, 0x2d, 0x61, 0x3e,
|
|
|
|
|
0x5a, 0xe7, 0xcd, 0x2b, 0xed, 0x69, 0xe4, 0x15, 0x54, 0xb3, 0x59, 0x38, 0x2a, 0xb9, 0xa2, 0xdc,
|
|
|
|
|
0xe6, 0xe7, 0x6b, 0xdd, 0x45, 0xf3, 0x67, 0x69, 0x81, 0x4c, 0xc4, 0xc4, 0x5c, 0x31, 0x34, 0x99,
|
|
|
|
|
0x1c, 0xcd, 0xa3, 0xd5, 0xbe, 0x1c, 0xe5, 0x74, 0xfb, 0xb5, 0x1e, 0x8e, 0x46, 0x55, 0xf9, 0x8f,
|
|
|
|
|
0xf9, 0xf5, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x5b, 0x25, 0xce, 0x20, 0x95, 0x0a, 0x00, 0x00,
|
|
|
|
|
var fileDescriptor_piecestore_3a9e6f3a5e71f2ff = []byte{
|
|
|
|
|
// 974 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xcd, 0x6e, 0xdb, 0x46,
|
|
|
|
|
0x10, 0x36, 0x49, 0x5b, 0xb2, 0xc6, 0x96, 0xac, 0xac, 0x8d, 0x56, 0x16, 0xe2, 0x5a, 0x60, 0x9a,
|
|
|
|
|
0x54, 0x48, 0x00, 0xb5, 0x71, 0x81, 0xde, 0x6d, 0x48, 0x08, 0x88, 0xa0, 0x8e, 0xb0, 0x92, 0x2e,
|
|
|
|
|
0x39, 0x94, 0x59, 0x91, 0x13, 0x65, 0x11, 0x8a, 0x64, 0xc9, 0xa5, 0x2b, 0xf9, 0x39, 0x7a, 0xeb,
|
|
|
|
|
0x33, 0xf4, 0x2d, 0x7a, 0x28, 0xd0, 0x7b, 0x0f, 0x3d, 0x04, 0xe8, 0xa1, 0xef, 0x51, 0x70, 0x97,
|
|
|
|
|
0xa2, 0x2c, 0xeb, 0xaf, 0x08, 0x9a, 0x1b, 0x67, 0x76, 0xf6, 0x9b, 0x99, 0x6f, 0xbf, 0xd9, 0x25,
|
|
|
|
|
0x54, 0x43, 0x8e, 0x0e, 0xc6, 0x22, 0x88, 0xb0, 0x15, 0x46, 0x81, 0x08, 0xc8, 0x1d, 0x4f, 0x14,
|
|
|
|
|
0x24, 0x02, 0xe3, 0x3a, 0x8c, 0x82, 0x51, 0xa0, 0x56, 0xcd, 0x7f, 0x0c, 0xa8, 0x75, 0xd9, 0x14,
|
|
|
|
|
0xa3, 0x2b, 0xe6, 0xbb, 0x3f, 0x71, 0x57, 0xbc, 0xbb, 0xf4, 0xbc, 0xc0, 0x61, 0x82, 0x07, 0x3e,
|
|
|
|
|
0x79, 0x08, 0xa5, 0x98, 0x8f, 0x7c, 0x26, 0x92, 0x08, 0x6b, 0x5a, 0x43, 0x6b, 0x1e, 0xd2, 0xb9,
|
|
|
|
|
0x83, 0x10, 0xd8, 0x75, 0x99, 0x60, 0x35, 0x5d, 0x2e, 0xc8, 0xef, 0xfa, 0x1f, 0x3a, 0xec, 0xb6,
|
|
|
|
|
0x99, 0x60, 0xe4, 0x39, 0x1c, 0xc6, 0x4c, 0xa0, 0xe7, 0x71, 0x81, 0x36, 0x77, 0xd5, 0xee, 0xab,
|
|
|
|
|
0xca, 0xef, 0x1f, 0xce, 0x77, 0xfe, 0xfa, 0x70, 0x5e, 0xb8, 0x0e, 0x5c, 0xb4, 0xda, 0xf4, 0x20,
|
|
|
|
|
0x8f, 0xb1, 0x5c, 0xf2, 0x0c, 0x4a, 0x49, 0xe8, 0x71, 0xff, 0x7d, 0x1a, 0xaf, 0xaf, 0x8c, 0xdf,
|
|
|
|
|
0x57, 0x01, 0x96, 0x4b, 0x4e, 0x61, 0x7f, 0xcc, 0x26, 0x76, 0xcc, 0x6f, 0xb1, 0x66, 0x34, 0xb4,
|
|
|
|
|
0xa6, 0x41, 0x8b, 0x63, 0x36, 0xe9, 0xf1, 0x5b, 0x24, 0x2d, 0x38, 0xc6, 0x49, 0xc8, 0x23, 0xd9,
|
|
|
|
|
0x83, 0x9d, 0xf8, 0x7c, 0x62, 0xc7, 0xe8, 0xd4, 0x76, 0x65, 0xd4, 0x83, 0xf9, 0xd2, 0xc0, 0xe7,
|
|
|
|
|
0x93, 0x1e, 0x3a, 0xe4, 0x11, 0x94, 0x63, 0x8c, 0x38, 0xf3, 0x6c, 0x3f, 0x19, 0x0f, 0x31, 0xaa,
|
|
|
|
|
0xed, 0x35, 0xb4, 0x66, 0x89, 0x1e, 0x2a, 0xe7, 0xb5, 0xf4, 0x11, 0x0b, 0x0a, 0xcc, 0x49, 0x77,
|
|
|
|
|
0xd5, 0x0a, 0x0d, 0xad, 0x59, 0xb9, 0x78, 0xde, 0xba, 0x4f, 0x6b, 0x6b, 0x1d, 0x8d, 0xad, 0x4b,
|
|
|
|
|
0xb9, 0x91, 0x66, 0x00, 0xa4, 0x09, 0x55, 0x27, 0x42, 0x26, 0xd0, 0x9d, 0x17, 0x57, 0x94, 0xc5,
|
|
|
|
|
0x55, 0x32, 0x7f, 0x56, 0x99, 0x69, 0x41, 0x41, 0xed, 0x25, 0x45, 0x30, 0xba, 0x83, 0x7e, 0x75,
|
|
|
|
|
0x27, 0xfd, 0x78, 0xd1, 0xe9, 0x57, 0x35, 0x52, 0x86, 0xd2, 0x8b, 0x4e, 0xdf, 0xbe, 0x1c, 0xb4,
|
|
|
|
|
0xad, 0x7e, 0x55, 0x27, 0x15, 0x80, 0xd4, 0xa4, 0x9d, 0xee, 0xa5, 0x45, 0xab, 0x46, 0x6a, 0x77,
|
|
|
|
|
0x07, 0xb9, 0xbd, 0x6b, 0xfe, 0xac, 0xc3, 0x29, 0x45, 0x5f, 0xfc, 0x5f, 0x07, 0xfd, 0x9b, 0x96,
|
|
|
|
|
0x1d, 0xf4, 0x00, 0xaa, 0x61, 0xda, 0xb8, 0xcd, 0x72, 0x38, 0x89, 0x70, 0x70, 0xf1, 0xf4, 0xbf,
|
|
|
|
|
0x53, 0x44, 0x8f, 0x24, 0xc6, 0x9d, 0x8a, 0x4e, 0x60, 0x4f, 0x04, 0x82, 0x79, 0x32, 0xa9, 0x41,
|
|
|
|
|
0x95, 0x41, 0xbe, 0x83, 0xa3, 0x14, 0x8e, 0x8d, 0xd0, 0xf6, 0x03, 0x57, 0x0a, 0xcb, 0x58, 0x29,
|
|
|
|
|
0x94, 0x72, 0x16, 0x26, 0x4d, 0x97, 0x7c, 0x0e, 0xc5, 0x30, 0x19, 0xda, 0xef, 0x71, 0x2a, 0x65,
|
|
|
|
|
0x70, 0x48, 0x0b, 0x61, 0x32, 0x7c, 0x89, 0x53, 0xf3, 0x6f, 0x1d, 0xa0, 0x9b, 0x56, 0xd9, 0x4b,
|
|
|
|
|
0xab, 0x24, 0x3f, 0xc0, 0xc9, 0x70, 0x56, 0xdd, 0x72, 0x43, 0xcf, 0x96, 0x1b, 0x5a, 0x4b, 0x29,
|
|
|
|
|
0x3d, 0x1e, 0xae, 0xe0, 0xb9, 0x03, 0x20, 0x21, 0xec, 0x9c, 0xcf, 0x83, 0x8b, 0x27, 0x2b, 0x68,
|
|
|
|
|
0xca, 0x2b, 0x52, 0x9f, 0x29, 0xd1, 0xb4, 0x14, 0xce, 0x3e, 0x49, 0x07, 0xca, 0x2c, 0x11, 0xef,
|
|
|
|
|
0x82, 0x88, 0xdf, 0xaa, 0xfa, 0x0c, 0x89, 0x74, 0xbe, 0x8c, 0xd4, 0xe3, 0x23, 0x1f, 0xdd, 0xef,
|
|
|
|
|
0x31, 0x8e, 0xd9, 0x08, 0xe9, 0xe2, 0xae, 0x3a, 0x42, 0x29, 0x87, 0x27, 0x15, 0xd0, 0xb3, 0x31,
|
|
|
|
|
0x2d, 0x51, 0x9d, 0xbb, 0xeb, 0xa6, 0x48, 0x5f, 0x37, 0x45, 0x35, 0x28, 0x3a, 0x81, 0x2f, 0xd0,
|
|
|
|
|
0x17, 0xea, 0x48, 0xe8, 0xcc, 0x34, 0xdf, 0x40, 0x51, 0xa6, 0xb1, 0xdc, 0xa5, 0x24, 0x4b, 0x8d,
|
|
|
|
|
0xe8, 0x1f, 0xd3, 0x88, 0x39, 0x86, 0x43, 0x45, 0x59, 0x32, 0x1e, 0xb3, 0x68, 0xba, 0x94, 0xe6,
|
|
|
|
|
0x6c, 0x46, 0xbb, 0xbc, 0x2e, 0x54, 0x0b, 0x8a, 0xce, 0x4d, 0x17, 0x86, 0xb1, 0xa6, 0x55, 0xf3,
|
|
|
|
|
0x4f, 0x1d, 0x2a, 0x32, 0x1f, 0x45, 0x11, 0x71, 0xbc, 0x61, 0xde, 0x27, 0x17, 0x8e, 0xb5, 0x42,
|
|
|
|
|
0x38, 0x4f, 0xd7, 0x08, 0x27, 0xaf, 0xea, 0x93, 0x8a, 0x87, 0x6e, 0x12, 0xcf, 0x16, 0xc2, 0x3f,
|
|
|
|
|
0x83, 0x42, 0xf0, 0xf6, 0x6d, 0x8c, 0x22, 0xe3, 0x38, 0xb3, 0xcc, 0x57, 0x70, 0xb2, 0xd8, 0x41,
|
|
|
|
|
0x4f, 0x44, 0xc8, 0xc6, 0xf7, 0xe0, 0xb4, 0xfb, 0x70, 0x77, 0xa4, 0xa7, 0x2f, 0x4a, 0xcf, 0x85,
|
|
|
|
|
0x03, 0x55, 0x24, 0x7a, 0x28, 0x70, 0xbb, 0xfc, 0x3e, 0x8a, 0x0a, 0xb3, 0x05, 0xe4, 0x4e, 0x96,
|
|
|
|
|
0x99, 0x08, 0x6b, 0x50, 0x1c, 0xab, 0xf8, 0x2c, 0xe3, 0xcc, 0x34, 0xfb, 0xf0, 0x60, 0x3e, 0xe1,
|
|
|
|
|
0x5b, 0xc3, 0xc9, 0x63, 0xa8, 0xc8, 0xdb, 0xcf, 0x8e, 0xd0, 0x41, 0x7e, 0x83, 0x6e, 0x46, 0x68,
|
|
|
|
|
0x59, 0x7a, 0x69, 0xe6, 0x34, 0x01, 0xf6, 0x7b, 0x82, 0x89, 0x98, 0xe2, 0x8f, 0xe6, 0xaf, 0x1a,
|
|
|
|
|
0x1c, 0xa4, 0xc6, 0x0c, 0xfc, 0x0c, 0x20, 0x89, 0xd1, 0xb5, 0xe3, 0x90, 0x39, 0x39, 0x81, 0xa9,
|
|
|
|
|
0xa7, 0x97, 0x3a, 0xc8, 0x57, 0x70, 0xc4, 0x6e, 0x18, 0xf7, 0xd8, 0xd0, 0xc3, 0x2c, 0x46, 0xa5,
|
|
|
|
|
0xa8, 0xe4, 0x6e, 0x15, 0xf8, 0x18, 0x2a, 0x12, 0x27, 0x97, 0x68, 0x76, 0x80, 0xe5, 0xd4, 0x9b,
|
|
|
|
|
0x8b, 0x99, 0x7c, 0x0d, 0xc7, 0x73, 0xbc, 0x79, 0xac, 0x7a, 0x81, 0x49, 0xbe, 0x94, 0x6f, 0x30,
|
|
|
|
|
0xdf, 0x40, 0x79, 0x81, 0xe1, 0xfc, 0xc9, 0xd1, 0xe6, 0x4f, 0xce, 0xe2, 0x23, 0xa5, 0xdf, 0x7f,
|
|
|
|
|
0xa4, 0x52, 0x8d, 0x24, 0x43, 0x8f, 0x3b, 0xf2, 0x96, 0x57, 0x57, 0x50, 0x49, 0x79, 0x5e, 0xe2,
|
|
|
|
|
0xf4, 0xe2, 0x17, 0x03, 0xaa, 0x73, 0xd2, 0xa9, 0x3c, 0x55, 0xd2, 0x86, 0x3d, 0xe9, 0x23, 0xa7,
|
|
|
|
|
0x6b, 0x46, 0xc9, 0x72, 0xeb, 0x5f, 0xac, 0xbb, 0x9e, 0x15, 0xb5, 0xe6, 0x0e, 0x79, 0x0d, 0xfb,
|
|
|
|
|
0x99, 0x60, 0x91, 0x34, 0xb6, 0xcd, 0x64, 0xfd, 0xc9, 0xb6, 0x08, 0xa5, 0x79, 0x73, 0xa7, 0xa9,
|
|
|
|
|
0x7d, 0xa3, 0x91, 0x6b, 0xd8, 0x53, 0x2f, 0xd3, 0xc3, 0x4d, 0xaf, 0x44, 0xfd, 0xd1, 0xa6, 0xd5,
|
|
|
|
|
0xbc, 0xd2, 0xa6, 0x46, 0x5e, 0x41, 0x21, 0x9b, 0x85, 0xb3, 0x35, 0x5b, 0xd4, 0x72, 0xfd, 0xcb,
|
|
|
|
|
0x8d, 0xcb, 0xf3, 0xe6, 0xdb, 0x69, 0x81, 0x4c, 0xc4, 0xa4, 0xbe, 0x62, 0x68, 0x32, 0x39, 0xd6,
|
|
|
|
|
0xcf, 0x56, 0xaf, 0xe5, 0x28, 0x57, 0xbb, 0xaf, 0xf5, 0x70, 0x38, 0x2c, 0xc8, 0x5f, 0xd2, 0x6f,
|
|
|
|
|
0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x9b, 0xc8, 0x68, 0x17, 0xc4, 0x0a, 0x00, 0x00,
|
|
|
|
|
}
|
|
|
|
|