private/multinodepb: return at_rest_total_bytes and summary_bytes for StorageUsage endpoint
at_rest_total_bytes and summary_bytes are storage usages return as bytes instead of bytes*hour. This is used for the disk space graph. Updates https://github.com/storj/storj/issues/5355 Change-Id: I81f77fe9b9069cf3b29ab681586e506363e5b066
This commit is contained in:
parent
c1ed5c06e8
commit
746c3b2d83
@ -180,6 +180,7 @@ func (m *DiskSpaceResponse) GetOverused() int64 {
|
||||
type StorageUsage struct {
|
||||
AtRestTotal float64 `protobuf:"fixed64,1,opt,name=at_rest_total,json=atRestTotal,proto3" json:"at_rest_total,omitempty"`
|
||||
IntervalStart time.Time `protobuf:"bytes,2,opt,name=interval_start,json=intervalStart,proto3,stdtime" json:"interval_start"`
|
||||
AtRestTotalBytes float64 `protobuf:"fixed64,3,opt,name=at_rest_total_bytes,json=atRestTotalBytes,proto3" json:"at_rest_total_bytes,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
@ -223,6 +224,13 @@ func (m *StorageUsage) GetIntervalStart() time.Time {
|
||||
return time.Time{}
|
||||
}
|
||||
|
||||
func (m *StorageUsage) GetAtRestTotalBytes() float64 {
|
||||
if m != nil {
|
||||
return m.AtRestTotalBytes
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
type StorageUsageRequest struct {
|
||||
Header *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
|
||||
From time.Time `protobuf:"bytes,2,opt,name=from,proto3,stdtime" json:"from"`
|
||||
@ -280,6 +288,7 @@ func (m *StorageUsageRequest) GetTo() time.Time {
|
||||
type StorageUsageResponse struct {
|
||||
StorageUsage []*StorageUsage `protobuf:"bytes,1,rep,name=storage_usage,json=storageUsage,proto3" json:"storage_usage,omitempty"`
|
||||
Summary float64 `protobuf:"fixed64,2,opt,name=summary,proto3" json:"summary,omitempty"`
|
||||
SummaryBytes float64 `protobuf:"fixed64,3,opt,name=summary_bytes,json=summaryBytes,proto3" json:"summary_bytes,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
@ -323,6 +332,13 @@ func (m *StorageUsageResponse) GetSummary() float64 {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (m *StorageUsageResponse) GetSummaryBytes() float64 {
|
||||
if m != nil {
|
||||
return m.SummaryBytes
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
type StorageUsageSatelliteRequest struct {
|
||||
Header *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
|
||||
SatelliteId NodeID `protobuf:"bytes,2,opt,name=satellite_id,json=satelliteId,proto3,customtype=NodeID" json:"satellite_id"`
|
||||
@ -381,6 +397,7 @@ func (m *StorageUsageSatelliteRequest) GetTo() time.Time {
|
||||
type StorageUsageSatelliteResponse struct {
|
||||
StorageUsage []*StorageUsage `protobuf:"bytes,1,rep,name=storage_usage,json=storageUsage,proto3" json:"storage_usage,omitempty"`
|
||||
Summary float64 `protobuf:"fixed64,2,opt,name=summary,proto3" json:"summary,omitempty"`
|
||||
SummaryBytes float64 `protobuf:"fixed64,3,opt,name=summary_bytes,json=summaryBytes,proto3" json:"summary_bytes,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
XXX_sizecache int32 `json:"-"`
|
||||
@ -424,6 +441,13 @@ func (m *StorageUsageSatelliteResponse) GetSummary() float64 {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (m *StorageUsageSatelliteResponse) GetSummaryBytes() float64 {
|
||||
if m != nil {
|
||||
return m.SummaryBytes
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
type BandwidthMonthSummaryRequest struct {
|
||||
Header *RequestHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
@ -4189,183 +4213,185 @@ func init() {
|
||||
func init() { proto.RegisterFile("multinode.proto", fileDescriptor_9a45fd79b06f3a1b) }
|
||||
|
||||
var fileDescriptor_9a45fd79b06f3a1b = []byte{
|
||||
// 2847 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x73, 0xdb, 0xc6,
|
||||
0x15, 0x2f, 0x45, 0x89, 0x14, 0x1f, 0x49, 0x51, 0xda, 0xe8, 0x83, 0x82, 0xf5, 0x65, 0xc8, 0xb5,
|
||||
0xe5, 0xc6, 0x91, 0x13, 0x25, 0x93, 0x36, 0x69, 0x32, 0x0d, 0x65, 0x3b, 0x91, 0x12, 0x39, 0x56,
|
||||
0x21, 0x3b, 0xcd, 0xc4, 0x9d, 0x30, 0x10, 0xb1, 0x92, 0x90, 0x80, 0x00, 0x03, 0x2c, 0xa5, 0x6a,
|
||||
0xa6, 0x93, 0xf6, 0xd0, 0xa6, 0xa7, 0xce, 0xf4, 0x9c, 0xe9, 0x5f, 0xd1, 0x4b, 0x8f, 0xbd, 0x75,
|
||||
0x32, 0xd3, 0xff, 0xa0, 0x87, 0x74, 0xa6, 0xb7, 0x5e, 0x7a, 0xe9, 0xad, 0xa7, 0xce, 0x7e, 0x00,
|
||||
0xc4, 0xe2, 0x8b, 0x12, 0x68, 0x8f, 0x7a, 0xc3, 0xee, 0xbe, 0xf7, 0xdb, 0xf7, 0xde, 0xee, 0x3e,
|
||||
0xbc, 0xf7, 0x76, 0xa1, 0xd1, 0xed, 0x5b, 0xc4, 0xb4, 0x1d, 0x03, 0x6f, 0xf6, 0x5c, 0x87, 0x38,
|
||||
0xa8, 0x12, 0x74, 0x28, 0x70, 0xec, 0x1c, 0x3b, 0xbc, 0x5b, 0x59, 0x3d, 0x76, 0x9c, 0x63, 0x0b,
|
||||
0xdf, 0x65, 0xad, 0xc3, 0xfe, 0xd1, 0x5d, 0x62, 0x76, 0xb1, 0x47, 0xf4, 0x6e, 0x8f, 0x13, 0xa8,
|
||||
0x1b, 0x50, 0xd7, 0xf0, 0x97, 0x7d, 0xec, 0x91, 0x1d, 0xac, 0x1b, 0xd8, 0x45, 0x0b, 0x50, 0xd6,
|
||||
0x7b, 0x66, 0xfb, 0x0b, 0x7c, 0xde, 0x2c, 0xac, 0x15, 0x36, 0x6a, 0x5a, 0x49, 0xef, 0x99, 0x1f,
|
||||
0xe0, 0x73, 0xf5, 0x3e, 0x4c, 0xdf, 0x37, 0xbd, 0x2f, 0x0e, 0x7a, 0x7a, 0x07, 0x0b, 0x16, 0xf4,
|
||||
0x32, 0x94, 0x4e, 0x18, 0x1b, 0xa3, 0xad, 0x6e, 0x35, 0x37, 0x07, 0x72, 0x49, 0xb0, 0x9a, 0xa0,
|
||||
0x53, 0xff, 0x52, 0x80, 0x99, 0x10, 0x8c, 0xd7, 0x73, 0x6c, 0x0f, 0xa3, 0x25, 0xa8, 0xe8, 0x96,
|
||||
0xe5, 0x74, 0x74, 0x82, 0x0d, 0x06, 0x55, 0xd4, 0x06, 0x1d, 0x68, 0x15, 0xaa, 0x7d, 0x0f, 0x1b,
|
||||
0xed, 0x9e, 0x89, 0x3b, 0xd8, 0x6b, 0x8e, 0xb1, 0x71, 0xa0, 0x5d, 0xfb, 0xac, 0x07, 0x2d, 0x03,
|
||||
0x6b, 0xb5, 0x89, 0xab, 0x7b, 0x27, 0xcd, 0x22, 0xe7, 0xa7, 0x3d, 0x8f, 0x69, 0x07, 0x42, 0x30,
|
||||
0x7e, 0xe4, 0x62, 0xdc, 0x1c, 0x67, 0x03, 0xec, 0x9b, 0xcd, 0x78, 0xaa, 0x9b, 0x96, 0x7e, 0x68,
|
||||
0xe1, 0xe6, 0x84, 0x98, 0xd1, 0xef, 0x40, 0x0a, 0x4c, 0x3a, 0xa7, 0xd8, 0xa5, 0x10, 0xcd, 0x12,
|
||||
0x1b, 0x0c, 0xda, 0xea, 0xaf, 0xa0, 0x76, 0x40, 0x1c, 0x57, 0x3f, 0xc6, 0x4f, 0x3c, 0xfd, 0x18,
|
||||
0x23, 0x15, 0xea, 0x3a, 0x69, 0xbb, 0xd8, 0x23, 0x6d, 0xe2, 0x10, 0xdd, 0x62, 0xf2, 0x17, 0xb4,
|
||||
0xaa, 0x4e, 0x34, 0xec, 0x91, 0xc7, 0xb4, 0x0b, 0x7d, 0x00, 0x53, 0xa6, 0x4d, 0xb0, 0x7b, 0xaa,
|
||||
0x5b, 0x6d, 0x8f, 0xe8, 0x2e, 0x61, 0x4a, 0x54, 0xb7, 0x94, 0x4d, 0xbe, 0x3e, 0x9b, 0xfe, 0xfa,
|
||||
0x6c, 0x3e, 0xf6, 0xd7, 0x67, 0x7b, 0xf2, 0xdb, 0xef, 0x56, 0xbf, 0xf7, 0x87, 0x7f, 0xac, 0x16,
|
||||
0xb4, 0xba, 0xcf, 0x7b, 0x40, 0x59, 0xd5, 0x3f, 0x17, 0xe0, 0x85, 0xb0, 0x04, 0xb9, 0x17, 0x03,
|
||||
0xfd, 0x88, 0x1a, 0xc6, 0xe9, 0x5e, 0x4a, 0x18, 0xc6, 0x81, 0x5e, 0x83, 0x31, 0xe2, 0x30, 0x4b,
|
||||
0x5f, 0x94, 0x6f, 0x8c, 0x38, 0xaa, 0x0d, 0xb3, 0xb2, 0xe0, 0x62, 0xf9, 0xdf, 0x82, 0xba, 0xc7,
|
||||
0xfb, 0xdb, 0x7d, 0x3a, 0xd0, 0x2c, 0xac, 0x15, 0x37, 0xaa, 0x5b, 0x0b, 0x21, 0x05, 0x24, 0xbe,
|
||||
0x9a, 0x17, 0x5e, 0x80, 0x26, 0x94, 0xbd, 0x7e, 0xb7, 0xab, 0xbb, 0xe7, 0x4c, 0x91, 0x82, 0xe6,
|
||||
0x37, 0xd5, 0xff, 0x14, 0x60, 0x29, 0xcc, 0x78, 0xa0, 0x13, 0x6c, 0x59, 0x26, 0x19, 0xc1, 0x64,
|
||||
0xaf, 0x40, 0xcd, 0xf3, 0x51, 0xda, 0xa6, 0xc1, 0x66, 0xac, 0x6d, 0x4f, 0x51, 0x35, 0xff, 0xfe,
|
||||
0xdd, 0x6a, 0xe9, 0x43, 0xc7, 0xc0, 0xbb, 0xf7, 0xb5, 0x6a, 0x40, 0xb3, 0x6b, 0x04, 0x56, 0x2e,
|
||||
0xe6, 0xb4, 0xf2, 0xf8, 0x25, 0xad, 0x7c, 0x06, 0xcb, 0x29, 0x4a, 0x3f, 0x67, 0x73, 0xef, 0xc3,
|
||||
0xd2, 0xb6, 0x6e, 0x1b, 0x67, 0xa6, 0x41, 0x4e, 0x1e, 0x3a, 0x36, 0x39, 0x39, 0xe0, 0x03, 0xf9,
|
||||
0xbd, 0xc5, 0xab, 0xb0, 0x9c, 0x82, 0x28, 0x54, 0x41, 0x30, 0xce, 0x0e, 0x29, 0xf7, 0x19, 0xec,
|
||||
0x5b, 0xfd, 0x5d, 0x01, 0xd6, 0x02, 0x2e, 0xc1, 0x70, 0x25, 0x2b, 0xaf, 0xbe, 0x0d, 0xd7, 0x33,
|
||||
0x04, 0x11, 0x2a, 0x84, 0xec, 0xc9, 0xb5, 0x08, 0xec, 0xf9, 0x01, 0x2c, 0x44, 0xd9, 0xf3, 0x9b,
|
||||
0xf2, 0x35, 0x68, 0xc6, 0xc1, 0x86, 0x8a, 0xf0, 0x9b, 0x02, 0x2c, 0x3f, 0x38, 0x76, 0xb1, 0xe7,
|
||||
0x5d, 0xa9, 0x21, 0xdf, 0x84, 0x95, 0x34, 0x29, 0x86, 0xaa, 0xb0, 0x03, 0xb3, 0x12, 0x6f, 0x7e,
|
||||
0x13, 0xbe, 0x02, 0x73, 0x11, 0xa4, 0xa1, 0x93, 0xff, 0xb6, 0x00, 0x2b, 0xbb, 0xf6, 0xd5, 0x1b,
|
||||
0xf0, 0xc7, 0xb0, 0x9a, 0x2a, 0xc6, 0x50, 0x25, 0x76, 0x61, 0x4e, 0x66, 0xce, 0x6f, 0xc2, 0x2d,
|
||||
0x98, 0x8f, 0x42, 0x0d, 0x9d, 0xfe, 0x97, 0x30, 0x77, 0x5f, 0x37, 0xad, 0x2b, 0xb2, 0xdc, 0x01,
|
||||
0xcc, 0x47, 0x67, 0x17, 0x12, 0xbf, 0x01, 0x35, 0xe6, 0x3e, 0xdb, 0xae, 0x63, 0x59, 0xfd, 0x9e,
|
||||
0xf0, 0xa2, 0xf3, 0x21, 0x21, 0xb8, 0xfb, 0x64, 0xa3, 0x5a, 0xb5, 0x3f, 0x68, 0xa8, 0xef, 0x40,
|
||||
0x8d, 0x81, 0xe6, 0x37, 0xe4, 0xfb, 0x50, 0x17, 0x08, 0xa3, 0x4b, 0xf3, 0xb7, 0x02, 0x54, 0x43,
|
||||
0x83, 0xe8, 0x36, 0x94, 0x30, 0x5b, 0x23, 0x21, 0xcd, 0x4c, 0x08, 0x84, 0x1f, 0x00, 0x4d, 0x10,
|
||||
0xa0, 0x3b, 0x50, 0x36, 0xf9, 0x7a, 0x8a, 0x20, 0x02, 0x85, 0x68, 0xc5, 0x4a, 0x6b, 0x3e, 0x09,
|
||||
0x9a, 0x87, 0x92, 0x81, 0x2d, 0x4c, 0xb0, 0x88, 0xd1, 0x44, 0x2b, 0x21, 0x3c, 0x1a, 0xcf, 0x1f,
|
||||
0x1e, 0xed, 0x41, 0xe9, 0x41, 0x30, 0x9d, 0x8b, 0x7b, 0xba, 0xe9, 0x8a, 0x1d, 0x25, 0x5a, 0x68,
|
||||
0x16, 0x26, 0xf4, 0xbe, 0x61, 0x12, 0x11, 0x49, 0xf2, 0x06, 0xed, 0xe5, 0x7f, 0x43, 0x2e, 0x1b,
|
||||
0x6f, 0xa8, 0x3f, 0x84, 0xf2, 0xae, 0x2d, 0xc3, 0x19, 0x12, 0x9c, 0x31, 0x60, 0x1c, 0x0b, 0x33,
|
||||
0x6e, 0xc3, 0xd4, 0x47, 0xd8, 0xf5, 0x4c, 0xc7, 0xce, 0xbf, 0xc8, 0x2f, 0x42, 0x23, 0xc0, 0x18,
|
||||
0x1c, 0x93, 0x53, 0xde, 0xc5, 0x50, 0x2a, 0x9a, 0xdf, 0x54, 0xdf, 0x05, 0xb4, 0xa7, 0x7b, 0xe4,
|
||||
0x9e, 0x63, 0x13, 0xbd, 0x43, 0xf2, 0x4f, 0xfa, 0x29, 0xbc, 0x20, 0xe1, 0x88, 0x89, 0xdf, 0x83,
|
||||
0x9a, 0xa5, 0x7b, 0xa4, 0xdd, 0xe1, 0xfd, 0x02, 0xee, 0x62, 0x2b, 0x54, 0xb5, 0x06, 0x80, 0xea,
|
||||
0x2f, 0x60, 0x46, 0xc3, 0xbd, 0x3e, 0xd1, 0xc9, 0x28, 0xb6, 0xc9, 0x73, 0x94, 0xbf, 0x29, 0x40,
|
||||
0xb5, 0x45, 0xd7, 0xfa, 0x67, 0xa6, 0x6d, 0x38, 0x67, 0x54, 0xa5, 0x33, 0xf6, 0x25, 0x36, 0xdd,
|
||||
0xa5, 0x54, 0xe2, 0x9c, 0x6c, 0xcb, 0xa1, 0xeb, 0x50, 0x73, 0x6c, 0xcb, 0xb4, 0x71, 0xbb, 0xe3,
|
||||
0xf4, 0x6d, 0xbe, 0xaf, 0x26, 0xb4, 0x2a, 0xef, 0xbb, 0x47, 0xbb, 0x68, 0x0e, 0xc3, 0xb2, 0x03,
|
||||
0x41, 0x51, 0x64, 0x14, 0xc0, 0xba, 0x18, 0x81, 0xfa, 0xdf, 0x32, 0xa0, 0xb0, 0x5d, 0x82, 0x58,
|
||||
0xad, 0xc4, 0x61, 0x84, 0x74, 0x37, 0x24, 0xc3, 0x44, 0xc9, 0x37, 0x1f, 0x31, 0x5a, 0x4d, 0xf0,
|
||||
0xa0, 0x37, 0xc2, 0x3b, 0xbd, 0xba, 0xb5, 0x9e, 0xcd, 0xcc, 0x6c, 0xe3, 0x1f, 0x87, 0x87, 0xd0,
|
||||
0x30, 0x4c, 0xef, 0xcb, 0xbe, 0x6e, 0x99, 0x47, 0x26, 0x36, 0xda, 0x3a, 0xb9, 0x60, 0x00, 0x5b,
|
||||
0x60, 0xf6, 0x99, 0x0a, 0x33, 0xb7, 0x08, 0xb5, 0xb5, 0xd7, 0xf7, 0x7a, 0xd8, 0x36, 0x38, 0xd6,
|
||||
0xf8, 0x25, 0xb0, 0xaa, 0x01, 0x67, 0x8b, 0xa0, 0x8f, 0x60, 0xd6, 0x39, 0x3a, 0x62, 0xc6, 0x96,
|
||||
0x00, 0x27, 0x2e, 0x01, 0x88, 0x04, 0xc2, 0x41, 0x08, 0xf7, 0x29, 0x2c, 0xf8, 0xb8, 0x7d, 0xdb,
|
||||
0xc0, 0x6e, 0xdb, 0xc5, 0xa7, 0x26, 0x3e, 0xa3, 0xd0, 0xa5, 0x4b, 0x40, 0xfb, 0xc2, 0x3d, 0xa1,
|
||||
0x18, 0x1a, 0x83, 0x68, 0x11, 0xd4, 0x82, 0xca, 0x29, 0x26, 0x84, 0x4b, 0x5a, 0xb9, 0x04, 0xdc,
|
||||
0x24, 0x67, 0x6b, 0x11, 0x74, 0x0f, 0xa0, 0xdf, 0x33, 0x74, 0x81, 0x51, 0xbe, 0xc4, 0x56, 0xad,
|
||||
0x08, 0x3e, 0x2e, 0xc7, 0xe7, 0x8e, 0x69, 0x73, 0x8c, 0xc9, 0x4b, 0x60, 0x4c, 0x72, 0xb6, 0x16,
|
||||
0x51, 0x56, 0xa0, 0xc4, 0x37, 0x19, 0xf5, 0x7b, 0x5e, 0xc7, 0x71, 0xb1, 0x48, 0x78, 0x79, 0x43,
|
||||
0xf9, 0xd3, 0x18, 0x4c, 0xb4, 0x7c, 0x87, 0x1a, 0x1f, 0x47, 0xb7, 0x61, 0x9a, 0xaf, 0x1b, 0x75,
|
||||
0x5a, 0x6d, 0x4e, 0xc0, 0xf3, 0x88, 0xc6, 0xa0, 0xff, 0x80, 0x91, 0x26, 0x9c, 0x99, 0x62, 0xf8,
|
||||
0xcc, 0xa0, 0x75, 0xa8, 0x7b, 0xfd, 0x4e, 0x07, 0x7b, 0x9e, 0x20, 0xe1, 0x19, 0x7e, 0x4d, 0x74,
|
||||
0x72, 0x22, 0xea, 0xed, 0xad, 0xde, 0x89, 0xce, 0x76, 0x48, 0x41, 0xe3, 0x0d, 0x9a, 0x38, 0x1c,
|
||||
0x62, 0xa2, 0xb3, 0xb5, 0x2d, 0x68, 0xec, 0x9b, 0xc2, 0xf5, 0xed, 0x2f, 0x6c, 0xe7, 0xcc, 0x6e,
|
||||
0x73, 0x8e, 0x32, 0x1b, 0xac, 0x89, 0xce, 0x16, 0x63, 0xbc, 0x0e, 0x7e, 0xbb, 0xcd, 0x00, 0x26,
|
||||
0x79, 0xb6, 0x2f, 0xfa, 0xb6, 0x29, 0xce, 0xcb, 0x50, 0x3e, 0x31, 0x69, 0xce, 0x74, 0xde, 0xac,
|
||||
0xc4, 0xfe, 0xc2, 0x21, 0x07, 0xa4, 0xf9, 0x64, 0xea, 0x1e, 0x34, 0x1f, 0xbb, 0x7d, 0x8f, 0x60,
|
||||
0x23, 0x08, 0x33, 0xbc, 0xfc, 0x1e, 0xfc, 0xaf, 0x05, 0x58, 0x4c, 0x80, 0x13, 0x1e, 0xe5, 0x29,
|
||||
0x20, 0xc2, 0x07, 0xdb, 0x81, 0x73, 0xf4, 0x44, 0xb8, 0x70, 0x27, 0x84, 0x9d, 0x8a, 0xb0, 0x49,
|
||||
0x7d, 0xeb, 0x13, 0x6d, 0x4f, 0x9b, 0x21, 0x51, 0x12, 0x65, 0x0f, 0xca, 0x62, 0x14, 0xdd, 0x82,
|
||||
0x32, 0xc5, 0x69, 0x8b, 0xff, 0x65, 0xdc, 0x37, 0x97, 0xe8, 0xf0, 0xae, 0x41, 0x7f, 0x69, 0xba,
|
||||
0x61, 0x04, 0x31, 0x44, 0x45, 0xf3, 0x9b, 0xea, 0x3d, 0x68, 0x3c, 0xea, 0x61, 0x57, 0x27, 0x8e,
|
||||
0x9b, 0xdf, 0x1a, 0x26, 0x4c, 0x0f, 0x40, 0x84, 0x0d, 0x66, 0x61, 0x02, 0x77, 0x75, 0xd3, 0x12,
|
||||
0xff, 0x50, 0xde, 0xa0, 0x3f, 0xf8, 0x33, 0xdd, 0xb2, 0x30, 0x11, 0x72, 0x88, 0x16, 0xba, 0x05,
|
||||
0x0d, 0xfe, 0xd5, 0x3e, 0xc2, 0x3a, 0xe9, 0xbb, 0xd8, 0x6b, 0x16, 0xd7, 0x8a, 0x1b, 0x15, 0x6d,
|
||||
0x8a, 0x77, 0xbf, 0x2b, 0x7a, 0xd5, 0xaf, 0x0b, 0xb0, 0xfa, 0xc0, 0x23, 0x66, 0x97, 0x1e, 0xb7,
|
||||
0x7d, 0xfd, 0xdc, 0xe9, 0x93, 0xab, 0x09, 0x5a, 0x7f, 0x0a, 0x6b, 0xe9, 0x72, 0x08, 0x1b, 0xbc,
|
||||
0x04, 0x08, 0xfb, 0x34, 0x6d, 0xac, 0xbb, 0xb6, 0x69, 0x1f, 0x7b, 0x22, 0xb4, 0x99, 0x09, 0x46,
|
||||
0x1e, 0x88, 0x01, 0xf5, 0x7d, 0x98, 0x8f, 0x40, 0xe6, 0x5f, 0x92, 0x1d, 0x58, 0x88, 0x61, 0xe5,
|
||||
0x93, 0x6a, 0x1b, 0xa6, 0x46, 0xce, 0x49, 0x76, 0xa1, 0x11, 0x4d, 0x46, 0x5e, 0x87, 0x6a, 0x8f,
|
||||
0xc9, 0xd5, 0x36, 0xed, 0x23, 0x47, 0x20, 0xcd, 0x85, 0x90, 0xb8, 0xd4, 0xbb, 0xf6, 0x91, 0xa3,
|
||||
0x41, 0x2f, 0xf8, 0x56, 0x3f, 0x83, 0x59, 0x01, 0xb5, 0x8f, 0x5d, 0xd3, 0x31, 0xf2, 0x2f, 0xfa,
|
||||
0x3c, 0x94, 0x7a, 0x0c, 0xc2, 0xdf, 0x8b, 0xbc, 0xa5, 0x3e, 0x82, 0xb9, 0xc8, 0x0c, 0x23, 0x8a,
|
||||
0xfc, 0x15, 0x2c, 0x5c, 0x69, 0x66, 0xaa, 0x41, 0x33, 0x35, 0x25, 0xcd, 0xab, 0xd3, 0x1f, 0x0b,
|
||||
0xb0, 0x1c, 0x05, 0x1d, 0x75, 0x41, 0x72, 0x14, 0xfe, 0x06, 0x6b, 0x58, 0x94, 0xd6, 0xf0, 0x63,
|
||||
0x58, 0x49, 0x93, 0x6e, 0x44, 0xc5, 0x5b, 0x50, 0xa7, 0x47, 0x03, 0xe7, 0xd7, 0x53, 0xbd, 0x09,
|
||||
0x53, 0x3e, 0xc4, 0xc0, 0x59, 0x0e, 0x0a, 0xdb, 0x45, 0x8d, 0x37, 0x98, 0x3f, 0x60, 0x74, 0xa3,
|
||||
0x6f, 0x1b, 0xf5, 0x33, 0x58, 0x88, 0x61, 0x89, 0xc9, 0x1f, 0xc0, 0x34, 0x66, 0x43, 0x83, 0x9f,
|
||||
0x95, 0xf8, 0x57, 0x29, 0xe1, 0xac, 0x34, 0xc2, 0xdd, 0xc0, 0x72, 0x87, 0xfa, 0x09, 0x34, 0x22,
|
||||
0x34, 0xc9, 0x6a, 0xe5, 0xd9, 0xc1, 0x3b, 0x30, 0xfb, 0xc4, 0x36, 0x4c, 0x8f, 0xb8, 0xe6, 0x61,
|
||||
0x9f, 0x8c, 0x62, 0xfb, 0x97, 0x60, 0x2e, 0x82, 0x94, 0xb9, 0x04, 0x5f, 0xc1, 0xc2, 0xbe, 0x7e,
|
||||
0xee, 0x91, 0xfe, 0xe1, 0xd5, 0x1c, 0xdd, 0x1d, 0x68, 0xc6, 0xe7, 0x17, 0x12, 0xdf, 0x81, 0x72,
|
||||
0x8f, 0x8f, 0x09, 0x09, 0x90, 0xbc, 0x7b, 0xe9, 0x88, 0xe6, 0x93, 0x50, 0x37, 0xee, 0xf7, 0xe5,
|
||||
0x36, 0xde, 0x4f, 0xa0, 0x11, 0x60, 0xe4, 0x12, 0xe2, 0x33, 0x98, 0x15, 0x7d, 0xcf, 0xcb, 0x79,
|
||||
0x3f, 0x80, 0xb9, 0xc8, 0x0c, 0xb9, 0x04, 0xa5, 0xee, 0x2d, 0x6a, 0xf8, 0xff, 0x23, 0xf7, 0xf6,
|
||||
0x21, 0xac, 0xa4, 0x49, 0x97, 0x4b, 0xdd, 0xd7, 0x00, 0x06, 0xee, 0x8e, 0x06, 0xee, 0x27, 0xd8,
|
||||
0x0a, 0x2a, 0xfe, 0xf4, 0x9b, 0xf6, 0xb1, 0xba, 0x0c, 0x2f, 0xc0, 0xb0, 0x6f, 0xf5, 0xf7, 0x45,
|
||||
0x28, 0x0b, 0x28, 0xa4, 0x42, 0x9d, 0xd7, 0xc6, 0xc4, 0x45, 0x9d, 0x7f, 0x45, 0xc7, 0x3a, 0x5b,
|
||||
0xec, 0x9e, 0x0e, 0x5d, 0x83, 0x0a, 0xa7, 0x39, 0xc6, 0x7e, 0x61, 0x68, 0x92, 0x75, 0xbc, 0x87,
|
||||
0x09, 0xda, 0x80, 0xe9, 0x60, 0xb0, 0x2d, 0x6a, 0x4a, 0x3c, 0x1d, 0x99, 0xf2, 0x69, 0x34, 0x5e,
|
||||
0x5b, 0xba, 0x09, 0x8d, 0x01, 0x25, 0xcf, 0xbd, 0x79, 0x52, 0x52, 0xf7, 0x09, 0x79, 0x72, 0xb4,
|
||||
0x06, 0xb5, 0x8e, 0xd3, 0xed, 0x05, 0x12, 0xf1, 0x2b, 0x48, 0xa0, 0x7d, 0x42, 0xa0, 0x45, 0x98,
|
||||
0x64, 0x14, 0x54, 0x1e, 0x7e, 0x07, 0x59, 0xa6, 0x6d, 0x2a, 0xce, 0x4d, 0x68, 0xf8, 0x43, 0xbe,
|
||||
0x34, 0x65, 0x3e, 0x89, 0xa0, 0x10, 0xc2, 0xdc, 0x80, 0xa9, 0x80, 0x8e, 0xcb, 0x32, 0xc9, 0x13,
|
||||
0x24, 0x41, 0xc6, 0x45, 0xf1, 0x2d, 0x5a, 0x49, 0xb0, 0x28, 0x0c, 0x2c, 0x8a, 0xd6, 0xa0, 0x1a,
|
||||
0xf2, 0x4d, 0xcd, 0x2a, 0x1b, 0x0a, 0x77, 0x21, 0x05, 0x26, 0x0d, 0xd3, 0xeb, 0x39, 0x1e, 0x36,
|
||||
0x9a, 0x35, 0x6e, 0x42, 0xbf, 0x4d, 0x53, 0x9c, 0x1d, 0x6c, 0x19, 0xad, 0x2e, 0x4d, 0xca, 0x76,
|
||||
0x78, 0xde, 0x93, 0xff, 0xb0, 0x7f, 0x3b, 0x06, 0x8b, 0x09, 0x70, 0x62, 0x7f, 0xed, 0x0f, 0x12,
|
||||
0x30, 0xfe, 0xaf, 0x78, 0x3d, 0x04, 0x98, 0xca, 0x96, 0x30, 0xe2, 0xc3, 0x28, 0x6f, 0x01, 0x0c,
|
||||
0x46, 0x43, 0x3b, 0xbf, 0x10, 0xde, 0xf9, 0xb4, 0x5f, 0xef, 0x06, 0x15, 0xa0, 0xa2, 0x26, 0x5a,
|
||||
0xca, 0x37, 0x05, 0x98, 0x89, 0x81, 0xc7, 0x8e, 0x5c, 0x61, 0xf8, 0x91, 0xd3, 0xa0, 0x46, 0x97,
|
||||
0xa7, 0xcd, 0x71, 0x69, 0xbe, 0x44, 0xb5, 0xbb, 0x7b, 0x49, 0xed, 0xb4, 0xea, 0x49, 0xf0, 0xed,
|
||||
0xa9, 0x8f, 0xe0, 0x5a, 0x24, 0x18, 0x67, 0x77, 0xd6, 0xf9, 0xd7, 0xe6, 0x21, 0x2c, 0x25, 0x03,
|
||||
0xe6, 0x0b, 0xf1, 0x1f, 0xc1, 0xb5, 0x96, 0x65, 0x0d, 0x72, 0xcc, 0x91, 0xe3, 0xfd, 0x8f, 0x60,
|
||||
0x29, 0x19, 0x70, 0xc4, 0xe0, 0xab, 0x0b, 0xd7, 0x25, 0x5c, 0xee, 0xf4, 0x46, 0x15, 0x37, 0xf5,
|
||||
0x67, 0xf2, 0x73, 0x50, 0xb3, 0xa6, 0x7b, 0x06, 0x69, 0x81, 0x0f, 0x3d, 0xb2, 0x0a, 0x39, 0xd3,
|
||||
0x82, 0xd8, 0xfc, 0xcf, 0x22, 0x2d, 0x90, 0x7f, 0x49, 0x57, 0xa0, 0x5a, 0x66, 0x5a, 0x90, 0x22,
|
||||
0xdd, 0x88, 0x8a, 0x3f, 0x84, 0x45, 0x1e, 0xfd, 0xee, 0x63, 0xf7, 0x19, 0x84, 0xeb, 0x1d, 0x50,
|
||||
0x92, 0xe0, 0x9e, 0x6d, 0xc4, 0x1e, 0xde, 0x80, 0xa3, 0xc6, 0x86, 0x39, 0x83, 0xdb, 0xf8, 0xfc,
|
||||
0xb9, 0xe3, 0x4a, 0xb6, 0x9c, 0x23, 0xab, 0x91, 0x15, 0x57, 0xca, 0x33, 0xe4, 0x8e, 0x2b, 0x23,
|
||||
0x3b, 0xf0, 0x0a, 0x2c, 0x9f, 0x15, 0x57, 0xa6, 0x49, 0x97, 0x47, 0xdd, 0xad, 0x5f, 0x8f, 0x41,
|
||||
0x59, 0xbc, 0x73, 0x41, 0xef, 0x42, 0x25, 0x78, 0x95, 0x86, 0xae, 0x85, 0xb8, 0xa2, 0x4f, 0xde,
|
||||
0x94, 0xa5, 0xe4, 0x41, 0x21, 0xc1, 0x0e, 0x4c, 0xf0, 0x57, 0x32, 0x2b, 0x69, 0x8f, 0x69, 0x04,
|
||||
0xcc, 0x6a, 0xea, 0xb8, 0x40, 0xea, 0xc0, 0x94, 0xfc, 0x7c, 0x07, 0xdd, 0x4a, 0x61, 0x89, 0x9e,
|
||||
0x68, 0x65, 0x63, 0x38, 0x21, 0x9f, 0x64, 0xeb, 0x9f, 0x25, 0xa8, 0x04, 0xaf, 0x42, 0x90, 0x0e,
|
||||
0xb5, 0xf0, 0x23, 0x1b, 0x69, 0xc2, 0xac, 0x87, 0x3d, 0xd2, 0x84, 0xd9, 0xef, 0x75, 0x4e, 0x61,
|
||||
0x31, 0xf5, 0x45, 0x0c, 0x7a, 0x31, 0x09, 0x26, 0xa5, 0x38, 0xa5, 0xdc, 0xb9, 0x18, 0x71, 0x50,
|
||||
0xf4, 0x9e, 0x8e, 0x12, 0x21, 0x35, 0x03, 0xc1, 0x9f, 0x65, 0x3d, 0x93, 0x46, 0x80, 0x77, 0x61,
|
||||
0x3e, 0xf9, 0x75, 0x0a, 0xda, 0x88, 0xdd, 0x9c, 0xa7, 0xa9, 0x73, 0xfb, 0x02, 0x94, 0x62, 0x3a,
|
||||
0x0d, 0xea, 0x12, 0x05, 0x5a, 0x4d, 0xe3, 0xf5, 0xc1, 0xd7, 0xd2, 0x09, 0x04, 0x66, 0x0f, 0x16,
|
||||
0x52, 0xde, 0x87, 0xa0, 0xdb, 0xf1, 0x1b, 0xfd, 0x34, 0x25, 0x7e, 0x70, 0x11, 0x52, 0x31, 0xe3,
|
||||
0x13, 0x98, 0x92, 0x49, 0xd0, 0x5a, 0x2a, 0xb7, 0x8f, 0x7f, 0x3d, 0x83, 0x62, 0x00, 0x2b, 0x3f,
|
||||
0xd7, 0x90, 0x60, 0x13, 0xdf, 0x91, 0x48, 0xb0, 0x29, 0x6f, 0x3d, 0xde, 0x84, 0x09, 0x36, 0x82,
|
||||
0x16, 0xa2, 0xb4, 0x3e, 0x48, 0x33, 0x3e, 0x20, 0x0e, 0xd9, 0xd7, 0x45, 0x18, 0xa7, 0x7e, 0x0e,
|
||||
0xbd, 0x03, 0x65, 0x71, 0x9d, 0x8f, 0x16, 0x43, 0xd4, 0xf2, 0x33, 0x01, 0x45, 0x49, 0x1a, 0x12,
|
||||
0x62, 0xec, 0x41, 0x35, 0x74, 0x37, 0x8f, 0x96, 0x43, 0xa4, 0xf1, 0xbb, 0x7f, 0x65, 0x25, 0x6d,
|
||||
0x58, 0xa0, 0xed, 0x02, 0x0c, 0x6e, 0x81, 0xd1, 0x52, 0xca, 0xe5, 0x30, 0xc7, 0x5a, 0xce, 0xbc,
|
||||
0x3a, 0x46, 0x9f, 0xc2, 0x4c, 0xec, 0xbe, 0x08, 0xad, 0x67, 0xdf, 0x26, 0x71, 0xe0, 0x1b, 0x17,
|
||||
0xb9, 0x72, 0x42, 0xf7, 0x60, 0xd2, 0xbf, 0xc4, 0x41, 0x61, 0x03, 0x45, 0xae, 0x87, 0x94, 0x6b,
|
||||
0x89, 0x63, 0x62, 0x21, 0xfe, 0x55, 0x61, 0x25, 0x01, 0xa7, 0x4f, 0x3c, 0xba, 0x16, 0xfe, 0xbe,
|
||||
0x0b, 0xaf, 0x45, 0x64, 0xc3, 0x29, 0x49, 0x43, 0x83, 0x63, 0x28, 0x55, 0xe2, 0xa5, 0x63, 0x98,
|
||||
0x74, 0x0b, 0x20, 0x1d, 0xc3, 0xe4, 0x22, 0xfe, 0x53, 0x98, 0x8e, 0x9d, 0x3f, 0x35, 0xce, 0x15,
|
||||
0xdb, 0xc1, 0xeb, 0x99, 0x34, 0x03, 0x37, 0x95, 0x5c, 0x76, 0x96, 0xdc, 0x54, 0x66, 0xdd, 0x5c,
|
||||
0x72, 0x53, 0x43, 0x6a, 0xd8, 0x6f, 0x43, 0x89, 0x07, 0x79, 0xa8, 0x19, 0x8b, 0xfb, 0x7c, 0xb8,
|
||||
0xc5, 0x84, 0x11, 0xc1, 0xfe, 0x71, 0xbc, 0x62, 0x7b, 0x3d, 0x23, 0x7e, 0x14, 0x80, 0x6a, 0x16,
|
||||
0x89, 0x40, 0xf6, 0xa0, 0x99, 0x76, 0x39, 0x86, 0xc2, 0x1e, 0x6c, 0xc8, 0x4d, 0x9e, 0xf2, 0xe2,
|
||||
0x85, 0x68, 0x43, 0xea, 0xc8, 0x34, 0xb2, 0x3a, 0x89, 0x57, 0x6b, 0xb2, 0x3a, 0x29, 0x37, 0x66,
|
||||
0x1a, 0xd4, 0xa5, 0xa2, 0xb1, 0xb4, 0x0f, 0x93, 0x0a, 0xd3, 0xd2, 0x3e, 0x4c, 0xae, 0x37, 0x3f,
|
||||
0x85, 0xe9, 0x68, 0x09, 0x4f, 0xda, 0x87, 0x29, 0x65, 0x67, 0x69, 0x1f, 0xa6, 0x96, 0x86, 0xdf,
|
||||
0x19, 0x14, 0xe6, 0x16, 0x13, 0xe2, 0xb3, 0x84, 0xa3, 0x17, 0x8d, 0xf3, 0x34, 0xa8, 0x4b, 0x75,
|
||||
0x54, 0x49, 0xe5, 0xa4, 0x1a, 0xae, 0xa4, 0x72, 0x72, 0x09, 0xb6, 0x0b, 0xf3, 0xc9, 0x55, 0x4b,
|
||||
0xe9, 0x74, 0x64, 0x96, 0x5d, 0xa5, 0xd3, 0x31, 0xa4, 0x04, 0xfa, 0x69, 0x52, 0x45, 0x68, 0x3d,
|
||||
0xbb, 0x90, 0x13, 0x77, 0x98, 0xa9, 0xd5, 0x9e, 0xad, 0x7f, 0x57, 0xa0, 0x24, 0xf6, 0xd9, 0x31,
|
||||
0xcc, 0x26, 0xd5, 0x3b, 0xd0, 0xcd, 0xf0, 0xab, 0x84, 0xf4, 0x0a, 0x8b, 0x72, 0x6b, 0x28, 0x9d,
|
||||
0xd0, 0xe9, 0x1c, 0x94, 0xf4, 0x8a, 0x04, 0xba, 0x93, 0x06, 0x93, 0x94, 0x89, 0x2b, 0x2f, 0x5d,
|
||||
0x90, 0x3a, 0xe4, 0x38, 0x23, 0xe5, 0x02, 0xd9, 0x71, 0x26, 0xd7, 0x32, 0x64, 0xc7, 0x99, 0x56,
|
||||
0x6f, 0xa0, 0x8e, 0x33, 0x31, 0x31, 0x97, 0x1d, 0x67, 0x56, 0x65, 0x41, 0x76, 0x9c, 0xd9, 0x59,
|
||||
0xfe, 0x88, 0x8e, 0x53, 0x07, 0x14, 0xcf, 0xce, 0xd1, 0x8d, 0x18, 0x43, 0x42, 0x2d, 0x40, 0xf9,
|
||||
0xfe, 0x10, 0xaa, 0xab, 0xf4, 0xa0, 0xc7, 0x30, 0x9b, 0x54, 0x56, 0x94, 0xb6, 0x71, 0x46, 0x21,
|
||||
0x53, 0xda, 0xc6, 0x99, 0xf5, 0xc9, 0xe7, 0xe4, 0x50, 0xa3, 0xd5, 0x84, 0xe4, 0xfd, 0x19, 0xf1,
|
||||
0x82, 0xeb, 0x99, 0x34, 0xcf, 0xd4, 0xa1, 0x86, 0x33, 0x6a, 0xd9, 0xa1, 0x26, 0x54, 0x02, 0x64,
|
||||
0x87, 0x9a, 0x98, 0x8c, 0xc7, 0x4f, 0x8d, 0x0f, 0x9e, 0x71, 0x6a, 0x22, 0xb3, 0xdc, 0xbe, 0x00,
|
||||
0x25, 0x9f, 0x6e, 0xfb, 0xc6, 0x27, 0x2a, 0xf5, 0x80, 0x9f, 0x6f, 0x9a, 0xce, 0x5d, 0xf6, 0x71,
|
||||
0xb7, 0xe7, 0x9a, 0xa7, 0x3a, 0xc1, 0x77, 0x03, 0x88, 0xde, 0xe1, 0x61, 0x89, 0xbd, 0x72, 0x7b,
|
||||
0xf5, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xda, 0x95, 0x8e, 0x70, 0x40, 0x37, 0x00, 0x00,
|
||||
// 2878 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x6f, 0xdc, 0xc6,
|
||||
0x15, 0x2f, 0xf5, 0xb1, 0xab, 0x7d, 0xbb, 0xfa, 0x9a, 0xe8, 0x63, 0x45, 0xcb, 0x92, 0x4c, 0xb9,
|
||||
0xb6, 0xdc, 0xd8, 0x72, 0xa2, 0x04, 0x69, 0x93, 0x26, 0x68, 0x56, 0xb6, 0x13, 0x29, 0xb1, 0x63,
|
||||
0x95, 0xb2, 0xd3, 0x20, 0x2e, 0xc2, 0x50, 0xcb, 0x91, 0xc4, 0x98, 0x4b, 0x6e, 0xc8, 0x59, 0xb9,
|
||||
0x02, 0x8a, 0xa0, 0x87, 0x36, 0x3d, 0x15, 0x28, 0xd0, 0x5b, 0xd0, 0xbf, 0xa1, 0x87, 0x5e, 0x7a,
|
||||
0xec, 0xad, 0x08, 0xd0, 0xff, 0xa0, 0x87, 0x14, 0xe8, 0xad, 0x97, 0x5e, 0x7a, 0xeb, 0xa9, 0x98,
|
||||
0x0f, 0x72, 0x39, 0xfc, 0x5a, 0x89, 0xeb, 0x40, 0xb9, 0x71, 0xde, 0xbc, 0xf7, 0x9b, 0xf7, 0xde,
|
||||
0xcc, 0x3c, 0xce, 0x7b, 0x33, 0x30, 0xdd, 0xe9, 0x39, 0xc4, 0x76, 0x3d, 0x0b, 0x6f, 0x76, 0x7d,
|
||||
0x8f, 0x78, 0xa8, 0x16, 0x11, 0x54, 0x38, 0xf2, 0x8e, 0x3c, 0x4e, 0x56, 0x57, 0x8f, 0x3c, 0xef,
|
||||
0xc8, 0xc1, 0xb7, 0x59, 0xeb, 0xa0, 0x77, 0x78, 0x9b, 0xd8, 0x1d, 0x1c, 0x10, 0xb3, 0xd3, 0xe5,
|
||||
0x0c, 0xda, 0x06, 0x4c, 0xea, 0xf8, 0xf3, 0x1e, 0x0e, 0xc8, 0x0e, 0x36, 0x2d, 0xec, 0xa3, 0x45,
|
||||
0xa8, 0x9a, 0x5d, 0xdb, 0x78, 0x8a, 0x4f, 0x9b, 0xca, 0x9a, 0xb2, 0xd1, 0xd0, 0x2b, 0x66, 0xd7,
|
||||
0x7e, 0x1f, 0x9f, 0x6a, 0x77, 0x61, 0xe6, 0xae, 0x1d, 0x3c, 0xdd, 0xef, 0x9a, 0x6d, 0x2c, 0x44,
|
||||
0xd0, 0x4b, 0x50, 0x39, 0x66, 0x62, 0x8c, 0xb7, 0xbe, 0xd5, 0xdc, 0xec, 0xeb, 0x25, 0xc1, 0xea,
|
||||
0x82, 0x4f, 0xfb, 0xab, 0x02, 0xb3, 0x31, 0x98, 0xa0, 0xeb, 0xb9, 0x01, 0x46, 0xcb, 0x50, 0x33,
|
||||
0x1d, 0xc7, 0x6b, 0x9b, 0x04, 0x5b, 0x0c, 0x6a, 0x54, 0xef, 0x13, 0xd0, 0x2a, 0xd4, 0x7b, 0x01,
|
||||
0xb6, 0x8c, 0xae, 0x8d, 0xdb, 0x38, 0x68, 0x8e, 0xb0, 0x7e, 0xa0, 0xa4, 0x3d, 0x46, 0x41, 0x97,
|
||||
0x81, 0xb5, 0x0c, 0xe2, 0x9b, 0xc1, 0x71, 0x73, 0x94, 0xcb, 0x53, 0xca, 0x23, 0x4a, 0x40, 0x08,
|
||||
0xc6, 0x0e, 0x7d, 0x8c, 0x9b, 0x63, 0xac, 0x83, 0x7d, 0xb3, 0x11, 0x4f, 0x4c, 0xdb, 0x31, 0x0f,
|
||||
0x1c, 0xdc, 0x1c, 0x17, 0x23, 0x86, 0x04, 0xa4, 0xc2, 0x84, 0x77, 0x82, 0x7d, 0x0a, 0xd1, 0xac,
|
||||
0xb0, 0xce, 0xa8, 0xad, 0xfd, 0x49, 0x81, 0xc6, 0x3e, 0xf1, 0x7c, 0xf3, 0x08, 0x3f, 0x0e, 0xcc,
|
||||
0x23, 0x8c, 0x34, 0x98, 0x34, 0x89, 0xe1, 0xe3, 0x80, 0x18, 0xc4, 0x23, 0xa6, 0xc3, 0x0c, 0x50,
|
||||
0xf4, 0xba, 0x49, 0x74, 0x1c, 0x90, 0x47, 0x94, 0x84, 0xde, 0x87, 0x29, 0xdb, 0x25, 0xd8, 0x3f,
|
||||
0x31, 0x1d, 0x23, 0x20, 0xa6, 0x4f, 0x98, 0x15, 0xf5, 0x2d, 0x75, 0x93, 0x4f, 0xd0, 0x66, 0x38,
|
||||
0x41, 0x9b, 0x8f, 0xc2, 0x09, 0xda, 0x9e, 0xf8, 0xfa, 0x9b, 0xd5, 0xef, 0xfd, 0xfe, 0x9f, 0xab,
|
||||
0x8a, 0x3e, 0x19, 0xca, 0xee, 0x53, 0x51, 0x74, 0x0b, 0x5e, 0x90, 0x06, 0x34, 0x0e, 0x4e, 0x09,
|
||||
0x0e, 0x98, 0xdd, 0x8a, 0x3e, 0x13, 0x1b, 0x76, 0x9b, 0xd2, 0xb5, 0xbf, 0x28, 0xf0, 0x42, 0x5c,
|
||||
0xe1, 0xd2, 0x93, 0x87, 0x7e, 0x44, 0x1d, 0xe9, 0x75, 0xce, 0xa5, 0x3b, 0x93, 0x40, 0xaf, 0xc2,
|
||||
0x08, 0xf1, 0x98, 0x86, 0x67, 0x95, 0x1b, 0x21, 0x9e, 0xf6, 0x07, 0x05, 0xe6, 0x64, 0xcd, 0xc5,
|
||||
0x7a, 0x79, 0x13, 0x26, 0x03, 0x4e, 0x37, 0x7a, 0xb4, 0xa3, 0xa9, 0xac, 0x8d, 0x6e, 0xd4, 0xb7,
|
||||
0x16, 0x63, 0x16, 0x48, 0x72, 0x8d, 0x20, 0x3e, 0x61, 0x4d, 0xa8, 0x06, 0xbd, 0x4e, 0xc7, 0xf4,
|
||||
0x4f, 0x99, 0x25, 0x8a, 0x1e, 0x36, 0xd1, 0x3a, 0x4c, 0x8a, 0x4f, 0xc9, 0xa7, 0x0d, 0x41, 0xe4,
|
||||
0xfe, 0xfc, 0xaf, 0x02, 0xcb, 0x71, 0xf4, 0x7d, 0x93, 0x60, 0xc7, 0xb1, 0xc9, 0x10, 0x8e, 0x7d,
|
||||
0x19, 0x1a, 0x41, 0x88, 0x62, 0xd8, 0x16, 0x53, 0xab, 0xb1, 0x3d, 0x45, 0x9d, 0xf1, 0x8f, 0x6f,
|
||||
0x56, 0x2b, 0x1f, 0x78, 0x16, 0xde, 0xbd, 0xab, 0xd7, 0x23, 0x9e, 0x5d, 0x2b, 0x9a, 0x8b, 0xd1,
|
||||
0x92, 0x73, 0x31, 0x76, 0xce, 0xb9, 0xf8, 0xa3, 0x02, 0x97, 0x73, 0xac, 0xfe, 0x2e, 0x4c, 0xca,
|
||||
0x1e, 0x2c, 0x6f, 0x9b, 0xae, 0xf5, 0xcc, 0xb6, 0xc8, 0xf1, 0x03, 0xcf, 0x25, 0xc7, 0xfb, 0xbc,
|
||||
0xb7, 0x7c, 0xa4, 0x7a, 0x05, 0x2e, 0xe7, 0x20, 0x0a, 0x7b, 0x11, 0x8c, 0xb1, 0x00, 0xc1, 0xe3,
|
||||
0x15, 0xfb, 0xd6, 0x7e, 0xab, 0xc0, 0x5a, 0x24, 0x25, 0x04, 0x2e, 0x64, 0x7d, 0x68, 0x6f, 0xc1,
|
||||
0x95, 0x02, 0x45, 0x84, 0x09, 0x31, 0xa7, 0x73, 0x2b, 0xc2, 0xa6, 0xf6, 0x3e, 0x2c, 0x26, 0xc5,
|
||||
0xcb, 0xbb, 0xf2, 0x55, 0x68, 0xa6, 0xc1, 0x06, 0xaa, 0xf0, 0x6b, 0x05, 0x2e, 0xdf, 0x3b, 0xf2,
|
||||
0x71, 0x10, 0x5c, 0xa8, 0x23, 0xdf, 0x80, 0x95, 0x3c, 0x2d, 0x06, 0x9a, 0xb0, 0x03, 0x73, 0x92,
|
||||
0x6c, 0x79, 0x17, 0xbe, 0x0c, 0xf3, 0x09, 0xa4, 0x81, 0x83, 0xff, 0x46, 0x81, 0x95, 0x5d, 0xf7,
|
||||
0xe2, 0x1d, 0xf8, 0x63, 0x58, 0xcd, 0x55, 0x63, 0xa0, 0x11, 0xbb, 0x30, 0x2f, 0x0b, 0x97, 0x77,
|
||||
0xe1, 0x16, 0x2c, 0x24, 0xa1, 0x06, 0x0e, 0xff, 0x4b, 0x98, 0xbf, 0x6b, 0xda, 0xce, 0x05, 0x79,
|
||||
0x6e, 0x1f, 0x16, 0x92, 0xa3, 0x0b, 0x8d, 0x5f, 0x87, 0x06, 0x8b, 0xb1, 0x86, 0xef, 0x39, 0x4e,
|
||||
0xaf, 0x2b, 0x42, 0xed, 0x42, 0x4c, 0x09, 0x1e, 0x63, 0x59, 0xaf, 0x5e, 0xef, 0xf5, 0x1b, 0xda,
|
||||
0xdb, 0xd0, 0x60, 0xa0, 0xe5, 0x1d, 0xf9, 0x1e, 0x4c, 0x0a, 0x84, 0xe1, 0xb5, 0xf9, 0xbb, 0x02,
|
||||
0xf5, 0x58, 0x27, 0xba, 0x01, 0x15, 0xcc, 0xe6, 0x48, 0x68, 0x33, 0x1b, 0x03, 0xe1, 0x1b, 0x40,
|
||||
0x17, 0x0c, 0xe8, 0x26, 0x54, 0x6d, 0x3e, 0x9f, 0xe2, 0x40, 0x82, 0x62, 0xbc, 0x62, 0xa6, 0xf5,
|
||||
0x90, 0x05, 0x2d, 0x40, 0xc5, 0xc2, 0x0e, 0x26, 0x58, 0x9c, 0x0f, 0x45, 0x2b, 0xe3, 0x64, 0x36,
|
||||
0x56, 0xfa, 0x64, 0xa6, 0xdd, 0x87, 0xca, 0xbd, 0x68, 0x38, 0x1f, 0x77, 0x4d, 0xdb, 0x17, 0x2b,
|
||||
0x4a, 0xb4, 0xd0, 0x1c, 0x8c, 0x9b, 0x3d, 0xcb, 0x26, 0xe2, 0x14, 0xcb, 0x1b, 0x94, 0xca, 0x7f,
|
||||
0x99, 0x5c, 0x37, 0xde, 0xd0, 0x7e, 0x08, 0xd5, 0x5d, 0x57, 0x86, 0xb3, 0x24, 0x38, 0xab, 0x2f,
|
||||
0x38, 0x12, 0x17, 0xdc, 0x86, 0xa9, 0x0f, 0xb1, 0x1f, 0xd8, 0x9e, 0x5b, 0x7e, 0x92, 0x5f, 0x84,
|
||||
0xe9, 0x08, 0xa3, 0xbf, 0x4d, 0x4e, 0x38, 0x89, 0xa1, 0xd4, 0xf4, 0xb0, 0xa9, 0xbd, 0x03, 0xe8,
|
||||
0xbe, 0x19, 0x90, 0x3b, 0x9e, 0x4b, 0xcc, 0x36, 0x29, 0x3f, 0xe8, 0x27, 0xf0, 0x82, 0x84, 0x23,
|
||||
0x06, 0x7e, 0x17, 0x1a, 0x8e, 0x19, 0x10, 0xa3, 0xcd, 0xe9, 0x02, 0xee, 0x6c, 0x33, 0x54, 0x77,
|
||||
0xfa, 0x80, 0xda, 0x2f, 0x60, 0x56, 0xc7, 0xdd, 0x1e, 0x31, 0xc9, 0x30, 0xbe, 0x29, 0xb3, 0x95,
|
||||
0xbf, 0x52, 0xa0, 0xde, 0xa2, 0x73, 0xfd, 0x33, 0xdb, 0xb5, 0xbc, 0x67, 0xd4, 0xa4, 0x67, 0xec,
|
||||
0x4b, 0x2c, 0xba, 0x73, 0x99, 0xc4, 0x25, 0x79, 0x32, 0x70, 0x05, 0x1a, 0x9e, 0xeb, 0xd8, 0x2e,
|
||||
0x36, 0xda, 0x5e, 0xcf, 0xe5, 0xeb, 0x6a, 0x5c, 0xaf, 0x73, 0xda, 0x1d, 0x4a, 0xa2, 0xf9, 0x13,
|
||||
0xcf, 0x13, 0x38, 0xc7, 0x28, 0xe3, 0x00, 0x46, 0x62, 0x0c, 0xda, 0xff, 0xaa, 0x80, 0xe2, 0x7e,
|
||||
0x89, 0x0e, 0x74, 0x15, 0x0e, 0x23, 0xb4, 0xbb, 0x2a, 0x39, 0x26, 0xc9, 0xbe, 0xf9, 0x90, 0xf1,
|
||||
0xea, 0x42, 0x06, 0xbd, 0x1e, 0x5f, 0xe9, 0xf5, 0xad, 0xf5, 0x62, 0x61, 0xe6, 0x9b, 0x70, 0x3b,
|
||||
0x3c, 0x80, 0x69, 0xcb, 0x0e, 0x3e, 0xef, 0x99, 0x8e, 0x7d, 0x68, 0x63, 0xcb, 0x30, 0xc9, 0x19,
|
||||
0x8f, 0xb9, 0x0a, 0xf3, 0xcf, 0x54, 0x5c, 0xb8, 0x45, 0xa8, 0xaf, 0x83, 0x5e, 0xd0, 0xc5, 0xae,
|
||||
0xc5, 0xb1, 0xc6, 0xce, 0x81, 0x55, 0x8f, 0x24, 0x5b, 0x04, 0x7d, 0x08, 0x73, 0xde, 0xe1, 0x21,
|
||||
0x73, 0xb6, 0x04, 0x38, 0x7e, 0x0e, 0x40, 0x24, 0x10, 0xf6, 0x63, 0xb8, 0x4f, 0x60, 0x31, 0xc4,
|
||||
0xed, 0xb9, 0x16, 0xf6, 0x0d, 0x1f, 0x9f, 0xd8, 0xf8, 0x19, 0x85, 0xae, 0x9c, 0x03, 0x3a, 0x54,
|
||||
0xee, 0x31, 0xc5, 0xd0, 0x19, 0x44, 0x8b, 0xa0, 0x16, 0xd4, 0x4e, 0x30, 0x21, 0x5c, 0xd3, 0xda,
|
||||
0x39, 0xe0, 0x26, 0xb8, 0x58, 0x8b, 0xa0, 0x3b, 0x00, 0xbd, 0xae, 0x65, 0x0a, 0x8c, 0xea, 0x39,
|
||||
0x96, 0x6a, 0x4d, 0xc8, 0x71, 0x3d, 0x3e, 0xf3, 0x6c, 0x97, 0x63, 0x4c, 0x9c, 0x03, 0x63, 0x82,
|
||||
0x8b, 0xb5, 0x88, 0xba, 0x02, 0x15, 0xbe, 0xc8, 0x68, 0xdc, 0x0b, 0xda, 0x9e, 0x8f, 0x45, 0xae,
|
||||
0xcd, 0x1b, 0xea, 0x9f, 0x47, 0x60, 0xbc, 0x15, 0x06, 0xd4, 0x74, 0x3f, 0xba, 0x01, 0x33, 0x7c,
|
||||
0xde, 0x68, 0xd0, 0x32, 0x38, 0x03, 0x4f, 0x36, 0xa6, 0xfb, 0xf4, 0x7d, 0xc6, 0x9a, 0xb1, 0x67,
|
||||
0x46, 0xe3, 0x7b, 0x86, 0x67, 0x25, 0xed, 0x36, 0x0e, 0x02, 0xc1, 0xc2, 0xab, 0x0b, 0x0d, 0x41,
|
||||
0xe4, 0x4c, 0x34, 0xda, 0x3b, 0xdd, 0x63, 0x93, 0xad, 0x10, 0x45, 0xe7, 0x0d, 0x9a, 0x38, 0x1c,
|
||||
0x60, 0x62, 0xb2, 0xb9, 0x55, 0x74, 0xf6, 0x4d, 0xe1, 0x7a, 0xee, 0x53, 0xd7, 0x7b, 0xe6, 0x1a,
|
||||
0x5c, 0xa2, 0xca, 0x93, 0x1c, 0x41, 0x6c, 0x31, 0xc1, 0x2b, 0x10, 0xb6, 0x0d, 0x06, 0x30, 0xc1,
|
||||
0x0b, 0x0d, 0x82, 0xb6, 0x4d, 0x71, 0x5e, 0x82, 0xea, 0xb1, 0x4d, 0x13, 0xab, 0xd3, 0x66, 0x2d,
|
||||
0xf5, 0x17, 0x8e, 0x05, 0x20, 0x3d, 0x64, 0xd3, 0xee, 0x43, 0xf3, 0x91, 0xdf, 0x0b, 0x08, 0xb6,
|
||||
0xa2, 0x63, 0x46, 0x50, 0x3e, 0x82, 0xff, 0x4d, 0x81, 0xa5, 0x0c, 0x38, 0x11, 0x51, 0x9e, 0x00,
|
||||
0x22, 0xbc, 0xd3, 0x88, 0x82, 0x63, 0x20, 0x8e, 0x0b, 0x37, 0x63, 0xd8, 0xb9, 0x08, 0x9b, 0x34,
|
||||
0xb6, 0x3e, 0xd6, 0xef, 0xeb, 0xb3, 0x24, 0xc9, 0xa2, 0xde, 0x87, 0xaa, 0xe8, 0x45, 0xd7, 0xa1,
|
||||
0x4a, 0x71, 0x0c, 0xf1, 0xbf, 0x4c, 0xc7, 0xe6, 0x0a, 0xed, 0xde, 0xb5, 0xe8, 0x2f, 0xcd, 0xb4,
|
||||
0xac, 0xe8, 0x0c, 0x51, 0xd3, 0xc3, 0xa6, 0x76, 0x07, 0xa6, 0x1f, 0x76, 0xb1, 0x6f, 0x12, 0xcf,
|
||||
0x2f, 0xef, 0x0d, 0x1b, 0x66, 0xfa, 0x20, 0xc2, 0x07, 0x73, 0x30, 0x8e, 0x3b, 0xa6, 0xed, 0x88,
|
||||
0x7f, 0x28, 0x6f, 0xd0, 0x1f, 0xfc, 0x33, 0xd3, 0x71, 0x30, 0x11, 0x7a, 0x88, 0x16, 0xba, 0x0e,
|
||||
0xd3, 0xfc, 0xcb, 0x38, 0xc4, 0x26, 0xe9, 0xf9, 0x2c, 0xfd, 0x1d, 0xdd, 0xa8, 0xe9, 0x53, 0x9c,
|
||||
0xfc, 0x8e, 0xa0, 0x6a, 0x5f, 0x2a, 0xb0, 0x7a, 0x2f, 0x20, 0x76, 0x87, 0x6e, 0xb7, 0x3d, 0xf3,
|
||||
0xd4, 0xeb, 0x91, 0x8b, 0x39, 0xb4, 0xfe, 0x14, 0xd6, 0xf2, 0xf5, 0x10, 0x3e, 0xb8, 0x05, 0x08,
|
||||
0x87, 0x3c, 0x06, 0x36, 0x7d, 0xd7, 0x76, 0x8f, 0x02, 0x71, 0xb4, 0x99, 0x8d, 0x7a, 0xee, 0x89,
|
||||
0x0e, 0xed, 0x3d, 0x58, 0x48, 0x40, 0x96, 0x9f, 0x92, 0x1d, 0x58, 0x4c, 0x61, 0x95, 0xd3, 0x6a,
|
||||
0x1b, 0xa6, 0x86, 0xce, 0x49, 0x76, 0x61, 0x3a, 0x99, 0x8c, 0xbc, 0x06, 0xf5, 0x2e, 0xd3, 0xcb,
|
||||
0xb0, 0xdd, 0x43, 0x4f, 0x20, 0xcd, 0xc7, 0x90, 0xb8, 0xd6, 0xbb, 0xee, 0xa1, 0xa7, 0x43, 0x37,
|
||||
0xfa, 0xd6, 0x3e, 0x85, 0x39, 0x01, 0xb5, 0x87, 0x7d, 0xdb, 0xb3, 0xca, 0x4f, 0xfa, 0x02, 0x54,
|
||||
0xba, 0x0c, 0x22, 0x5c, 0x8b, 0xbc, 0xa5, 0x3d, 0x84, 0xf9, 0xc4, 0x08, 0x43, 0xaa, 0xfc, 0x05,
|
||||
0x2c, 0x5e, 0x68, 0x66, 0xaa, 0x43, 0x33, 0x37, 0x25, 0x2d, 0x6b, 0x13, 0xab, 0x93, 0x25, 0x40,
|
||||
0x87, 0x9d, 0x90, 0x12, 0xe5, 0xc1, 0xfe, 0x1c, 0x8e, 0x4a, 0x73, 0xf8, 0x11, 0xac, 0xe4, 0x69,
|
||||
0x37, 0xa4, 0xe1, 0x2d, 0x98, 0xa4, 0x5b, 0x03, 0x97, 0xb7, 0x53, 0xbb, 0x06, 0x53, 0x21, 0x44,
|
||||
0x3f, 0x58, 0xf6, 0x6b, 0xea, 0xa3, 0x3a, 0x6f, 0xb0, 0x78, 0xc0, 0xf8, 0x86, 0x5f, 0x36, 0xda,
|
||||
0xa7, 0xb0, 0x98, 0xc2, 0x12, 0x83, 0xdf, 0x83, 0x19, 0xcc, 0xba, 0xfa, 0x3f, 0x2b, 0xf1, 0xaf,
|
||||
0x52, 0xe3, 0x59, 0x69, 0x42, 0x7a, 0x1a, 0xcb, 0x04, 0xed, 0x63, 0x98, 0x4e, 0xf0, 0x64, 0x9b,
|
||||
0x55, 0x66, 0x05, 0xef, 0xc0, 0xdc, 0x63, 0xd7, 0xb2, 0x03, 0xe2, 0xdb, 0x07, 0x3d, 0x32, 0x8c,
|
||||
0xef, 0x6f, 0xc1, 0x7c, 0x02, 0xa9, 0x70, 0x0a, 0xbe, 0x80, 0xc5, 0x3d, 0xf3, 0x34, 0x20, 0xbd,
|
||||
0x83, 0x8b, 0xd9, 0xba, 0x3b, 0xd0, 0x4c, 0x8f, 0x2f, 0x34, 0xbe, 0x09, 0xd5, 0x2e, 0xef, 0x13,
|
||||
0x1a, 0x20, 0x79, 0xf5, 0xd2, 0x1e, 0x3d, 0x64, 0xa1, 0x61, 0x3c, 0xa4, 0x95, 0x76, 0xde, 0x4f,
|
||||
0x60, 0x3a, 0xc2, 0x28, 0xa5, 0xc4, 0xa7, 0x30, 0x27, 0x68, 0xdf, 0x56, 0xf0, 0xbe, 0x07, 0xf3,
|
||||
0x89, 0x11, 0x4a, 0x29, 0x4a, 0xc3, 0x5b, 0xd2, 0xf1, 0xdf, 0xa1, 0xf0, 0xf6, 0x01, 0xac, 0xe4,
|
||||
0x69, 0x57, 0xca, 0xdc, 0x57, 0x01, 0xfa, 0xe1, 0x8e, 0x1e, 0xdc, 0x8f, 0xb1, 0x13, 0x55, 0xfc,
|
||||
0xe9, 0x37, 0xa5, 0xb1, 0xba, 0x0c, 0x2f, 0xc0, 0xb0, 0x6f, 0xed, 0x77, 0xa3, 0x50, 0x15, 0x50,
|
||||
0x48, 0x83, 0x49, 0x5e, 0x1b, 0x13, 0x57, 0x76, 0xe1, 0xed, 0x20, 0x23, 0xb6, 0xd8, 0x5d, 0x1d,
|
||||
0xba, 0x04, 0x35, 0xce, 0x73, 0x84, 0xc3, 0xc2, 0xd0, 0x04, 0x23, 0xbc, 0x8b, 0x09, 0xda, 0x80,
|
||||
0x99, 0xa8, 0xd3, 0x10, 0x35, 0x25, 0x9e, 0x8e, 0x4c, 0x85, 0x3c, 0x3a, 0xaf, 0x2d, 0x5d, 0x83,
|
||||
0xe9, 0x3e, 0x27, 0xcf, 0xbd, 0x79, 0x52, 0x32, 0x19, 0x32, 0xf2, 0xe4, 0x68, 0x0d, 0x1a, 0x6d,
|
||||
0xaf, 0xd3, 0x8d, 0x34, 0xe2, 0xd7, 0x9f, 0x40, 0x69, 0x42, 0xa1, 0x25, 0x98, 0x60, 0x1c, 0x54,
|
||||
0x1f, 0x7e, 0xff, 0x59, 0xa5, 0x6d, 0xaa, 0xce, 0x35, 0x98, 0x0e, 0xbb, 0x42, 0x6d, 0xaa, 0x7c,
|
||||
0x10, 0xc1, 0x21, 0x94, 0xb9, 0x0a, 0x53, 0x11, 0x1f, 0xd7, 0x65, 0x82, 0x27, 0x48, 0x82, 0x8d,
|
||||
0xab, 0x12, 0x7a, 0xb4, 0x96, 0xe1, 0x51, 0xe8, 0x7b, 0x14, 0xad, 0x41, 0x3d, 0x16, 0x9b, 0x9a,
|
||||
0x75, 0xd6, 0x15, 0x27, 0x21, 0x15, 0x26, 0x2c, 0x3b, 0xe8, 0x7a, 0x01, 0xb6, 0x9a, 0x0d, 0xee,
|
||||
0xc2, 0xb0, 0x4d, 0x53, 0x9c, 0x1d, 0xec, 0x58, 0xad, 0x0e, 0x4d, 0xca, 0x76, 0x78, 0xde, 0x53,
|
||||
0x7e, 0xb3, 0x7f, 0x3d, 0x02, 0x4b, 0x19, 0x70, 0x62, 0x7d, 0xed, 0xf5, 0x13, 0x30, 0xfe, 0xaf,
|
||||
0x78, 0x2d, 0x06, 0x98, 0x2b, 0x96, 0xd1, 0x13, 0xc2, 0xa8, 0x6f, 0x02, 0xf4, 0x7b, 0x63, 0x2b,
|
||||
0x5f, 0x89, 0xaf, 0x7c, 0x4a, 0x37, 0x3b, 0x51, 0x05, 0x68, 0x54, 0x17, 0x2d, 0xf5, 0x2b, 0x05,
|
||||
0x66, 0x53, 0xe0, 0xa9, 0x2d, 0xa7, 0x0c, 0xde, 0x72, 0x3a, 0x34, 0xe8, 0xf4, 0x18, 0x1c, 0x97,
|
||||
0xe6, 0x4b, 0xd4, 0xba, 0xdb, 0xe7, 0xb4, 0x4e, 0xaf, 0x1f, 0x47, 0xdf, 0x81, 0xf6, 0x10, 0x2e,
|
||||
0x25, 0x0e, 0xe3, 0xec, 0xde, 0xba, 0xfc, 0xdc, 0x3c, 0x80, 0xe5, 0x6c, 0xc0, 0x72, 0x47, 0xfc,
|
||||
0x87, 0x70, 0xa9, 0xe5, 0x38, 0xfd, 0x1c, 0x73, 0xe8, 0xf3, 0xfe, 0x87, 0xb0, 0x9c, 0x0d, 0x38,
|
||||
0xe4, 0xe1, 0xab, 0x03, 0x57, 0x24, 0x5c, 0x1e, 0xf4, 0x86, 0x55, 0x37, 0xf7, 0x67, 0xf2, 0x73,
|
||||
0xd0, 0x8a, 0x86, 0x7b, 0x0e, 0x69, 0x41, 0x08, 0x3d, 0xb4, 0x09, 0x25, 0xd3, 0x82, 0xd4, 0xf8,
|
||||
0xcf, 0x23, 0x2d, 0x90, 0x7f, 0x49, 0x17, 0x60, 0x5a, 0x61, 0x5a, 0x90, 0xa3, 0xdd, 0x90, 0x86,
|
||||
0x3f, 0x80, 0x25, 0x7e, 0xfa, 0xdd, 0xc3, 0xfe, 0x73, 0x38, 0xae, 0xb7, 0x41, 0xcd, 0x82, 0x7b,
|
||||
0xbe, 0x27, 0xf6, 0xf8, 0x02, 0x1c, 0xf6, 0x6c, 0x58, 0xf2, 0x70, 0x9b, 0x1e, 0xbf, 0xf4, 0xb9,
|
||||
0x92, 0x4d, 0xe7, 0xd0, 0x66, 0x14, 0x9d, 0x2b, 0xe5, 0x11, 0x4a, 0x9f, 0x2b, 0x13, 0x2b, 0xf0,
|
||||
0x02, 0x3c, 0x5f, 0x74, 0xae, 0xcc, 0xd3, 0xae, 0x8c, 0xb9, 0x5b, 0xbf, 0x1a, 0x81, 0xaa, 0x78,
|
||||
0x0c, 0x83, 0xde, 0x81, 0x5a, 0xf4, 0x22, 0x0e, 0x5d, 0x8a, 0x49, 0x25, 0x9f, 0xdb, 0xa9, 0xcb,
|
||||
0xd9, 0x9d, 0x42, 0x83, 0x1d, 0x18, 0xe7, 0x4f, 0x69, 0x56, 0xf2, 0x5e, 0xdc, 0x08, 0x98, 0xd5,
|
||||
0xdc, 0x7e, 0x81, 0xd4, 0x86, 0x29, 0xf9, 0x8d, 0x0f, 0xba, 0x9e, 0x23, 0x92, 0xdc, 0xd1, 0xea,
|
||||
0xc6, 0x60, 0x46, 0x3e, 0xc8, 0xd6, 0xbf, 0x2a, 0x50, 0x8b, 0x5e, 0x85, 0x20, 0x13, 0x1a, 0xf1,
|
||||
0x47, 0x36, 0xd2, 0x80, 0x45, 0x0f, 0x7b, 0xa4, 0x01, 0x8b, 0xdf, 0xeb, 0x9c, 0xc0, 0x52, 0xee,
|
||||
0x8b, 0x18, 0xf4, 0x62, 0x16, 0x4c, 0x4e, 0x71, 0x4a, 0xbd, 0x79, 0x36, 0xe6, 0xa8, 0xe8, 0x3d,
|
||||
0x93, 0x64, 0x42, 0x5a, 0x01, 0x42, 0x38, 0xca, 0x7a, 0x21, 0x8f, 0x00, 0xef, 0xc0, 0x42, 0xf6,
|
||||
0xeb, 0x14, 0xb4, 0x91, 0xba, 0x39, 0xcf, 0x33, 0xe7, 0xc6, 0x19, 0x38, 0xc5, 0x70, 0x3a, 0x4c,
|
||||
0x4a, 0x1c, 0x68, 0x35, 0x4f, 0x36, 0x04, 0x5f, 0xcb, 0x67, 0x10, 0x98, 0x5d, 0x58, 0xcc, 0x79,
|
||||
0x1f, 0x82, 0x6e, 0xa4, 0x6f, 0xf4, 0xf3, 0x8c, 0xf8, 0xc1, 0x59, 0x58, 0xc5, 0x88, 0x8f, 0x61,
|
||||
0x4a, 0x66, 0x41, 0x6b, 0xb9, 0xd2, 0x21, 0xfe, 0x95, 0x02, 0x8e, 0x3e, 0xac, 0xfc, 0x5c, 0x43,
|
||||
0x82, 0xcd, 0x7c, 0x47, 0x22, 0xc1, 0xe6, 0xbc, 0xf5, 0x78, 0x03, 0xc6, 0x59, 0x0f, 0x5a, 0x4c,
|
||||
0xf2, 0x86, 0x20, 0xcd, 0x74, 0x87, 0xd8, 0x64, 0x5f, 0x8e, 0xc2, 0x18, 0x8d, 0x73, 0xe8, 0x6d,
|
||||
0xa8, 0x8a, 0xeb, 0x7c, 0xb4, 0x14, 0xe3, 0x96, 0x9f, 0x09, 0xa8, 0x6a, 0x56, 0x97, 0x50, 0xe3,
|
||||
0x3e, 0xd4, 0x63, 0x77, 0xf3, 0xe8, 0x72, 0x8c, 0x35, 0x7d, 0xf7, 0xaf, 0xae, 0xe4, 0x75, 0x0b,
|
||||
0xb4, 0x5d, 0x80, 0xfe, 0x2d, 0x30, 0x5a, 0xce, 0xb9, 0x1c, 0xe6, 0x58, 0x97, 0x0b, 0xaf, 0x8e,
|
||||
0xd1, 0x27, 0x30, 0x9b, 0xba, 0x2f, 0x42, 0xeb, 0xc5, 0xb7, 0x49, 0x1c, 0xf8, 0xea, 0x59, 0xae,
|
||||
0x9c, 0xd0, 0x1d, 0x98, 0x08, 0x2f, 0x71, 0x50, 0xdc, 0x41, 0x89, 0xeb, 0x21, 0xf5, 0x52, 0x66,
|
||||
0x9f, 0x98, 0x88, 0x7f, 0xd7, 0x58, 0x49, 0xc0, 0xeb, 0x91, 0x80, 0xce, 0x45, 0xb8, 0xee, 0xe2,
|
||||
0x73, 0x91, 0x58, 0x70, 0x6a, 0x56, 0x57, 0x7f, 0x1b, 0x4a, 0x95, 0x78, 0x69, 0x1b, 0x66, 0xdd,
|
||||
0x02, 0x48, 0xdb, 0x30, 0xbb, 0x88, 0xff, 0x04, 0x66, 0x52, 0xfb, 0x4f, 0x4b, 0x4b, 0xa5, 0x56,
|
||||
0xf0, 0x7a, 0x21, 0x4f, 0x3f, 0x4c, 0x65, 0x97, 0x9d, 0xa5, 0x30, 0x55, 0x58, 0x37, 0x97, 0xc2,
|
||||
0xd4, 0x80, 0x1a, 0xf6, 0x5b, 0x50, 0xe1, 0x87, 0x3c, 0xd4, 0x4c, 0x9d, 0xfb, 0x42, 0xb8, 0xa5,
|
||||
0x8c, 0x1e, 0x21, 0xfe, 0x51, 0xba, 0x62, 0x7b, 0xa5, 0xe0, 0xfc, 0x28, 0x00, 0xb5, 0x22, 0x16,
|
||||
0x81, 0x1c, 0x40, 0x33, 0xef, 0x72, 0x0c, 0xc5, 0x23, 0xd8, 0x80, 0x9b, 0x3c, 0xf5, 0xc5, 0x33,
|
||||
0xf1, 0xc6, 0xcc, 0x91, 0x79, 0x64, 0x73, 0x32, 0xaf, 0xd6, 0x64, 0x73, 0x72, 0x6e, 0xcc, 0x74,
|
||||
0x98, 0x94, 0x8a, 0xc6, 0xd2, 0x3a, 0xcc, 0x2a, 0x4c, 0x4b, 0xeb, 0x30, 0xbb, 0xde, 0xfc, 0x04,
|
||||
0x66, 0x92, 0x25, 0x3c, 0x69, 0x1d, 0xe6, 0x94, 0x9d, 0xa5, 0x75, 0x98, 0x5b, 0x1a, 0x7e, 0xbb,
|
||||
0x5f, 0x98, 0x5b, 0xca, 0x38, 0x9f, 0x65, 0x6c, 0xbd, 0xe4, 0x39, 0x4f, 0x87, 0x49, 0xa9, 0x8e,
|
||||
0x2a, 0x99, 0x9c, 0x55, 0xc3, 0x95, 0x4c, 0xce, 0x2e, 0xc1, 0x76, 0x60, 0x21, 0xbb, 0x6a, 0x29,
|
||||
0xed, 0x8e, 0xc2, 0xb2, 0xab, 0xb4, 0x3b, 0x06, 0x94, 0x40, 0x3f, 0xc9, 0xaa, 0x08, 0xad, 0x17,
|
||||
0x17, 0x72, 0xd2, 0x01, 0x33, 0xb7, 0xda, 0xb3, 0xf5, 0x9f, 0x1a, 0x54, 0xc4, 0x3a, 0x3b, 0x82,
|
||||
0xb9, 0xac, 0x7a, 0x07, 0xba, 0x16, 0x7f, 0x95, 0x90, 0x5f, 0x61, 0x51, 0xaf, 0x0f, 0xe4, 0x13,
|
||||
0x36, 0x9d, 0x82, 0x9a, 0x5f, 0x91, 0x40, 0x37, 0xf3, 0x60, 0xb2, 0x32, 0x71, 0xf5, 0xd6, 0x19,
|
||||
0xb9, 0x63, 0x81, 0x33, 0x51, 0x2e, 0x90, 0x03, 0x67, 0x76, 0x2d, 0x43, 0x0e, 0x9c, 0x79, 0xf5,
|
||||
0x06, 0x1a, 0x38, 0x33, 0x13, 0x73, 0x39, 0x70, 0x16, 0x55, 0x16, 0xe4, 0xc0, 0x59, 0x9c, 0xe5,
|
||||
0x0f, 0x19, 0x38, 0x4d, 0x40, 0xe9, 0xec, 0x1c, 0x5d, 0x4d, 0x09, 0x64, 0xd4, 0x02, 0xd4, 0xef,
|
||||
0x0f, 0xe0, 0xba, 0xc8, 0x08, 0x7a, 0x04, 0x73, 0x59, 0x65, 0x45, 0x69, 0x19, 0x17, 0x14, 0x32,
|
||||
0xa5, 0x65, 0x5c, 0x58, 0x9f, 0xfc, 0x96, 0x02, 0x6a, 0xb2, 0x9a, 0x90, 0xbd, 0x3e, 0x13, 0x51,
|
||||
0x70, 0xbd, 0x90, 0xe7, 0xb9, 0x06, 0xd4, 0x78, 0x46, 0x2d, 0x07, 0xd4, 0x8c, 0x4a, 0x80, 0x1c,
|
||||
0x50, 0x33, 0x93, 0xf1, 0xf4, 0xae, 0x09, 0xc1, 0x0b, 0x76, 0x4d, 0x62, 0x94, 0x1b, 0x67, 0xe0,
|
||||
0xe4, 0xc3, 0x6d, 0x5f, 0xfd, 0x58, 0xa3, 0x11, 0xf0, 0xb3, 0x4d, 0xdb, 0xbb, 0xcd, 0x3e, 0x6e,
|
||||
0x77, 0x7d, 0xfb, 0xc4, 0x24, 0xf8, 0x76, 0x04, 0xd1, 0x3d, 0x38, 0xa8, 0xb0, 0x57, 0x6e, 0xaf,
|
||||
0xfc, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x8f, 0xcd, 0xbd, 0x5b, 0xbc, 0x37, 0x00, 0x00,
|
||||
}
|
||||
|
@ -35,6 +35,7 @@ message DiskSpaceResponse {
|
||||
message StorageUsage {
|
||||
double at_rest_total = 1;
|
||||
google.protobuf.Timestamp interval_start = 2 [(gogoproto.stdtime) = true, (gogoproto.nullable) = false];
|
||||
double at_rest_total_bytes = 3;
|
||||
}
|
||||
|
||||
message StorageUsageRequest {
|
||||
@ -46,6 +47,7 @@ message StorageUsageRequest {
|
||||
message StorageUsageResponse {
|
||||
repeated StorageUsage storage_usage = 1;
|
||||
double summary = 2;
|
||||
double summary_bytes = 3;
|
||||
}
|
||||
|
||||
message StorageUsageSatelliteRequest {
|
||||
@ -58,6 +60,7 @@ message StorageUsageSatelliteRequest {
|
||||
message StorageUsageSatelliteResponse {
|
||||
repeated StorageUsage storage_usage = 1;
|
||||
double summary = 2;
|
||||
double summary_bytes = 3;
|
||||
}
|
||||
|
||||
service Bandwidth {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Code generated by protoc-gen-go-drpc. DO NOT EDIT.
|
||||
// protoc-gen-go-drpc version: v0.0.23
|
||||
// protoc-gen-go-drpc version: v0.0.32
|
||||
// source: multinode.proto
|
||||
|
||||
package multinodepb
|
||||
@ -93,15 +93,15 @@ type DRPCStorageServer interface {
|
||||
type DRPCStorageUnimplementedServer struct{}
|
||||
|
||||
func (s *DRPCStorageUnimplementedServer) DiskSpace(context.Context, *DiskSpaceRequest) (*DiskSpaceResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCStorageUnimplementedServer) Usage(context.Context, *StorageUsageRequest) (*StorageUsageResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCStorageUnimplementedServer) UsageSatellite(context.Context, *StorageUsageSatelliteRequest) (*StorageUsageSatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
type DRPCStorageDescription struct{}
|
||||
@ -314,39 +314,39 @@ type DRPCBandwidthServer interface {
|
||||
type DRPCBandwidthUnimplementedServer struct{}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) MonthSummary(context.Context, *BandwidthMonthSummaryRequest) (*BandwidthMonthSummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) BandwidthSummarySatellite(context.Context, *BandwidthSummarySatelliteRequest) (*BandwidthSummarySatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) BandwidthSummary(context.Context, *BandwidthSummaryRequest) (*BandwidthSummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) EgressSummarySatellite(context.Context, *EgressSummarySatelliteRequest) (*EgressSummarySatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) EgressSummary(context.Context, *EgressSummaryRequest) (*EgressSummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) IngressSummarySatellite(context.Context, *IngressSummarySatelliteRequest) (*IngressSummarySatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) IngressSummary(context.Context, *IngressSummaryRequest) (*IngressSummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) DailySatellite(context.Context, *DailySatelliteRequest) (*DailySatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCBandwidthUnimplementedServer) Daily(context.Context, *DailyRequest) (*DailyResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
type DRPCBandwidthDescription struct{}
|
||||
@ -665,23 +665,23 @@ type DRPCNodeServer interface {
|
||||
type DRPCNodeUnimplementedServer struct{}
|
||||
|
||||
func (s *DRPCNodeUnimplementedServer) Version(context.Context, *VersionRequest) (*VersionResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCNodeUnimplementedServer) LastContact(context.Context, *LastContactRequest) (*LastContactResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCNodeUnimplementedServer) Reputation(context.Context, *ReputationRequest) (*ReputationResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCNodeUnimplementedServer) TrustedSatellites(context.Context, *TrustedSatellitesRequest) (*TrustedSatellitesResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCNodeUnimplementedServer) Operator(context.Context, *OperatorRequest) (*OperatorResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
type DRPCNodeDescription struct{}
|
||||
@ -999,59 +999,59 @@ type DRPCPayoutsServer interface {
|
||||
type DRPCPayoutsUnimplementedServer struct{}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) Summary(context.Context, *SummaryRequest) (*SummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) SummaryPeriod(context.Context, *SummaryPeriodRequest) (*SummaryPeriodResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) SummarySatellite(context.Context, *SummarySatelliteRequest) (*SummarySatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) SummarySatellitePeriod(context.Context, *SummarySatellitePeriodRequest) (*SummarySatellitePeriodResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) Earned(context.Context, *EarnedRequest) (*EarnedResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) EarnedSatellite(context.Context, *EarnedSatelliteRequest) (*EarnedSatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) EstimatedPayoutSatellite(context.Context, *EstimatedPayoutSatelliteRequest) (*EstimatedPayoutSatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) EstimatedPayout(context.Context, *EstimatedPayoutRequest) (*EstimatedPayoutResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) Undistributed(context.Context, *UndistributedRequest) (*UndistributedResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) PaystubSatellite(context.Context, *PaystubSatelliteRequest) (*PaystubSatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) Paystub(context.Context, *PaystubRequest) (*PaystubResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) PaystubPeriod(context.Context, *PaystubPeriodRequest) (*PaystubPeriodResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) PaystubSatellitePeriod(context.Context, *PaystubSatellitePeriodRequest) (*PaystubSatellitePeriodResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutsUnimplementedServer) HeldAmountHistory(context.Context, *HeldAmountHistoryRequest) (*HeldAmountHistoryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
type DRPCPayoutsDescription struct{}
|
||||
@ -1583,55 +1583,55 @@ type DRPCPayoutServer interface {
|
||||
type DRPCPayoutUnimplementedServer struct{}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) AllSatellitesSummary(context.Context, *AllSatellitesSummaryRequest) (*AllSatellitesSummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) AllSatellitesPeriodSummary(context.Context, *AllSatellitesPeriodSummaryRequest) (*AllSatellitesPeriodSummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) SatelliteSummary(context.Context, *SatelliteSummaryRequest) (*SatelliteSummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) SatellitePeriodSummary(context.Context, *SatellitePeriodSummaryRequest) (*SatellitePeriodSummaryResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) Earned(context.Context, *EarnedRequest) (*EarnedResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) EarnedPerSatellite(context.Context, *EarnedPerSatelliteRequest) (*EarnedPerSatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) EstimatedPayoutSatellite(context.Context, *EstimatedPayoutSatelliteRequest) (*EstimatedPayoutSatelliteResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) EstimatedPayoutTotal(context.Context, *EstimatedPayoutTotalRequest) (*EstimatedPayoutTotalResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) Undistributed(context.Context, *UndistributedRequest) (*UndistributedResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) SatellitePaystub(context.Context, *SatellitePaystubRequest) (*SatellitePaystubResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) Paystub(context.Context, *PaystubRequest) (*PaystubResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) PeriodPaystub(context.Context, *PeriodPaystubRequest) (*PeriodPaystubResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
func (s *DRPCPayoutUnimplementedServer) SatellitePeriodPaystub(context.Context, *SatellitePeriodPaystubRequest) (*SatellitePeriodPaystubResponse, error) {
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), 12)
|
||||
return nil, drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented)
|
||||
}
|
||||
|
||||
type DRPCPayoutDescription struct{}
|
||||
|
Loading…
Reference in New Issue
Block a user