diff --git a/js/protos/hub/hub_pb.js b/js/protos/hub/hub_pb.js index 5875777..cce0ffc 100644 --- a/js/protos/hub/hub_pb.js +++ b/js/protos/hub/hub_pb.js @@ -33,6 +33,8 @@ goog.exportSymbol('proto.hub.RecycleReq', null, global); goog.exportSymbol('proto.hub.RecycleReq.ESIndex', null, global); goog.exportSymbol('proto.hub.ResponseCode', null, global); goog.exportSymbol('proto.hub.RolesHostsReq', null, global); +goog.exportSymbol('proto.hub.ScoreDisReq', null, global); +goog.exportSymbol('proto.hub.ScoreDisResp', null, global); goog.exportSymbol('proto.hub.SettingsData', null, global); goog.exportSymbol('proto.hub.SettingsReq', null, global); goog.exportSymbol('proto.hub.SettingsResp', null, global); @@ -374,6 +376,48 @@ if (goog.DEBUG && !COMPILED) { */ proto.hub.Location.displayName = 'proto.hub.Location'; } +/** + * Generated by JsPbCodeGenerator. + * @param {Array=} opt_data Optional initial data array, typically from a + * server response, or constructed directly in Javascript. The array is used + * in place and becomes part of the constructed object. It is not cloned. + * If no data is provided, the constructed object will be empty, but still + * valid. + * @extends {jspb.Message} + * @constructor + */ +proto.hub.ScoreDisReq = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, null); +}; +goog.inherits(proto.hub.ScoreDisReq, jspb.Message); +if (goog.DEBUG && !COMPILED) { + /** + * @public + * @override + */ + proto.hub.ScoreDisReq.displayName = 'proto.hub.ScoreDisReq'; +} +/** + * Generated by JsPbCodeGenerator. + * @param {Array=} opt_data Optional initial data array, typically from a + * server response, or constructed directly in Javascript. The array is used + * in place and becomes part of the constructed object. It is not cloned. + * If no data is provided, the constructed object will be empty, but still + * valid. + * @extends {jspb.Message} + * @constructor + */ +proto.hub.ScoreDisResp = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, null); +}; +goog.inherits(proto.hub.ScoreDisResp, jspb.Message); +if (goog.DEBUG && !COMPILED) { + /** + * @public + * @override + */ + proto.hub.ScoreDisResp.displayName = 'proto.hub.ScoreDisResp'; +} /** * List of repeated fields within this message type. @@ -3628,7 +3672,8 @@ proto.hub.Host.toObject = function(includeInstance, msg) { rolesList: (f = jspb.Message.getRepeatedField(msg, 35)) == null ? undefined : f, activeTimestamp: (f = msg.getActiveTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f), activeScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 37, 0.0), - inactive: jspb.Message.getFieldWithDefault(msg, 38, 0) + inactive: jspb.Message.getFieldWithDefault(msg, 38, 0), + reportStatusTimestamp: (f = msg.getReportStatusTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f) }; if (includeInstance) { @@ -3822,6 +3867,11 @@ proto.hub.Host.deserializeBinaryFromReader = function(msg, reader) { var value = /** @type {number} */ (reader.readUint64()); msg.setInactive(value); break; + case 39: + var value = new google_protobuf_timestamp_pb.Timestamp; + reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader); + msg.setReportStatusTimestamp(value); + break; default: reader.skipField(); break; @@ -4122,6 +4172,14 @@ proto.hub.Host.serializeBinaryToWriter = function(message, writer) { f ); } + f = message.getReportStatusTimestamp(); + if (f != null) { + writer.writeMessage( + 39, + f, + google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter + ); + } }; @@ -4923,6 +4981,43 @@ proto.hub.Host.prototype.setInactive = function(value) { }; +/** + * optional google.protobuf.Timestamp report_status_timestamp = 39; + * @return {?proto.google.protobuf.Timestamp} + */ +proto.hub.Host.prototype.getReportStatusTimestamp = function() { + return /** @type{?proto.google.protobuf.Timestamp} */ ( + jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 39)); +}; + + +/** + * @param {?proto.google.protobuf.Timestamp|undefined} value + * @return {!proto.hub.Host} returns this +*/ +proto.hub.Host.prototype.setReportStatusTimestamp = function(value) { + return jspb.Message.setWrapperField(this, 39, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.hub.Host} returns this + */ +proto.hub.Host.prototype.clearReportStatusTimestamp = function() { + return this.setReportStatusTimestamp(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.hub.Host.prototype.hasReportStatusTimestamp = function() { + return jspb.Message.getField(this, 39) != null; +}; + + @@ -5083,6 +5178,437 @@ proto.hub.Location.prototype.setLon = function(value) { }; + + + +if (jspb.Message.GENERATE_TO_OBJECT) { +/** + * Creates an object representation of this proto. + * Field names that are reserved in JavaScript and will be renamed to pb_name. + * Optional fields that are not set will be set to undefined. + * To access a reserved field use, foo.pb_, eg, foo.pb_default. + * For the list of reserved names please see: + * net/proto2/compiler/js/internal/generator.cc#kKeyword. + * @param {boolean=} opt_includeInstance Deprecated. whether to include the + * JSPB instance for transitional soy proto support: + * http://goto/soy-param-migration + * @return {!Object} + */ +proto.hub.ScoreDisReq.prototype.toObject = function(opt_includeInstance) { + return proto.hub.ScoreDisReq.toObject(opt_includeInstance, this); +}; + + +/** + * Static version of the {@see toObject} method. + * @param {boolean|undefined} includeInstance Deprecated. Whether to include + * the JSPB instance for transitional soy proto support: + * http://goto/soy-param-migration + * @param {!proto.hub.ScoreDisReq} msg The msg instance to transform. + * @return {!Object} + * @suppress {unusedLocalVariables} f is only used for nested messages + */ +proto.hub.ScoreDisReq.toObject = function(includeInstance, msg) { + var f, obj = { + newVersion: jspb.Message.getFieldWithDefault(msg, 1, 0) + }; + + if (includeInstance) { + obj.$jspbMessageInstance = msg; + } + return obj; +}; +} + + +/** + * Deserializes binary data (in protobuf wire format). + * @param {jspb.ByteSource} bytes The bytes to deserialize. + * @return {!proto.hub.ScoreDisReq} + */ +proto.hub.ScoreDisReq.deserializeBinary = function(bytes) { + var reader = new jspb.BinaryReader(bytes); + var msg = new proto.hub.ScoreDisReq; + return proto.hub.ScoreDisReq.deserializeBinaryFromReader(msg, reader); +}; + + +/** + * Deserializes binary data (in protobuf wire format) from the + * given reader into the given message object. + * @param {!proto.hub.ScoreDisReq} msg The message object to deserialize into. + * @param {!jspb.BinaryReader} reader The BinaryReader to use. + * @return {!proto.hub.ScoreDisReq} + */ +proto.hub.ScoreDisReq.deserializeBinaryFromReader = function(msg, reader) { + while (reader.nextField()) { + if (reader.isEndGroup()) { + break; + } + var field = reader.getFieldNumber(); + switch (field) { + case 1: + var value = /** @type {!proto.hub.HubRouter} */ (reader.readEnum()); + msg.setNewVersion(value); + break; + default: + reader.skipField(); + break; + } + } + return msg; +}; + + +/** + * Serializes the message to binary data (in protobuf wire format). + * @return {!Uint8Array} + */ +proto.hub.ScoreDisReq.prototype.serializeBinary = function() { + var writer = new jspb.BinaryWriter(); + proto.hub.ScoreDisReq.serializeBinaryToWriter(this, writer); + return writer.getResultBuffer(); +}; + + +/** + * Serializes the given message to binary data (in protobuf wire + * format), writing to the given BinaryWriter. + * @param {!proto.hub.ScoreDisReq} message + * @param {!jspb.BinaryWriter} writer + * @suppress {unusedLocalVariables} f is only used for nested messages + */ +proto.hub.ScoreDisReq.serializeBinaryToWriter = function(message, writer) { + var f = undefined; + f = message.getNewVersion(); + if (f !== 0.0) { + writer.writeEnum( + 1, + f + ); + } +}; + + +/** + * optional HubRouter new_version = 1; + * @return {!proto.hub.HubRouter} + */ +proto.hub.ScoreDisReq.prototype.getNewVersion = function() { + return /** @type {!proto.hub.HubRouter} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); +}; + + +/** + * @param {!proto.hub.HubRouter} value + * @return {!proto.hub.ScoreDisReq} returns this + */ +proto.hub.ScoreDisReq.prototype.setNewVersion = function(value) { + return jspb.Message.setProto3EnumField(this, 1, value); +}; + + + + + +if (jspb.Message.GENERATE_TO_OBJECT) { +/** + * Creates an object representation of this proto. + * Field names that are reserved in JavaScript and will be renamed to pb_name. + * Optional fields that are not set will be set to undefined. + * To access a reserved field use, foo.pb_, eg, foo.pb_default. + * For the list of reserved names please see: + * net/proto2/compiler/js/internal/generator.cc#kKeyword. + * @param {boolean=} opt_includeInstance Deprecated. whether to include the + * JSPB instance for transitional soy proto support: + * http://goto/soy-param-migration + * @return {!Object} + */ +proto.hub.ScoreDisResp.prototype.toObject = function(opt_includeInstance) { + return proto.hub.ScoreDisResp.toObject(opt_includeInstance, this); +}; + + +/** + * Static version of the {@see toObject} method. + * @param {boolean|undefined} includeInstance Deprecated. Whether to include + * the JSPB instance for transitional soy proto support: + * http://goto/soy-param-migration + * @param {!proto.hub.ScoreDisResp} msg The msg instance to transform. + * @return {!Object} + * @suppress {unusedLocalVariables} f is only used for nested messages + */ +proto.hub.ScoreDisResp.toObject = function(includeInstance, msg) { + var f, obj = { + code: jspb.Message.getFieldWithDefault(msg, 1, 0), + message: jspb.Message.getFieldWithDefault(msg, 2, ""), + level1: jspb.Message.getFieldWithDefault(msg, 3, 0), + level2: jspb.Message.getFieldWithDefault(msg, 4, 0), + level3: jspb.Message.getFieldWithDefault(msg, 5, 0), + responseTime: (f = msg.getResponseTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f) + }; + + if (includeInstance) { + obj.$jspbMessageInstance = msg; + } + return obj; +}; +} + + +/** + * Deserializes binary data (in protobuf wire format). + * @param {jspb.ByteSource} bytes The bytes to deserialize. + * @return {!proto.hub.ScoreDisResp} + */ +proto.hub.ScoreDisResp.deserializeBinary = function(bytes) { + var reader = new jspb.BinaryReader(bytes); + var msg = new proto.hub.ScoreDisResp; + return proto.hub.ScoreDisResp.deserializeBinaryFromReader(msg, reader); +}; + + +/** + * Deserializes binary data (in protobuf wire format) from the + * given reader into the given message object. + * @param {!proto.hub.ScoreDisResp} msg The message object to deserialize into. + * @param {!jspb.BinaryReader} reader The BinaryReader to use. + * @return {!proto.hub.ScoreDisResp} + */ +proto.hub.ScoreDisResp.deserializeBinaryFromReader = function(msg, reader) { + while (reader.nextField()) { + if (reader.isEndGroup()) { + break; + } + var field = reader.getFieldNumber(); + switch (field) { + case 1: + var value = /** @type {!proto.hub.ResponseCode} */ (reader.readEnum()); + msg.setCode(value); + break; + case 2: + var value = /** @type {string} */ (reader.readString()); + msg.setMessage(value); + break; + case 3: + var value = /** @type {number} */ (reader.readInt32()); + msg.setLevel1(value); + break; + case 4: + var value = /** @type {number} */ (reader.readInt32()); + msg.setLevel2(value); + break; + case 5: + var value = /** @type {number} */ (reader.readInt32()); + msg.setLevel3(value); + break; + case 6: + var value = new google_protobuf_timestamp_pb.Timestamp; + reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader); + msg.setResponseTime(value); + break; + default: + reader.skipField(); + break; + } + } + return msg; +}; + + +/** + * Serializes the message to binary data (in protobuf wire format). + * @return {!Uint8Array} + */ +proto.hub.ScoreDisResp.prototype.serializeBinary = function() { + var writer = new jspb.BinaryWriter(); + proto.hub.ScoreDisResp.serializeBinaryToWriter(this, writer); + return writer.getResultBuffer(); +}; + + +/** + * Serializes the given message to binary data (in protobuf wire + * format), writing to the given BinaryWriter. + * @param {!proto.hub.ScoreDisResp} message + * @param {!jspb.BinaryWriter} writer + * @suppress {unusedLocalVariables} f is only used for nested messages + */ +proto.hub.ScoreDisResp.serializeBinaryToWriter = function(message, writer) { + var f = undefined; + f = message.getCode(); + if (f !== 0.0) { + writer.writeEnum( + 1, + f + ); + } + f = message.getMessage(); + if (f.length > 0) { + writer.writeString( + 2, + f + ); + } + f = message.getLevel1(); + if (f !== 0) { + writer.writeInt32( + 3, + f + ); + } + f = message.getLevel2(); + if (f !== 0) { + writer.writeInt32( + 4, + f + ); + } + f = message.getLevel3(); + if (f !== 0) { + writer.writeInt32( + 5, + f + ); + } + f = message.getResponseTime(); + if (f != null) { + writer.writeMessage( + 6, + f, + google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter + ); + } +}; + + +/** + * optional ResponseCode code = 1; + * @return {!proto.hub.ResponseCode} + */ +proto.hub.ScoreDisResp.prototype.getCode = function() { + return /** @type {!proto.hub.ResponseCode} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); +}; + + +/** + * @param {!proto.hub.ResponseCode} value + * @return {!proto.hub.ScoreDisResp} returns this + */ +proto.hub.ScoreDisResp.prototype.setCode = function(value) { + return jspb.Message.setProto3EnumField(this, 1, value); +}; + + +/** + * optional string message = 2; + * @return {string} + */ +proto.hub.ScoreDisResp.prototype.getMessage = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); +}; + + +/** + * @param {string} value + * @return {!proto.hub.ScoreDisResp} returns this + */ +proto.hub.ScoreDisResp.prototype.setMessage = function(value) { + return jspb.Message.setProto3StringField(this, 2, value); +}; + + +/** + * optional int32 level1 = 3; + * @return {number} + */ +proto.hub.ScoreDisResp.prototype.getLevel1 = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); +}; + + +/** + * @param {number} value + * @return {!proto.hub.ScoreDisResp} returns this + */ +proto.hub.ScoreDisResp.prototype.setLevel1 = function(value) { + return jspb.Message.setProto3IntField(this, 3, value); +}; + + +/** + * optional int32 level2 = 4; + * @return {number} + */ +proto.hub.ScoreDisResp.prototype.getLevel2 = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); +}; + + +/** + * @param {number} value + * @return {!proto.hub.ScoreDisResp} returns this + */ +proto.hub.ScoreDisResp.prototype.setLevel2 = function(value) { + return jspb.Message.setProto3IntField(this, 4, value); +}; + + +/** + * optional int32 level3 = 5; + * @return {number} + */ +proto.hub.ScoreDisResp.prototype.getLevel3 = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); +}; + + +/** + * @param {number} value + * @return {!proto.hub.ScoreDisResp} returns this + */ +proto.hub.ScoreDisResp.prototype.setLevel3 = function(value) { + return jspb.Message.setProto3IntField(this, 5, value); +}; + + +/** + * optional google.protobuf.Timestamp response_time = 6; + * @return {?proto.google.protobuf.Timestamp} + */ +proto.hub.ScoreDisResp.prototype.getResponseTime = function() { + return /** @type{?proto.google.protobuf.Timestamp} */ ( + jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6)); +}; + + +/** + * @param {?proto.google.protobuf.Timestamp|undefined} value + * @return {!proto.hub.ScoreDisResp} returns this +*/ +proto.hub.ScoreDisResp.prototype.setResponseTime = function(value) { + return jspb.Message.setWrapperField(this, 6, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.hub.ScoreDisResp} returns this + */ +proto.hub.ScoreDisResp.prototype.clearResponseTime = function() { + return this.setResponseTime(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.hub.ScoreDisResp.prototype.hasResponseTime = function() { + return jspb.Message.getField(this, 6) != null; +}; + + /** * @enum {number} */ diff --git a/js/protos/node/node_pb.js b/js/protos/node/node_pb.js index 764ea76..cc145fb 100644 --- a/js/protos/node/node_pb.js +++ b/js/protos/node/node_pb.js @@ -1287,7 +1287,8 @@ proto.node.Node.toObject = function(includeInstance, msg) { timeCreated: (f = msg.getTimeCreated()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f), hVal: jspb.Message.getFieldWithDefault(msg, 25, ""), geo: (f = msg.getGeo()) && proto.node.Node.Geo.toObject(includeInstance, f), - flg: (f = msg.getFlg()) && proto.node.Node.ExperimentalFlags.toObject(includeInstance, f) + flg: (f = msg.getFlg()) && proto.node.Node.ExperimentalFlags.toObject(includeInstance, f), + firstCreatedTime: (f = msg.getFirstCreatedTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f) }; if (includeInstance) { @@ -1432,6 +1433,11 @@ proto.node.Node.deserializeBinaryFromReader = function(msg, reader) { reader.readMessage(value,proto.node.Node.ExperimentalFlags.deserializeBinaryFromReader); msg.setFlg(value); break; + case 28: + var value = new google_protobuf_timestamp_pb.Timestamp; + reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader); + msg.setFirstCreatedTime(value); + break; default: reader.skipField(); break; @@ -1647,6 +1653,14 @@ proto.node.Node.serializeBinaryToWriter = function(message, writer) { proto.node.Node.ExperimentalFlags.serializeBinaryToWriter ); } + f = message.getFirstCreatedTime(); + if (f != null) { + writer.writeMessage( + 28, + f, + google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter + ); + } }; @@ -3600,6 +3614,43 @@ proto.node.Node.prototype.hasFlg = function() { }; +/** + * optional google.protobuf.Timestamp first_created_time = 28; + * @return {?proto.google.protobuf.Timestamp} + */ +proto.node.Node.prototype.getFirstCreatedTime = function() { + return /** @type{?proto.google.protobuf.Timestamp} */ ( + jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 28)); +}; + + +/** + * @param {?proto.google.protobuf.Timestamp|undefined} value + * @return {!proto.node.Node} returns this +*/ +proto.node.Node.prototype.setFirstCreatedTime = function(value) { + return jspb.Message.setWrapperField(this, 28, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.node.Node} returns this + */ +proto.node.Node.prototype.clearFirstCreatedTime = function() { + return this.setFirstCreatedTime(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.node.Node.prototype.hasFirstCreatedTime = function() { + return jspb.Message.getField(this, 28) != null; +}; + + diff --git a/protos/hub/hub.pb.go b/protos/hub/hub.pb.go index 86ebdd0..1d15653 100644 --- a/protos/hub/hub.pb.go +++ b/protos/hub/hub.pb.go @@ -1199,6 +1199,7 @@ type Host struct { ActiveTimestamp time.Time `protobuf:"bytes,36,opt,name=active_timestamp,json=activeTimestamp,proto3,stdtime" json:"active_timestamp" pg:"active_timestamp"` ActiveScore float32 `protobuf:"fixed32,37,opt,name=active_score,json=activeScore,proto3" json:"active_score" pg:"active_score"` Inactive uint64 `protobuf:"varint,38,opt,name=inactive,proto3" json:"inactive" pg:"inactive"` + ReportStatusTimestamp time.Time `protobuf:"bytes,39,opt,name=report_status_timestamp,json=reportStatusTimestamp,proto3,stdtime" json:"report_status_timestamp" pg:"report_status_timestamp"` XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` XXX_unrecognized []byte `json:"-" pg:"-"` XXX_sizecache int32 `json:"-" pg:"-"` @@ -1496,6 +1497,13 @@ func (m *Host) GetInactive() uint64 { return 0 } +func (m *Host) GetReportStatusTimestamp() time.Time { + if m != nil { + return m.ReportStatusTimestamp + } + return time.Time{} +} + func (*Host) XXX_MessageName() string { return "hub.Host" } @@ -1558,6 +1566,148 @@ func (m *Location) GetLon() float64 { func (*Location) XXX_MessageName() string { return "hub.Location" } + +type ScoreDisReq struct { + NewVersion HubRouter `protobuf:"varint,1,opt,name=new_version,json=newVersion,proto3,enum=hub.HubRouter" json:"new_version,omitempty" pg:"new_version"` + XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` + XXX_unrecognized []byte `json:"-" pg:"-"` + XXX_sizecache int32 `json:"-" pg:"-"` +} + +func (m *ScoreDisReq) Reset() { *m = ScoreDisReq{} } +func (m *ScoreDisReq) String() string { return proto.CompactTextString(m) } +func (*ScoreDisReq) ProtoMessage() {} +func (*ScoreDisReq) Descriptor() ([]byte, []int) { + return fileDescriptor_c704b5990190a69f, []int{16} +} +func (m *ScoreDisReq) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ScoreDisReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ScoreDisReq.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ScoreDisReq) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScoreDisReq.Merge(m, src) +} +func (m *ScoreDisReq) XXX_Size() int { + return m.Size() +} +func (m *ScoreDisReq) XXX_DiscardUnknown() { + xxx_messageInfo_ScoreDisReq.DiscardUnknown(m) +} + +var xxx_messageInfo_ScoreDisReq proto.InternalMessageInfo + +func (m *ScoreDisReq) GetNewVersion() HubRouter { + if m != nil { + return m.NewVersion + } + return HubRouter_V1 +} + +func (*ScoreDisReq) XXX_MessageName() string { + return "hub.ScoreDisReq" +} + +type ScoreDisResp struct { + Code ResponseCode `protobuf:"varint,1,opt,name=code,proto3,enum=hub.ResponseCode" json:"code,omitempty" pg:"code"` + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" pg:"message"` + Level1 int32 `protobuf:"varint,3,opt,name=level1,proto3" json:"level1,omitempty" pg:"level1"` + Level2 int32 `protobuf:"varint,4,opt,name=level2,proto3" json:"level2,omitempty" pg:"level2"` + Level3 int32 `protobuf:"varint,5,opt,name=level3,proto3" json:"level3,omitempty" pg:"level3"` + ResponseTime time.Time `protobuf:"bytes,6,opt,name=response_time,json=responseTime,proto3,stdtime" json:"response_time" pg:"response_time"` + XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` + XXX_unrecognized []byte `json:"-" pg:"-"` + XXX_sizecache int32 `json:"-" pg:"-"` +} + +func (m *ScoreDisResp) Reset() { *m = ScoreDisResp{} } +func (m *ScoreDisResp) String() string { return proto.CompactTextString(m) } +func (*ScoreDisResp) ProtoMessage() {} +func (*ScoreDisResp) Descriptor() ([]byte, []int) { + return fileDescriptor_c704b5990190a69f, []int{17} +} +func (m *ScoreDisResp) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ScoreDisResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_ScoreDisResp.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *ScoreDisResp) XXX_Merge(src proto.Message) { + xxx_messageInfo_ScoreDisResp.Merge(m, src) +} +func (m *ScoreDisResp) XXX_Size() int { + return m.Size() +} +func (m *ScoreDisResp) XXX_DiscardUnknown() { + xxx_messageInfo_ScoreDisResp.DiscardUnknown(m) +} + +var xxx_messageInfo_ScoreDisResp proto.InternalMessageInfo + +func (m *ScoreDisResp) GetCode() ResponseCode { + if m != nil { + return m.Code + } + return ResponseCode_SUCCESS +} + +func (m *ScoreDisResp) GetMessage() string { + if m != nil { + return m.Message + } + return "" +} + +func (m *ScoreDisResp) GetLevel1() int32 { + if m != nil { + return m.Level1 + } + return 0 +} + +func (m *ScoreDisResp) GetLevel2() int32 { + if m != nil { + return m.Level2 + } + return 0 +} + +func (m *ScoreDisResp) GetLevel3() int32 { + if m != nil { + return m.Level3 + } + return 0 +} + +func (m *ScoreDisResp) GetResponseTime() time.Time { + if m != nil { + return m.ResponseTime + } + return time.Time{} +} + +func (*ScoreDisResp) XXX_MessageName() string { + return "hub.ScoreDisResp" +} func init() { proto.RegisterEnum("hub.ResponseCode", ResponseCode_name, ResponseCode_value) golang_proto.RegisterEnum("hub.ResponseCode", ResponseCode_name, ResponseCode_value) @@ -1599,131 +1749,142 @@ func init() { golang_proto.RegisterType((*Host)(nil), "hub.Host") proto.RegisterType((*Location)(nil), "hub.Location") golang_proto.RegisterType((*Location)(nil), "hub.Location") + proto.RegisterType((*ScoreDisReq)(nil), "hub.ScoreDisReq") + golang_proto.RegisterType((*ScoreDisReq)(nil), "hub.ScoreDisReq") + proto.RegisterType((*ScoreDisResp)(nil), "hub.ScoreDisResp") + golang_proto.RegisterType((*ScoreDisResp)(nil), "hub.ScoreDisResp") } func init() { proto.RegisterFile("protos/hub/hub.proto", fileDescriptor_c704b5990190a69f) } func init() { golang_proto.RegisterFile("protos/hub/hub.proto", fileDescriptor_c704b5990190a69f) } var fileDescriptor_c704b5990190a69f = []byte{ - // 1882 bytes of a gzipped FileDescriptorProto + // 1987 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0xcd, 0x6f, 0x1b, 0xc7, - 0x15, 0xf7, 0xf2, 0x43, 0x22, 0x1f, 0xbf, 0x56, 0x63, 0xc5, 0x66, 0x64, 0x57, 0x94, 0xe9, 0x38, - 0x55, 0x1c, 0x99, 0x72, 0x95, 0x26, 0x08, 0xd2, 0x93, 0x28, 0xad, 0x2d, 0x21, 0x92, 0xa8, 0xce, - 0x52, 0x2e, 0xd0, 0xcb, 0x62, 0xb9, 0x3b, 0xa2, 0x16, 0x22, 0x77, 0xe8, 0x9d, 0x59, 0x29, 0xca, - 0x5f, 0xd1, 0x1e, 0x8a, 0xf6, 0x58, 0x14, 0xe8, 0xa5, 0xd7, 0xfe, 0x03, 0x3d, 0x1a, 0xe8, 0x25, - 0x28, 0x7a, 0x4e, 0x0a, 0xfb, 0xd2, 0x4b, 0x7b, 0xe8, 0x3f, 0xd0, 0x62, 0x3e, 0x96, 0xdf, 0x81, - 0xac, 0xa0, 0x07, 0x1f, 0x24, 0xec, 0xfc, 0xde, 0xef, 0xbd, 0x79, 0x33, 0xf3, 0xde, 0x9b, 0x37, - 0x84, 0xe5, 0x41, 0x44, 0x39, 0x65, 0x9b, 0x67, 0x71, 0x47, 0xfc, 0x35, 0xe4, 0x10, 0xa5, 0xcf, - 0xe2, 0xce, 0xca, 0xe7, 0xdd, 0x80, 0x0b, 0xc8, 0xa3, 0xfd, 0x4d, 0x1e, 0xd1, 0xf0, 0x49, 0xcc, - 0x36, 0xbb, 0xf4, 0x49, 0x87, 0x9f, 0xb2, 0x27, 0x1e, 0xed, 0xf7, 0x69, 0xb8, 0xa9, 0x95, 0x43, - 0xea, 0x13, 0xf9, 0x4f, 0xa9, 0xaf, 0x3c, 0x9d, 0xa3, 0x29, 0x25, 0x9d, 0xf8, 0x74, 0xb3, 0x4b, - 0xbb, 0x54, 0x0e, 0xe4, 0x97, 0xd6, 0xa8, 0x75, 0x29, 0xed, 0xf6, 0xc8, 0x88, 0xc5, 0x83, 0x3e, - 0x61, 0xdc, 0xed, 0x0f, 0x14, 0xa1, 0xfe, 0x1b, 0x03, 0x72, 0x47, 0xd4, 0x27, 0x0c, 0x93, 0x97, - 0xe8, 0x2e, 0x2c, 0x8a, 0xd9, 0x9c, 0xc0, 0xaf, 0x1a, 0x6b, 0xe9, 0xf5, 0x3c, 0x5e, 0x10, 0xc3, - 0x7d, 0x1f, 0x3d, 0x80, 0x62, 0x44, 0x5e, 0xc6, 0x84, 0x71, 0x12, 0x09, 0x69, 0x6a, 0xcd, 0x58, - 0xcf, 0xe3, 0xc2, 0x10, 0xdb, 0xf7, 0xd1, 0x7d, 0xc8, 0xb3, 0xa0, 0x1b, 0xba, 0x3c, 0x8e, 0x48, - 0x35, 0xbd, 0x66, 0xac, 0x17, 0xf1, 0x08, 0x40, 0x9b, 0x50, 0x08, 0xc9, 0xa5, 0x73, 0x41, 0x22, - 0x16, 0xd0, 0xb0, 0x9a, 0x59, 0x33, 0xd6, 0xcb, 0x5b, 0xe5, 0x86, 0x58, 0xcc, 0x5e, 0xdc, 0xc1, - 0x34, 0xe6, 0x24, 0xc2, 0x10, 0x92, 0xcb, 0x17, 0x8a, 0x51, 0x3f, 0x87, 0x82, 0x4d, 0x38, 0x0f, - 0xc2, 0xae, 0xf4, 0xac, 0x0c, 0x29, 0xe9, 0x94, 0x98, 0x36, 0x15, 0xf8, 0xe8, 0x1e, 0xe4, 0x23, - 0xc2, 0x06, 0x0e, 0x0b, 0xbe, 0x26, 0xd2, 0x9b, 0x2c, 0xce, 0x09, 0xc0, 0x0e, 0xbe, 0x9e, 0x99, - 0x2c, 0x7d, 0xed, 0x64, 0x7f, 0x33, 0xa0, 0x38, 0x9a, 0x8d, 0x0d, 0xd0, 0x23, 0xc8, 0x78, 0xd4, - 0x27, 0x72, 0xc2, 0xf2, 0xd6, 0x92, 0x54, 0x15, 0x02, 0x1a, 0x32, 0xb2, 0x43, 0x7d, 0x82, 0xa5, - 0x18, 0x55, 0x61, 0xb1, 0x4f, 0x18, 0x73, 0xbb, 0x44, 0xef, 0x48, 0x32, 0x44, 0xfb, 0x50, 0x8a, - 0x34, 0xdf, 0x11, 0x5b, 0x2e, 0x9d, 0x28, 0x6c, 0xad, 0x34, 0xd4, 0x79, 0x34, 0x92, 0xf3, 0x68, - 0xb4, 0x93, 0xf3, 0x68, 0xe6, 0x5e, 0x7d, 0x5b, 0xbb, 0xf5, 0xab, 0xef, 0x6a, 0x06, 0x2e, 0x26, - 0xaa, 0x42, 0x88, 0x3e, 0x83, 0x12, 0xd3, 0xbe, 0x39, 0xbe, 0xcb, 0x5d, 0xb9, 0x79, 0x05, 0xed, - 0x54, 0xe2, 0xf5, 0xae, 0xcb, 0x5d, 0x5c, 0x64, 0x63, 0xa3, 0xfa, 0x3f, 0xc7, 0x16, 0x25, 0x00, - 0xf4, 0x18, 0x96, 0x18, 0xa7, 0x91, 0xdb, 0x25, 0xce, 0x20, 0x0a, 0x3c, 0xe2, 0xb8, 0xec, 0x5c, - 0xae, 0xd0, 0xc0, 0x15, 0x2d, 0x38, 0x16, 0xf8, 0x36, 0x3b, 0x47, 0x0d, 0xb8, 0xdd, 0x71, 0x43, - 0xff, 0x32, 0xf0, 0xf9, 0xd9, 0x18, 0x3b, 0x25, 0xd9, 0x4b, 0x43, 0xd1, 0x90, 0xbf, 0x0e, 0x66, - 0x62, 0x5b, 0x2c, 0xd7, 0xe9, 0x07, 0x6a, 0xdf, 0x0d, 0x5c, 0xd6, 0xb8, 0x58, 0xcb, 0x61, 0x10, - 0xa2, 0x1f, 0x43, 0x65, 0x64, 0xb9, 0x17, 0xf4, 0x03, 0x2e, 0x17, 0x64, 0xe0, 0xf2, 0x10, 0x3e, - 0x10, 0x28, 0xfa, 0x08, 0x4c, 0x8f, 0xf6, 0x7a, 0x2e, 0x27, 0x91, 0xdb, 0x73, 0x18, 0x77, 0xcf, - 0x49, 0x35, 0xab, 0xbc, 0x1d, 0xe1, 0xb6, 0x80, 0xeb, 0xff, 0x31, 0x20, 0xb7, 0x47, 0x19, 0xbf, - 0x79, 0xa8, 0x7c, 0x08, 0x99, 0xbe, 0x38, 0x68, 0x15, 0x23, 0x48, 0xc5, 0x88, 0xb6, 0xd4, 0x38, - 0x94, 0x27, 0xdd, 0xd7, 0x27, 0x3d, 0x1e, 0xbb, 0x79, 0x9c, 0x0c, 0xa7, 0x83, 0x2d, 0x7b, 0x6d, - 0xb0, 0x3d, 0x83, 0x8c, 0x30, 0x8c, 0xf2, 0x90, 0xb5, 0x77, 0x5a, 0xd8, 0x32, 0x6f, 0xa1, 0x45, - 0x48, 0x3f, 0xb7, 0x5a, 0xa6, 0x21, 0x3e, 0xb0, 0x75, 0x6c, 0xa6, 0x84, 0xf0, 0x18, 0xef, 0xef, - 0x58, 0x66, 0x5a, 0xf2, 0x8e, 0x2d, 0x6b, 0xd7, 0xcc, 0xa0, 0x02, 0x2c, 0xb6, 0x2d, 0xbb, 0x7d, - 0x64, 0xb5, 0xcd, 0x6c, 0xfd, 0xd7, 0x06, 0x94, 0x30, 0xed, 0x11, 0xf6, 0xc3, 0x56, 0x5e, 0x87, - 0x4c, 0x44, 0x7b, 0x64, 0x98, 0x1d, 0xb2, 0xcc, 0x88, 0x4a, 0x20, 0x6c, 0x62, 0x29, 0xbb, 0x79, - 0xd6, 0xfe, 0xdb, 0x80, 0xbc, 0x76, 0xe7, 0xff, 0x91, 0x45, 0x1f, 0x40, 0xf6, 0x4c, 0x58, 0xd3, - 0xd9, 0x53, 0x1e, 0x1d, 0x8f, 0x8c, 0x77, 0x25, 0x9c, 0x5c, 0x66, 0x66, 0x6a, 0x99, 0x48, 0x1f, - 0x70, 0x56, 0x5a, 0x56, 0x87, 0x39, 0x93, 0x9c, 0x0b, 0x3f, 0x34, 0x39, 0xeb, 0x5f, 0x42, 0xce, - 0xe6, 0xee, 0xfc, 0xed, 0x9f, 0xda, 0xbd, 0xd4, 0xb5, 0xbb, 0xf7, 0x77, 0x03, 0xf2, 0xda, 0xda, - 0x3b, 0x56, 0x83, 0x7e, 0x06, 0x59, 0x26, 0x1c, 0xd3, 0xb5, 0xe7, 0x9e, 0x8a, 0x16, 0x5b, 0x65, - 0xb6, 0x70, 0x59, 0x9e, 0x8a, 0xf4, 0x5d, 0xd9, 0xf8, 0xe6, 0xdb, 0x9a, 0x81, 0x95, 0x4e, 0xfd, - 0x5f, 0x06, 0xe4, 0x77, 0xdc, 0xd0, 0x0f, 0x7c, 0x97, 0x93, 0xc9, 0x3b, 0xc6, 0x18, 0xbb, 0x63, - 0x6a, 0x50, 0x38, 0x23, 0x6e, 0xc4, 0x9d, 0x0e, 0x11, 0x33, 0x89, 0xc5, 0x64, 0x30, 0x48, 0xa8, - 0x29, 0x10, 0xf4, 0x08, 0xca, 0xf1, 0xa0, 0x47, 0x5d, 0xdf, 0x71, 0x2f, 0x88, 0x98, 0x58, 0x2e, - 0x28, 0x85, 0x4b, 0x0a, 0xdd, 0x56, 0xa0, 0x28, 0x30, 0x9a, 0x76, 0xe1, 0x46, 0x81, 0x1b, 0x7a, - 0x2a, 0x28, 0x52, 0x58, 0x6b, 0xbf, 0xd0, 0xa8, 0x28, 0x30, 0x3e, 0xbd, 0x0c, 0x27, 0x2c, 0x66, - 0x25, 0xb3, 0x92, 0xe0, 0x89, 0xcd, 0x8f, 0x61, 0x69, 0x48, 0x1d, 0x5a, 0x5d, 0x90, 0xdc, 0xa1, - 0x8d, 0xc4, 0x6e, 0xfd, 0x0b, 0xc8, 0x1d, 0xbb, 0x11, 0x23, 0x22, 0x26, 0x1a, 0x00, 0x5e, 0xb2, - 0x74, 0x26, 0x2f, 0xd5, 0x24, 0x8c, 0x87, 0x3b, 0x82, 0xc7, 0x18, 0xf5, 0x3f, 0x1a, 0x00, 0x98, - 0x78, 0x57, 0x5e, 0x4f, 0xaa, 0x6f, 0x41, 0x8e, 0x30, 0x27, 0x08, 0x7d, 0xf2, 0x95, 0x8e, 0x83, - 0xbb, 0x3a, 0x0e, 0x12, 0x4a, 0xc3, 0xb2, 0xf7, 0x85, 0x18, 0x2f, 0x12, 0x26, 0x3f, 0xd0, 0x13, - 0xb8, 0x2d, 0x4b, 0x30, 0xf3, 0xe8, 0x80, 0x38, 0x41, 0xe8, 0x9c, 0xd1, 0x38, 0x52, 0xfb, 0x99, - 0xc6, 0xa6, 0x10, 0xd9, 0x42, 0xb2, 0x1f, 0xee, 0x09, 0xbc, 0xfe, 0x53, 0x58, 0xd4, 0x26, 0x44, - 0xa5, 0x39, 0x6a, 0xed, 0x5a, 0xb6, 0x79, 0x4b, 0x54, 0x9a, 0x23, 0xab, 0xfd, 0x8b, 0x16, 0xfe, - 0xd2, 0x34, 0xd0, 0x12, 0x94, 0x74, 0xd9, 0x71, 0x94, 0x3c, 0x55, 0xff, 0xad, 0x01, 0x79, 0xbd, - 0xc8, 0x77, 0x2b, 0x54, 0xeb, 0x1b, 0xba, 0x02, 0xc9, 0x2b, 0xaf, 0x96, 0x14, 0x10, 0xb5, 0xf3, - 0xf9, 0x61, 0x01, 0xd1, 0xb5, 0xa3, 0xfe, 0xd7, 0x22, 0x64, 0xc4, 0xf8, 0xfb, 0xc3, 0xb2, 0x05, - 0xa6, 0x17, 0x11, 0x97, 0x2b, 0xc7, 0xe4, 0xdc, 0xd2, 0xfb, 0xb7, 0xf5, 0xae, 0xa2, 0xb4, 0x87, - 0x22, 0x61, 0x30, 0x1e, 0xf8, 0x93, 0x06, 0x6f, 0xb2, 0xdc, 0x8a, 0xd2, 0x1e, 0x19, 0xbc, 0x03, - 0x0b, 0x11, 0xe9, 0x8e, 0xae, 0x26, 0x3d, 0x12, 0x4d, 0x9b, 0xe8, 0x29, 0x27, 0xae, 0xa6, 0x3c, - 0x2e, 0x08, 0x4c, 0x57, 0x1c, 0xb4, 0x0c, 0x59, 0xe6, 0xd1, 0x28, 0x89, 0x65, 0x35, 0x98, 0xce, - 0xc4, 0xc5, 0x99, 0x4c, 0xbc, 0x03, 0x0b, 0xf1, 0x40, 0x9e, 0x53, 0x4e, 0xea, 0xe9, 0x11, 0x32, - 0x21, 0x2d, 0x0e, 0x37, 0x2f, 0x15, 0xc4, 0x27, 0x5a, 0x05, 0x88, 0xc8, 0x20, 0xe6, 0x2e, 0x17, - 0x1e, 0x80, 0x64, 0x8f, 0x21, 0x73, 0x72, 0xba, 0xf0, 0x96, 0x39, 0x5d, 0x7c, 0xeb, 0x9c, 0x2e, - 0xdd, 0x20, 0xa7, 0xcb, 0xf3, 0x73, 0x1a, 0x6d, 0x42, 0xae, 0x47, 0x3d, 0xb5, 0x8a, 0x8a, 0x3c, - 0xac, 0x92, 0x8c, 0xa5, 0x03, 0x0d, 0x36, 0x33, 0xe2, 0x7c, 0xf0, 0x90, 0x84, 0x36, 0x00, 0x25, - 0x0d, 0xd1, 0x05, 0xed, 0xc5, 0x7d, 0xe2, 0x78, 0xee, 0xa0, 0x6a, 0x2a, 0xf3, 0x5a, 0xf2, 0x42, - 0x0a, 0x76, 0xdc, 0x81, 0x68, 0xb7, 0xa6, 0xd8, 0x3d, 0x72, 0xca, 0xab, 0x4b, 0x92, 0xbe, 0x34, - 0x41, 0x3f, 0x20, 0xa7, 0x7c, 0x6e, 0xbb, 0x85, 0xe4, 0xae, 0x4f, 0xb7, 0x5b, 0x73, 0x9b, 0xbe, - 0xdb, 0x92, 0x3a, 0xd3, 0xf4, 0xcd, 0x70, 0x09, 0xe3, 0xd5, 0xe5, 0x59, 0xae, 0xc5, 0xf8, 0xbc, - 0x36, 0xee, 0xbd, 0xb9, 0x6d, 0xdc, 0xf7, 0x74, 0x92, 0x77, 0xa4, 0xd9, 0x39, 0x9d, 0xe4, 0x1c, - 0xbe, 0x70, 0xe3, 0xee, 0x3c, 0xbe, 0x70, 0x64, 0x5e, 0x9b, 0x58, 0x55, 0x3e, 0x4f, 0xb5, 0x89, - 0xc2, 0xe7, 0x31, 0x6a, 0x8f, 0x32, 0x5e, 0x7d, 0x5f, 0x6d, 0xda, 0x08, 0x3e, 0xa0, 0x6a, 0x71, - 0x63, 0xc4, 0x4e, 0x1c, 0x85, 0xd5, 0x95, 0x69, 0x62, 0x33, 0x8e, 0x42, 0xf4, 0x10, 0x4a, 0x1e, - 0x8d, 0x43, 0x1e, 0x5d, 0x39, 0xec, 0x8c, 0x46, 0xbc, 0x7a, 0x4f, 0xe6, 0x58, 0x51, 0x83, 0xb6, - 0xc0, 0xd0, 0xe7, 0x90, 0x3e, 0xed, 0x75, 0xab, 0xf7, 0x65, 0xd8, 0xdc, 0x1f, 0x35, 0x5a, 0x0d, - 0xeb, 0xab, 0x01, 0x89, 0x82, 0x3e, 0x09, 0xb9, 0xdb, 0x7b, 0xd6, 0x73, 0xbb, 0xe3, 0x77, 0xa7, - 0x50, 0x11, 0x6f, 0x2a, 0x3f, 0x60, 0x1e, 0xbd, 0x20, 0xd1, 0x55, 0xf5, 0x47, 0x32, 0x18, 0x46, - 0x80, 0xc8, 0x6f, 0x95, 0x77, 0x8e, 0xca, 0xe1, 0x55, 0x49, 0x28, 0x28, 0xcc, 0x96, 0x99, 0x7c, - 0x0f, 0xf2, 0xe2, 0x34, 0x95, 0xbc, 0x26, 0xe5, 0x39, 0x71, 0x63, 0x4b, 0xe1, 0x43, 0x28, 0xe9, - 0xd2, 0xa0, 0x09, 0x6b, 0x92, 0x50, 0xd4, 0xa0, 0x22, 0x6d, 0x00, 0xd2, 0x99, 0xc7, 0x06, 0x84, - 0xf8, 0x9a, 0xf9, 0x40, 0xc5, 0xb1, 0x92, 0xd8, 0x42, 0xa0, 0xd8, 0x4f, 0x61, 0x79, 0x98, 0x53, - 0xe3, 0xfc, 0xba, 0xe4, 0xa3, 0x44, 0x36, 0xa6, 0xf1, 0x29, 0x64, 0x45, 0xab, 0xc9, 0xaa, 0x0f, - 0xd7, 0xd2, 0xb3, 0x7d, 0x68, 0xb3, 0xf2, 0xa7, 0xef, 0x6a, 0x05, 0x49, 0xd8, 0x70, 0xa3, 0xc8, - 0xbd, 0xc2, 0x8a, 0x2d, 0x8a, 0xa8, 0xeb, 0xf1, 0xe0, 0x62, 0xbc, 0x88, 0x7e, 0x70, 0x93, 0x22, - 0xaa, 0xb4, 0x47, 0x45, 0xf4, 0x01, 0x14, 0xb5, 0x41, 0xe5, 0xf1, 0x23, 0xb5, 0x99, 0x0a, 0x53, - 0xae, 0xae, 0x40, 0x2e, 0x08, 0x15, 0x50, 0xfd, 0x50, 0x86, 0xc3, 0x70, 0xfc, 0x45, 0xe6, 0xf7, - 0x7f, 0xa8, 0x19, 0xf5, 0x06, 0xe4, 0x92, 0x82, 0x20, 0x6a, 0x61, 0xcf, 0xe5, 0xfa, 0x7d, 0x25, - 0x3e, 0x25, 0xa2, 0xfb, 0x40, 0x81, 0xd0, 0xf0, 0xf1, 0x05, 0x14, 0xc7, 0xaf, 0x49, 0x71, 0xeb, - 0xda, 0x27, 0x3b, 0x3b, 0x96, 0x2d, 0xae, 0xe0, 0x15, 0xb8, 0x63, 0xef, 0x3f, 0x3f, 0xda, 0x6e, - 0x9f, 0x60, 0xcb, 0x79, 0xd6, 0xc2, 0x87, 0xdb, 0x6d, 0xc7, 0xc2, 0xb8, 0x85, 0x4d, 0x03, 0xbd, - 0x0f, 0xef, 0xed, 0xb4, 0x0e, 0x8f, 0x4f, 0xda, 0x96, 0xb3, 0xbd, 0xbb, 0x8b, 0x2d, 0xdb, 0xd6, - 0xa2, 0x94, 0xbc, 0xac, 0xf7, 0x0f, 0xad, 0xd6, 0x49, 0xc2, 0x4e, 0xa3, 0x0a, 0x14, 0x5a, 0xed, - 0x3d, 0x0b, 0x6b, 0x60, 0xf9, 0x71, 0x03, 0xf2, 0xc3, 0x0e, 0x14, 0x2d, 0x40, 0xea, 0xc5, 0x4f, - 0xcc, 0x5b, 0x28, 0x07, 0x99, 0xa3, 0xd6, 0x91, 0x65, 0x1a, 0x12, 0xd9, 0x32, 0x53, 0xe2, 0x35, - 0xb2, 0x7d, 0x70, 0x60, 0xa6, 0xb7, 0xfe, 0x6b, 0x40, 0x65, 0x2f, 0xee, 0xfc, 0x3c, 0x26, 0xd1, - 0x95, 0x4d, 0xa2, 0x8b, 0xc0, 0x23, 0x68, 0x0b, 0x0a, 0xcf, 0x09, 0x4f, 0x1e, 0x98, 0xc8, 0x9c, - 0x78, 0x8e, 0x62, 0xf2, 0x72, 0x65, 0x69, 0x0a, 0x61, 0x03, 0xf4, 0x11, 0xe4, 0x9e, 0x13, 0x2e, - 0xaf, 0x67, 0x54, 0x9a, 0x78, 0x6b, 0xad, 0x94, 0xc7, 0x87, 0x43, 0xaa, 0xec, 0x28, 0x35, 0x35, - 0xe9, 0xb3, 0x35, 0x75, 0xd4, 0x28, 0x7f, 0x0c, 0x20, 0x3d, 0x93, 0x3f, 0x63, 0x68, 0x72, 0xf2, - 0x93, 0xc6, 0x8c, 0xdd, 0x4f, 0xa1, 0x92, 0xb8, 0xd0, 0xbc, 0x92, 0xcf, 0x27, 0xa4, 0x5e, 0x7d, - 0x13, 0x4f, 0xa9, 0x69, 0xb5, 0xad, 0x3f, 0xa7, 0xe4, 0x0e, 0xc8, 0x96, 0x27, 0xd9, 0x81, 0xa7, - 0x50, 0x39, 0x91, 0x57, 0xf1, 0xee, 0x30, 0x25, 0xd5, 0xe4, 0x49, 0xf7, 0xa7, 0xad, 0x8c, 0xfa, - 0xa4, 0x0d, 0x28, 0x28, 0x0d, 0x15, 0x50, 0xd7, 0xb0, 0x1b, 0x50, 0x52, 0xec, 0x23, 0xc2, 0x2f, - 0x69, 0x74, 0x7e, 0x1d, 0xff, 0x31, 0x2c, 0xea, 0xbe, 0x10, 0x55, 0xa6, 0xba, 0xc4, 0x19, 0xee, - 0x26, 0x94, 0x95, 0xed, 0x26, 0x3f, 0x65, 0xb6, 0xe7, 0x86, 0xd7, 0x19, 0xff, 0x04, 0xd0, 0x98, - 0xeb, 0x7b, 0x81, 0xb8, 0x0f, 0xae, 0x5b, 0x6f, 0xf3, 0xb3, 0x57, 0xaf, 0x57, 0x8d, 0x6f, 0x5e, - 0xaf, 0x1a, 0xff, 0x78, 0xbd, 0x6a, 0xfc, 0xee, 0xcd, 0xaa, 0xf1, 0x97, 0x37, 0xab, 0xc6, 0xab, - 0x37, 0xab, 0x06, 0x14, 0x02, 0xda, 0x10, 0x8d, 0x88, 0x50, 0x68, 0xe6, 0xc4, 0xce, 0x8a, 0x6c, - 0x3d, 0x36, 0x7e, 0x99, 0x3e, 0x8b, 0x3b, 0x9d, 0x05, 0x99, 0xbb, 0x9f, 0xfc, 0x2f, 0x00, 0x00, - 0xff, 0xff, 0xe8, 0xa6, 0x1f, 0x6e, 0x45, 0x13, 0x00, 0x00, + 0x15, 0xf7, 0xf2, 0x43, 0x22, 0x1f, 0xbf, 0x56, 0x63, 0x59, 0x66, 0x64, 0x57, 0x92, 0xe9, 0x38, + 0x51, 0x1c, 0x99, 0x72, 0xe4, 0x26, 0x08, 0x12, 0xa0, 0x80, 0x3e, 0xd6, 0x96, 0x10, 0x49, 0x54, + 0x67, 0x25, 0x17, 0x28, 0x0a, 0x2c, 0x96, 0xdc, 0x11, 0xb5, 0xd0, 0x72, 0x87, 0xde, 0x99, 0x95, + 0xa2, 0xfc, 0x15, 0xed, 0xa1, 0x68, 0x8f, 0x45, 0x81, 0x1e, 0xda, 0x6b, 0xaf, 0x3d, 0xf4, 0xe8, + 0x63, 0x50, 0xf4, 0x9c, 0x14, 0xf6, 0xa5, 0x97, 0xf6, 0xd0, 0xbf, 0xa0, 0x98, 0x8f, 0x5d, 0x52, + 0x24, 0x03, 0x59, 0x81, 0x0f, 0x3e, 0xd8, 0xe0, 0xfc, 0xde, 0xef, 0xbd, 0x7d, 0x6f, 0xe6, 0xbd, + 0x37, 0x6f, 0x04, 0xb3, 0xfd, 0x88, 0x72, 0xca, 0x56, 0x4f, 0xe2, 0xb6, 0xf8, 0xd7, 0x94, 0x4b, + 0x94, 0x3d, 0x89, 0xdb, 0xf3, 0x9f, 0x77, 0x7d, 0x2e, 0xa0, 0x0e, 0xed, 0xad, 0xf2, 0x88, 0x86, + 0x8f, 0x62, 0xb6, 0xda, 0xa5, 0x8f, 0xda, 0xfc, 0x98, 0x3d, 0xea, 0xd0, 0x5e, 0x8f, 0x86, 0xab, + 0x5a, 0x39, 0xa4, 0x1e, 0x91, 0xff, 0x29, 0xf5, 0xf9, 0xc7, 0x13, 0x34, 0xa5, 0xa4, 0x1d, 0x1f, + 0xaf, 0x76, 0x69, 0x97, 0xca, 0x85, 0xfc, 0xa5, 0x35, 0x16, 0xbb, 0x94, 0x76, 0x03, 0x32, 0x60, + 0x71, 0xbf, 0x47, 0x18, 0x77, 0x7b, 0x7d, 0x45, 0x68, 0xfc, 0xd6, 0x80, 0xc2, 0x3e, 0xf5, 0x08, + 0xc3, 0xe4, 0x05, 0xba, 0x0d, 0xd3, 0xe2, 0x6b, 0x8e, 0xef, 0xd5, 0x8d, 0xa5, 0xec, 0x72, 0x11, + 0x4f, 0x89, 0xe5, 0x8e, 0x87, 0xee, 0x41, 0x39, 0x22, 0x2f, 0x62, 0xc2, 0x38, 0x89, 0x84, 0x34, + 0xb3, 0x64, 0x2c, 0x17, 0x71, 0x29, 0xc5, 0x76, 0x3c, 0x74, 0x17, 0x8a, 0xcc, 0xef, 0x86, 0x2e, + 0x8f, 0x23, 0x52, 0xcf, 0x2e, 0x19, 0xcb, 0x65, 0x3c, 0x00, 0xd0, 0x2a, 0x94, 0x42, 0x72, 0xee, + 0x9c, 0x91, 0x88, 0xf9, 0x34, 0xac, 0xe7, 0x96, 0x8c, 0xe5, 0xea, 0x5a, 0xb5, 0x29, 0x82, 0xd9, + 0x8e, 0xdb, 0x98, 0xc6, 0x9c, 0x44, 0x18, 0x42, 0x72, 0xfe, 0x5c, 0x31, 0x1a, 0xa7, 0x50, 0xb2, + 0x09, 0xe7, 0x7e, 0xd8, 0x95, 0x9e, 0x55, 0x21, 0x23, 0x9d, 0x12, 0x9f, 0xcd, 0xf8, 0x1e, 0xba, + 0x03, 0xc5, 0x88, 0xb0, 0xbe, 0xc3, 0xfc, 0x6f, 0x88, 0xf4, 0x26, 0x8f, 0x0b, 0x02, 0xb0, 0xfd, + 0x6f, 0xc6, 0x3e, 0x96, 0xbd, 0xf2, 0x63, 0xff, 0x30, 0xa0, 0x3c, 0xf8, 0x1a, 0xeb, 0xa3, 0x07, + 0x90, 0xeb, 0x50, 0x8f, 0xc8, 0x0f, 0x56, 0xd7, 0x66, 0xa4, 0xaa, 0x10, 0xd0, 0x90, 0x91, 0x4d, + 0xea, 0x11, 0x2c, 0xc5, 0xa8, 0x0e, 0xd3, 0x3d, 0xc2, 0x98, 0xdb, 0x25, 0x7a, 0x47, 0x92, 0x25, + 0xda, 0x81, 0x4a, 0xa4, 0xf9, 0x8e, 0xd8, 0x72, 0xe9, 0x44, 0x69, 0x6d, 0xbe, 0xa9, 0xce, 0xa3, + 0x99, 0x9c, 0x47, 0xf3, 0x30, 0x39, 0x8f, 0x8d, 0xc2, 0xcb, 0xef, 0x16, 0x6f, 0xfc, 0xfa, 0xfb, + 0x45, 0x03, 0x97, 0x13, 0x55, 0x21, 0x44, 0x9f, 0x41, 0x85, 0x69, 0xdf, 0x1c, 0xcf, 0xe5, 0xae, + 0xdc, 0xbc, 0x92, 0x76, 0x2a, 0xf1, 0x7a, 0xcb, 0xe5, 0x2e, 0x2e, 0xb3, 0xa1, 0x55, 0xe3, 0xdf, + 0x43, 0x41, 0x09, 0x00, 0x3d, 0x84, 0x19, 0xc6, 0x69, 0xe4, 0x76, 0x89, 0xd3, 0x8f, 0xfc, 0x0e, + 0x71, 0x5c, 0x76, 0x2a, 0x23, 0x34, 0x70, 0x4d, 0x0b, 0x0e, 0x04, 0xbe, 0xce, 0x4e, 0x51, 0x13, + 0x6e, 0xb6, 0xdd, 0xd0, 0x3b, 0xf7, 0x3d, 0x7e, 0x32, 0xc4, 0xce, 0x48, 0xf6, 0x4c, 0x2a, 0x4a, + 0xf9, 0xcb, 0x60, 0x26, 0xb6, 0x45, 0xb8, 0x4e, 0xcf, 0x57, 0xfb, 0x6e, 0xe0, 0xaa, 0xc6, 0x45, + 0x2c, 0x7b, 0x7e, 0x88, 0x3e, 0x84, 0xda, 0xc0, 0x72, 0xe0, 0xf7, 0x7c, 0x2e, 0x03, 0x32, 0x70, + 0x35, 0x85, 0x77, 0x05, 0x8a, 0x3e, 0x02, 0xb3, 0x43, 0x83, 0xc0, 0xe5, 0x24, 0x72, 0x03, 0x87, + 0x71, 0xf7, 0x94, 0xd4, 0xf3, 0xca, 0xdb, 0x01, 0x6e, 0x0b, 0xb8, 0xf1, 0x3f, 0x03, 0x0a, 0xdb, + 0x94, 0xf1, 0xeb, 0xa7, 0xca, 0x07, 0x90, 0xeb, 0x89, 0x83, 0x56, 0x39, 0x82, 0x54, 0x8e, 0x68, + 0x4b, 0xcd, 0x3d, 0x79, 0xd2, 0x3d, 0x7d, 0xd2, 0xc3, 0xb9, 0x5b, 0xc4, 0xc9, 0x72, 0x34, 0xd9, + 0xf2, 0x57, 0x26, 0xdb, 0x53, 0xc8, 0x09, 0xc3, 0xa8, 0x08, 0x79, 0x7b, 0xb3, 0x85, 0x2d, 0xf3, + 0x06, 0x9a, 0x86, 0xec, 0x33, 0xab, 0x65, 0x1a, 0xe2, 0x07, 0xb6, 0x0e, 0xcc, 0x8c, 0x10, 0x1e, + 0xe0, 0x9d, 0x4d, 0xcb, 0xcc, 0x4a, 0xde, 0x81, 0x65, 0x6d, 0x99, 0x39, 0x54, 0x82, 0xe9, 0x43, + 0xcb, 0x3e, 0xdc, 0xb7, 0x0e, 0xcd, 0x7c, 0xe3, 0x37, 0x06, 0x54, 0x30, 0x0d, 0x08, 0xfb, 0x71, + 0x91, 0x37, 0x20, 0x17, 0xd1, 0x80, 0xa4, 0xd5, 0x21, 0xdb, 0x8c, 0xe8, 0x04, 0xc2, 0x26, 0x96, + 0xb2, 0xeb, 0x57, 0xed, 0x7f, 0x0d, 0x28, 0x6a, 0x77, 0xde, 0x46, 0x15, 0xbd, 0x0f, 0xf9, 0x13, + 0x61, 0x4d, 0x57, 0x4f, 0x75, 0x70, 0x3c, 0x32, 0xdf, 0x95, 0xf0, 0x72, 0x98, 0xb9, 0x91, 0x30, + 0x91, 0x3e, 0xe0, 0xbc, 0xb4, 0xac, 0x0e, 0x73, 0xac, 0x38, 0xa7, 0x7e, 0x6c, 0x71, 0x36, 0xbe, + 0x82, 0x82, 0xcd, 0xdd, 0xc9, 0xdb, 0x3f, 0xb2, 0x7b, 0x99, 0x2b, 0x77, 0xef, 0x9f, 0x06, 0x14, + 0xb5, 0xb5, 0x77, 0xac, 0x07, 0x7d, 0x09, 0x79, 0x26, 0x1c, 0xd3, 0xbd, 0xe7, 0x8e, 0xca, 0x16, + 0x5b, 0x55, 0xb6, 0x70, 0x59, 0x9e, 0x8a, 0xf4, 0x5d, 0xd9, 0xf8, 0xf6, 0xbb, 0x45, 0x03, 0x2b, + 0x9d, 0xc6, 0x7f, 0x0c, 0x28, 0x6e, 0xba, 0xa1, 0xe7, 0x7b, 0x2e, 0x27, 0x97, 0xef, 0x18, 0x63, + 0xe8, 0x8e, 0x59, 0x84, 0xd2, 0x09, 0x71, 0x23, 0xee, 0xb4, 0x89, 0xf8, 0x92, 0x08, 0x26, 0x87, + 0x41, 0x42, 0x1b, 0x02, 0x41, 0x0f, 0xa0, 0x1a, 0xf7, 0x03, 0xea, 0x7a, 0x8e, 0x7b, 0x46, 0xc4, + 0x87, 0x65, 0x40, 0x19, 0x5c, 0x51, 0xe8, 0xba, 0x02, 0x45, 0x83, 0xd1, 0xb4, 0x33, 0x37, 0xf2, + 0xdd, 0xb0, 0xa3, 0x92, 0x22, 0x83, 0xb5, 0xf6, 0x73, 0x8d, 0x8a, 0x06, 0xe3, 0xd1, 0xf3, 0xf0, + 0x92, 0xc5, 0xbc, 0x64, 0xd6, 0x12, 0x3c, 0xb1, 0xf9, 0x31, 0xcc, 0xa4, 0xd4, 0xd4, 0xea, 0x94, + 0xe4, 0xa6, 0x36, 0x12, 0xbb, 0x8d, 0x2f, 0xa0, 0x70, 0xe0, 0x46, 0x8c, 0x88, 0x9c, 0x68, 0x02, + 0x74, 0x92, 0xd0, 0x99, 0xbc, 0x54, 0x93, 0x34, 0x4e, 0x77, 0x04, 0x0f, 0x31, 0x1a, 0x7f, 0x32, + 0x00, 0x30, 0xe9, 0x5c, 0x74, 0x02, 0xa9, 0xbe, 0x06, 0x05, 0xc2, 0x1c, 0x3f, 0xf4, 0xc8, 0xd7, + 0x3a, 0x0f, 0x6e, 0xeb, 0x3c, 0x48, 0x28, 0x4d, 0xcb, 0xde, 0x11, 0x62, 0x3c, 0x4d, 0x98, 0xfc, + 0x81, 0x1e, 0xc1, 0x4d, 0xd9, 0x82, 0x59, 0x87, 0xf6, 0x89, 0xe3, 0x87, 0xce, 0x09, 0x8d, 0x23, + 0xb5, 0x9f, 0x59, 0x6c, 0x0a, 0x91, 0x2d, 0x24, 0x3b, 0xe1, 0xb6, 0xc0, 0x1b, 0x3f, 0x85, 0x69, + 0x6d, 0x42, 0x74, 0x9a, 0xfd, 0xd6, 0x96, 0x65, 0x9b, 0x37, 0x44, 0xa7, 0xd9, 0xb7, 0x0e, 0x7f, + 0xd1, 0xc2, 0x5f, 0x99, 0x06, 0x9a, 0x81, 0x8a, 0x6e, 0x3b, 0x8e, 0x92, 0x67, 0x1a, 0xbf, 0x33, + 0xa0, 0xa8, 0x83, 0x7c, 0xb7, 0x52, 0xb5, 0xb1, 0xa2, 0x3b, 0x90, 0xbc, 0xf2, 0x16, 0x93, 0x06, + 0xa2, 0x76, 0xbe, 0x98, 0x36, 0x10, 0xdd, 0x3b, 0x1a, 0x7f, 0xae, 0x40, 0x4e, 0xac, 0x7f, 0x38, + 0x2d, 0x5b, 0x60, 0x76, 0x22, 0xe2, 0x72, 0xe5, 0x98, 0xfc, 0xb6, 0xf4, 0xfe, 0x4d, 0xbd, 0xab, + 0x29, 0xed, 0x54, 0x24, 0x0c, 0xc6, 0x7d, 0xef, 0xb2, 0xc1, 0xeb, 0x84, 0x5b, 0x53, 0xda, 0x03, + 0x83, 0x73, 0x30, 0x15, 0x91, 0xee, 0xe0, 0x6a, 0xd2, 0x2b, 0x31, 0xb4, 0x89, 0x99, 0xf2, 0xd2, + 0xd5, 0x54, 0xc4, 0x25, 0x81, 0xe9, 0x8e, 0x83, 0x66, 0x21, 0xcf, 0x3a, 0x34, 0x4a, 0x72, 0x59, + 0x2d, 0x46, 0x2b, 0x71, 0x7a, 0xac, 0x12, 0xe7, 0x60, 0x2a, 0xee, 0xcb, 0x73, 0x2a, 0x48, 0x3d, + 0xbd, 0x42, 0x26, 0x64, 0xc5, 0xe1, 0x16, 0xa5, 0x82, 0xf8, 0x89, 0x16, 0x00, 0x22, 0xd2, 0x8f, + 0xb9, 0xcb, 0x85, 0x07, 0x20, 0xd9, 0x43, 0xc8, 0x84, 0x9a, 0x2e, 0xbd, 0x61, 0x4d, 0x97, 0xdf, + 0xb8, 0xa6, 0x2b, 0xd7, 0xa8, 0xe9, 0xea, 0xe4, 0x9a, 0x46, 0xab, 0x50, 0x08, 0x68, 0x47, 0x45, + 0x51, 0x93, 0x87, 0x55, 0x91, 0xb9, 0xb4, 0xab, 0xc1, 0x8d, 0x9c, 0x38, 0x1f, 0x9c, 0x92, 0xd0, + 0x0a, 0xa0, 0x64, 0x20, 0x3a, 0xa3, 0x41, 0xdc, 0x23, 0x4e, 0xc7, 0xed, 0xd7, 0x4d, 0x65, 0x5e, + 0x4b, 0x9e, 0x4b, 0xc1, 0xa6, 0xdb, 0x17, 0xe3, 0xd6, 0x08, 0x3b, 0x20, 0xc7, 0xbc, 0x3e, 0x23, + 0xe9, 0x33, 0x97, 0xe8, 0xbb, 0xe4, 0x98, 0x4f, 0x1c, 0xb7, 0x90, 0xdc, 0xf5, 0xd1, 0x71, 0x6b, + 0xe2, 0xd0, 0x77, 0x53, 0x52, 0xc7, 0x86, 0xbe, 0x31, 0x2e, 0x61, 0xbc, 0x3e, 0x3b, 0xce, 0xb5, + 0x18, 0x9f, 0x34, 0xc6, 0xdd, 0x9a, 0x38, 0xc6, 0xfd, 0xc0, 0x24, 0x39, 0x27, 0xcd, 0x4e, 0x98, + 0x24, 0x27, 0xf0, 0x85, 0x1b, 0xb7, 0x27, 0xf1, 0x85, 0x23, 0x93, 0xc6, 0xc4, 0xba, 0xf2, 0x79, + 0x64, 0x4c, 0x14, 0x3e, 0x0f, 0x51, 0x03, 0xca, 0x78, 0xfd, 0x3d, 0xb5, 0x69, 0x03, 0x78, 0x97, + 0xaa, 0xe0, 0x86, 0x88, 0xed, 0x38, 0x0a, 0xeb, 0xf3, 0xa3, 0xc4, 0x8d, 0x38, 0x0a, 0xd1, 0x7d, + 0xa8, 0x74, 0x68, 0x1c, 0xf2, 0xe8, 0xc2, 0x61, 0x27, 0x34, 0xe2, 0xf5, 0x3b, 0xb2, 0xc6, 0xca, + 0x1a, 0xb4, 0x05, 0x86, 0x3e, 0x87, 0xec, 0x71, 0xd0, 0xad, 0xdf, 0x95, 0x69, 0x73, 0x77, 0x30, + 0x68, 0x35, 0xad, 0xaf, 0xfb, 0x24, 0xf2, 0x7b, 0x24, 0xe4, 0x6e, 0xf0, 0x34, 0x70, 0xbb, 0xc3, + 0x77, 0xa7, 0x50, 0x11, 0x6f, 0x2a, 0xcf, 0x67, 0x1d, 0x7a, 0x46, 0xa2, 0x8b, 0xfa, 0x4f, 0x64, + 0x32, 0x0c, 0x00, 0x51, 0xdf, 0xaa, 0xee, 0x1c, 0x55, 0xc3, 0x0b, 0x92, 0x50, 0x52, 0x98, 0x2d, + 0x2b, 0xf9, 0x0e, 0x14, 0xc5, 0x69, 0x2a, 0xf9, 0xa2, 0x94, 0x17, 0xc4, 0x8d, 0x2d, 0x85, 0xf7, + 0xa1, 0xa2, 0x5b, 0x83, 0x26, 0x2c, 0x49, 0x42, 0x59, 0x83, 0x8a, 0xb4, 0x02, 0x48, 0x57, 0x1e, + 0xeb, 0x13, 0xe2, 0x69, 0xe6, 0x3d, 0x95, 0xc7, 0x4a, 0x62, 0x0b, 0x81, 0x62, 0x3f, 0x86, 0xd9, + 0xb4, 0xa6, 0x86, 0xf9, 0x0d, 0xc9, 0x47, 0x89, 0x6c, 0x48, 0xe3, 0x53, 0xc8, 0x8b, 0x51, 0x93, + 0xd5, 0xef, 0x2f, 0x65, 0xc7, 0xe7, 0xd0, 0x8d, 0xda, 0x5f, 0xbe, 0x5f, 0x2c, 0x49, 0xc2, 0x8a, + 0x1b, 0x45, 0xee, 0x05, 0x56, 0x6c, 0xd1, 0x44, 0xdd, 0x0e, 0xf7, 0xcf, 0x86, 0x9b, 0xe8, 0xfb, + 0xd7, 0x69, 0xa2, 0x4a, 0x7b, 0xd0, 0x44, 0xef, 0x41, 0x59, 0x1b, 0x54, 0x1e, 0x3f, 0x50, 0x9b, + 0xa9, 0x30, 0xe5, 0xea, 0x3c, 0x14, 0xfc, 0x50, 0x01, 0xf5, 0x0f, 0x64, 0x3a, 0xa4, 0x6b, 0xf4, + 0x2b, 0xb8, 0x1d, 0x91, 0x3e, 0x8d, 0xb8, 0xc8, 0x40, 0x1e, 0xb3, 0x21, 0xb7, 0x3e, 0xbc, 0x86, + 0x5b, 0xb7, 0x94, 0x11, 0x5b, 0xda, 0x48, 0x09, 0x5f, 0xe4, 0xfe, 0xf0, 0xc7, 0x45, 0xa3, 0xd1, + 0x84, 0x42, 0xd2, 0x6e, 0x44, 0xa7, 0x0d, 0x5c, 0xae, 0x5f, 0x6f, 0xe2, 0xa7, 0x44, 0xf4, 0x94, + 0x29, 0x10, 0x1a, 0x36, 0x7e, 0x06, 0x25, 0xe9, 0xf8, 0x96, 0x2f, 0xc7, 0xd3, 0x91, 0x71, 0xd4, + 0xb8, 0x72, 0x1c, 0x7d, 0x25, 0x1e, 0x90, 0xa9, 0x81, 0xb7, 0x71, 0xcd, 0xcf, 0xc1, 0x54, 0x40, + 0xce, 0x48, 0xf0, 0x89, 0xbc, 0xf0, 0xf2, 0x58, 0xaf, 0x52, 0x7c, 0x4d, 0x8f, 0xef, 0x7a, 0x95, + 0xe2, 0x4f, 0xe4, 0xdd, 0x95, 0xe0, 0x4f, 0xde, 0xe2, 0x00, 0xff, 0xf0, 0x0c, 0xca, 0xc3, 0x21, + 0x88, 0xc1, 0xc7, 0x3e, 0xda, 0xdc, 0xb4, 0x6c, 0x31, 0x05, 0xcd, 0xc3, 0x9c, 0xbd, 0xf3, 0x6c, + 0x7f, 0xfd, 0xf0, 0x08, 0x5b, 0xce, 0xd3, 0x16, 0xde, 0x5b, 0x3f, 0x74, 0x2c, 0x8c, 0x5b, 0xd8, + 0x34, 0xd0, 0x7b, 0x70, 0x6b, 0xb3, 0xb5, 0x77, 0x70, 0x74, 0x68, 0x39, 0xeb, 0x5b, 0x5b, 0xd8, + 0xb2, 0x6d, 0x2d, 0xca, 0xc8, 0x79, 0x69, 0x67, 0xcf, 0x6a, 0x1d, 0x25, 0xec, 0x2c, 0xaa, 0x41, + 0xa9, 0x75, 0xb8, 0x6d, 0x61, 0x0d, 0xcc, 0x3e, 0x6c, 0x42, 0x31, 0xdd, 0x75, 0x34, 0x05, 0x99, + 0xe7, 0x9f, 0x98, 0x37, 0x50, 0x01, 0x72, 0xfb, 0xad, 0x7d, 0xcb, 0x34, 0x24, 0xb2, 0x66, 0x66, + 0xc4, 0x83, 0x70, 0x7d, 0x77, 0xd7, 0xcc, 0xae, 0xfd, 0x2d, 0x03, 0xb5, 0xed, 0xb8, 0xfd, 0xf3, + 0x98, 0x44, 0x17, 0x36, 0x89, 0xce, 0xfc, 0x0e, 0x41, 0x6b, 0x50, 0x7a, 0x46, 0x78, 0xf2, 0xc6, + 0x47, 0xe6, 0xa5, 0xbf, 0x08, 0x60, 0xf2, 0x62, 0x7e, 0x66, 0x04, 0x61, 0x7d, 0xf4, 0x11, 0x14, + 0x9e, 0x11, 0x2e, 0x27, 0x24, 0x54, 0xb9, 0xf4, 0xdc, 0x9d, 0xaf, 0x0e, 0x2f, 0x53, 0xaa, 0x1c, + 0xea, 0x35, 0x35, 0x79, 0xea, 0x68, 0xea, 0xe0, 0xad, 0xf2, 0x31, 0x80, 0xf4, 0x4c, 0xfe, 0x25, + 0x49, 0x93, 0x93, 0xbf, 0x2a, 0x8d, 0xd9, 0xfd, 0x14, 0x6a, 0x89, 0x0b, 0x1b, 0x17, 0xf2, 0x05, + 0x8b, 0xd4, 0xc3, 0xfb, 0xd2, 0x6b, 0x76, 0x4c, 0xed, 0x4b, 0x98, 0x15, 0xee, 0xe8, 0x84, 0xe4, + 0x91, 0xdf, 0x8e, 0x55, 0x29, 0x28, 0x5f, 0x06, 0x99, 0x9e, 0x84, 0x3d, 0x94, 0xba, 0x6b, 0x7f, + 0x55, 0xdb, 0x27, 0x47, 0xd6, 0x64, 0xfb, 0x1e, 0x43, 0xed, 0x48, 0x8e, 0x52, 0x5b, 0x69, 0x4b, + 0x55, 0x9e, 0x27, 0xd3, 0xbb, 0x76, 0x61, 0x30, 0xe7, 0xae, 0x40, 0x49, 0x69, 0xa8, 0x86, 0x70, + 0x05, 0xbb, 0x09, 0x15, 0xc5, 0xde, 0x27, 0xfc, 0x9c, 0x46, 0xa7, 0x57, 0xf1, 0x1f, 0xc2, 0xb4, + 0x9e, 0xeb, 0x51, 0x6d, 0x64, 0xca, 0x1f, 0xe3, 0xae, 0x42, 0x55, 0xd9, 0xde, 0xe0, 0xc7, 0xcc, + 0xee, 0xb8, 0xe1, 0x55, 0xc6, 0x9f, 0x00, 0x1a, 0x72, 0x7d, 0xdb, 0x17, 0xf7, 0xf9, 0x55, 0xf1, + 0x6e, 0x7c, 0xf6, 0xf2, 0xd5, 0x82, 0xf1, 0xed, 0xab, 0x05, 0xe3, 0x5f, 0xaf, 0x16, 0x8c, 0xdf, + 0xbf, 0x5e, 0x30, 0xfe, 0xfe, 0x7a, 0xc1, 0x78, 0xf9, 0x7a, 0xc1, 0x80, 0x92, 0x4f, 0x9b, 0x62, + 0x90, 0x14, 0x0a, 0x1b, 0x05, 0xb1, 0xb3, 0xa2, 0xe4, 0x0e, 0x8c, 0x5f, 0x66, 0x4f, 0xe2, 0x76, + 0x7b, 0x4a, 0x16, 0xe0, 0x93, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x0d, 0x58, 0x84, 0x54, 0x05, + 0x15, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1743,6 +1904,7 @@ type HubQueryServiceClient interface { GetStats(ctx context.Context, in *StatsReq, opts ...grpc.CallOption) (*StatsResp, error) QueryNodes(ctx context.Context, in *NodesReq, opts ...grpc.CallOption) (*HostsResp, error) GetHostsByRoles(ctx context.Context, in *RolesHostsReq, opts ...grpc.CallOption) (*HostsResp, error) + GetScoreDistribution(ctx context.Context, in *ScoreDisReq, opts ...grpc.CallOption) (*ScoreDisResp, error) } type hubQueryServiceClient struct { @@ -1798,6 +1960,15 @@ func (c *hubQueryServiceClient) GetHostsByRoles(ctx context.Context, in *RolesHo return out, nil } +func (c *hubQueryServiceClient) GetScoreDistribution(ctx context.Context, in *ScoreDisReq, opts ...grpc.CallOption) (*ScoreDisResp, error) { + out := new(ScoreDisResp) + err := c.cc.Invoke(ctx, "/hub.HubQueryService/GetScoreDistribution", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // HubQueryServiceServer is the server API for HubQueryService service. type HubQueryServiceServer interface { GetSettings(context.Context, *SettingsReq) (*SettingsResp, error) @@ -1805,6 +1976,7 @@ type HubQueryServiceServer interface { GetStats(context.Context, *StatsReq) (*StatsResp, error) QueryNodes(context.Context, *NodesReq) (*HostsResp, error) GetHostsByRoles(context.Context, *RolesHostsReq) (*HostsResp, error) + GetScoreDistribution(context.Context, *ScoreDisReq) (*ScoreDisResp, error) } // UnimplementedHubQueryServiceServer can be embedded to have forward compatible implementations. @@ -1826,6 +1998,9 @@ func (*UnimplementedHubQueryServiceServer) QueryNodes(ctx context.Context, req * func (*UnimplementedHubQueryServiceServer) GetHostsByRoles(ctx context.Context, req *RolesHostsReq) (*HostsResp, error) { return nil, status.Errorf(codes.Unimplemented, "method GetHostsByRoles not implemented") } +func (*UnimplementedHubQueryServiceServer) GetScoreDistribution(ctx context.Context, req *ScoreDisReq) (*ScoreDisResp, error) { + return nil, status.Errorf(codes.Unimplemented, "method GetScoreDistribution not implemented") +} func RegisterHubQueryServiceServer(s *grpc.Server, srv HubQueryServiceServer) { s.RegisterService(&_HubQueryService_serviceDesc, srv) @@ -1921,6 +2096,24 @@ func _HubQueryService_GetHostsByRoles_Handler(srv interface{}, ctx context.Conte return interceptor(ctx, in, info, handler) } +func _HubQueryService_GetScoreDistribution_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ScoreDisReq) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(HubQueryServiceServer).GetScoreDistribution(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/hub.HubQueryService/GetScoreDistribution", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(HubQueryServiceServer).GetScoreDistribution(ctx, req.(*ScoreDisReq)) + } + return interceptor(ctx, in, info, handler) +} + var _HubQueryService_serviceDesc = grpc.ServiceDesc{ ServiceName: "hub.HubQueryService", HandlerType: (*HubQueryServiceServer)(nil), @@ -1945,6 +2138,10 @@ var _HubQueryService_serviceDesc = grpc.ServiceDesc{ MethodName: "GetHostsByRoles", Handler: _HubQueryService_GetHostsByRoles_Handler, }, + { + MethodName: "GetScoreDistribution", + Handler: _HubQueryService_GetScoreDistribution_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "protos/hub/hub.proto", @@ -2942,6 +3139,16 @@ func (m *Host) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + n8, err8 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ReportStatusTimestamp, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ReportStatusTimestamp):]) + if err8 != nil { + return 0, err8 + } + i -= n8 + i = encodeVarintHub(dAtA, i, uint64(n8)) + i-- + dAtA[i] = 0x2 + i-- + dAtA[i] = 0xba if m.Inactive != 0 { i = encodeVarintHub(dAtA, i, uint64(m.Inactive)) i-- @@ -2957,31 +3164,31 @@ func (m *Host) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0xad } - n8, err8 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ActiveTimestamp, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ActiveTimestamp):]) - if err8 != nil { - return 0, err8 + n9, err9 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ActiveTimestamp, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ActiveTimestamp):]) + if err9 != nil { + return 0, err9 } - i -= n8 - i = encodeVarintHub(dAtA, i, uint64(n8)) + i -= n9 + i = encodeVarintHub(dAtA, i, uint64(n9)) i-- dAtA[i] = 0x2 i-- dAtA[i] = 0xa2 if len(m.Roles) > 0 { - dAtA10 := make([]byte, len(m.Roles)*10) - var j9 int + dAtA11 := make([]byte, len(m.Roles)*10) + var j10 int for _, num := range m.Roles { for num >= 1<<7 { - dAtA10[j9] = uint8(uint64(num)&0x7f | 0x80) + dAtA11[j10] = uint8(uint64(num)&0x7f | 0x80) num >>= 7 - j9++ + j10++ } - dAtA10[j9] = uint8(num) - j9++ + dAtA11[j10] = uint8(num) + j10++ } - i -= j9 - copy(dAtA[i:], dAtA10[:j9]) - i = encodeVarintHub(dAtA, i, uint64(j9)) + i -= j10 + copy(dAtA[i:], dAtA11[:j10]) + i = encodeVarintHub(dAtA, i, uint64(j10)) i-- dAtA[i] = 0x2 i-- @@ -3212,21 +3419,21 @@ func (m *Host) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x22 } - n13, err13 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.UpdateTimestamp, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.UpdateTimestamp):]) - if err13 != nil { - return 0, err13 - } - i -= n13 - i = encodeVarintHub(dAtA, i, uint64(n13)) - i-- - dAtA[i] = 0x1a - n14, err14 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.CreateTimestamp, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.CreateTimestamp):]) + n14, err14 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.UpdateTimestamp, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.UpdateTimestamp):]) if err14 != nil { return 0, err14 } i -= n14 i = encodeVarintHub(dAtA, i, uint64(n14)) i-- + dAtA[i] = 0x1a + n15, err15 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.CreateTimestamp, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.CreateTimestamp):]) + if err15 != nil { + return 0, err15 + } + i -= n15 + i = encodeVarintHub(dAtA, i, uint64(n15)) + i-- dAtA[i] = 0x12 if len(m.NodeId) > 0 { i -= len(m.NodeId) @@ -3277,6 +3484,100 @@ func (m *Location) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *ScoreDisReq) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ScoreDisReq) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ScoreDisReq) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.NewVersion != 0 { + i = encodeVarintHub(dAtA, i, uint64(m.NewVersion)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil +} + +func (m *ScoreDisResp) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ScoreDisResp) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ScoreDisResp) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + n16, err16 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ResponseTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ResponseTime):]) + if err16 != nil { + return 0, err16 + } + i -= n16 + i = encodeVarintHub(dAtA, i, uint64(n16)) + i-- + dAtA[i] = 0x32 + if m.Level3 != 0 { + i = encodeVarintHub(dAtA, i, uint64(m.Level3)) + i-- + dAtA[i] = 0x28 + } + if m.Level2 != 0 { + i = encodeVarintHub(dAtA, i, uint64(m.Level2)) + i-- + dAtA[i] = 0x20 + } + if m.Level1 != 0 { + i = encodeVarintHub(dAtA, i, uint64(m.Level1)) + i-- + dAtA[i] = 0x18 + } + if len(m.Message) > 0 { + i -= len(m.Message) + copy(dAtA[i:], m.Message) + i = encodeVarintHub(dAtA, i, uint64(len(m.Message))) + i-- + dAtA[i] = 0x12 + } + if m.Code != 0 { + i = encodeVarintHub(dAtA, i, uint64(m.Code)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil +} + func encodeVarintHub(dAtA []byte, offset int, v uint64) int { offset -= sovHub(v) base := offset @@ -3748,6 +4049,8 @@ func (m *Host) Size() (n int) { if m.Inactive != 0 { n += 2 + sovHub(uint64(m.Inactive)) } + l = github_com_tron_us_protobuf_types.SizeOfStdTime(m.ReportStatusTimestamp) + n += 2 + l + sovHub(uint64(l)) if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -3772,6 +4075,51 @@ func (m *Location) Size() (n int) { return n } +func (m *ScoreDisReq) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.NewVersion != 0 { + n += 1 + sovHub(uint64(m.NewVersion)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *ScoreDisResp) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Code != 0 { + n += 1 + sovHub(uint64(m.Code)) + } + l = len(m.Message) + if l > 0 { + n += 1 + l + sovHub(uint64(l)) + } + if m.Level1 != 0 { + n += 1 + sovHub(uint64(m.Level1)) + } + if m.Level2 != 0 { + n += 1 + sovHub(uint64(m.Level2)) + } + if m.Level3 != 0 { + n += 1 + sovHub(uint64(m.Level3)) + } + l = github_com_tron_us_protobuf_types.SizeOfStdTime(m.ResponseTime) + n += 1 + l + sovHub(uint64(l)) + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func sovHub(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -6517,8 +6865,41 @@ func (m *Host) Unmarshal(dAtA []byte) error { break } } - default: - iNdEx = preIndex + case 39: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ReportStatusTimestamp", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthHub + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthHub + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_tron_us_protobuf_types.StdTimeUnmarshal(&m.ReportStatusTimestamp, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex skippy, err := skipHub(dAtA[iNdEx:]) if err != nil { return err @@ -6618,6 +6999,274 @@ func (m *Location) Unmarshal(dAtA []byte) error { } return nil } +func (m *ScoreDisReq) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: ScoreDisReq: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ScoreDisReq: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field NewVersion", wireType) + } + m.NewVersion = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.NewVersion |= HubRouter(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipHub(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthHub + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthHub + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *ScoreDisResp) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: ScoreDisResp: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ScoreDisResp: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Code", wireType) + } + m.Code = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Code |= ResponseCode(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Message", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthHub + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthHub + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Message = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 3: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Level1", wireType) + } + m.Level1 = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Level1 |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 4: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Level2", wireType) + } + m.Level2 = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Level2 |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Level3", wireType) + } + m.Level3 = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Level3 |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ResponseTime", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowHub + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthHub + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthHub + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_tron_us_protobuf_types.StdTimeUnmarshal(&m.ResponseTime, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipHub(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthHub + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthHub + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipHub(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/protos/hub/hub.proto b/protos/hub/hub.proto index 2c5d919..5e6573b 100644 --- a/protos/hub/hub.proto +++ b/protos/hub/hub.proto @@ -27,6 +27,7 @@ service HubQueryService { rpc GetStats(StatsReq) returns (StatsResp); rpc QueryNodes(NodesReq) returns (HostsResp); //used by internal services rpc GetHostsByRoles(RolesHostsReq) returns (HostsResp); + rpc GetScoreDistribution(ScoreDisReq) returns (ScoreDisResp); } message NodesReq { @@ -221,6 +222,10 @@ message Host { ]; float active_score = 37; uint64 inactive = 38; + google.protobuf.Timestamp report_status_timestamp = 39 [ + (gogoproto.nullable) = false, + (gogoproto.stdtime) = true + ]; } message Location { @@ -234,3 +239,19 @@ enum HubRouter { V2 = 2; ALL = 3; } + +message ScoreDisReq { + HubRouter new_version = 1; +} + +message ScoreDisResp { + ResponseCode code = 1; + string message = 2; + int32 level1 = 3; + int32 level2 = 4; + int32 level3 = 5; + google.protobuf.Timestamp response_time = 6 [ + (gogoproto.nullable) = false, + (gogoproto.stdtime) = true + ]; +} diff --git a/protos/node/node.pb.go b/protos/node/node.pb.go index 253da5b..7392b45 100644 --- a/protos/node/node.pb.go +++ b/protos/node/node.pb.go @@ -404,9 +404,10 @@ type Node struct { HVal string `protobuf:"bytes,25,opt,name=h_val,json=hVal,proto3" json:"h_val,omitempty" pg:"h_val"` Node_Geo `protobuf:"bytes,26,opt,name=geo,proto3,embedded=geo" json:"geo" pg:"geo"` Node_ExperimentalFlags `protobuf:"bytes,27,opt,name=flg,proto3,embedded=flg" json:"flg" pg:"flg"` - XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` - XXX_unrecognized []byte `json:"-" pg:"-"` - XXX_sizecache int32 `json:"-" pg:"-"` + FirstCreatedTime time.Time `protobuf:"bytes,28,opt,name=first_created_time,json=firstCreatedTime,proto3,stdtime" json:"first_created_time" pg:"first_created_time"` + XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` + XXX_unrecognized []byte `json:"-" pg:"-"` + XXX_sizecache int32 `json:"-" pg:"-"` } func (m *Node) Reset() { *m = Node{} } @@ -603,6 +604,13 @@ func (m *Node) GetHVal() string { return "" } +func (m *Node) GetFirstCreatedTime() time.Time { + if m != nil { + return m.FirstCreatedTime + } + return time.Time{} +} + func (*Node) XXX_MessageName() string { return "node.Node" } @@ -2320,223 +2328,224 @@ func init() { proto.RegisterFile("protos/node/node.proto", fileDescriptor_35f8e1 func init() { golang_proto.RegisterFile("protos/node/node.proto", fileDescriptor_35f8e1f5ec2240a2) } var fileDescriptor_35f8e1f5ec2240a2 = []byte{ - // 3453 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x5a, 0x4f, 0x73, 0x23, 0x49, - 0x56, 0x1f, 0x59, 0x92, 0x2d, 0x3d, 0xc9, 0xb2, 0x94, 0x76, 0xdb, 0x6a, 0xcf, 0xb4, 0xdd, 0x78, - 0xd8, 0xdd, 0xa6, 0xb7, 0x47, 0xdd, 0x78, 0xfe, 0xb0, 0xd3, 0xb3, 0xc4, 0x60, 0xcb, 0xda, 0x76, - 0xc7, 0xba, 0x65, 0x6f, 0xc9, 0xee, 0x09, 0x38, 0x50, 0x91, 0xae, 0x4a, 0x4b, 0x15, 0x2e, 0x55, - 0x15, 0x95, 0x59, 0xf6, 0x78, 0x82, 0x3b, 0x44, 0x00, 0x11, 0x1c, 0x38, 0xec, 0x89, 0x20, 0x38, - 0x70, 0xe0, 0xc2, 0x57, 0xe0, 0x04, 0x73, 0xdc, 0x0f, 0x40, 0xf4, 0xc2, 0xcc, 0x8d, 0xe0, 0x42, - 0x5f, 0xe0, 0xb8, 0xf1, 0x5e, 0x66, 0x95, 0x4a, 0xb6, 0x66, 0x63, 0xdc, 0xd1, 0x17, 0x87, 0xea, - 0xfd, 0xde, 0x7b, 0x95, 0xf9, 0xfe, 0x67, 0x96, 0x61, 0x35, 0x8a, 0x43, 0x15, 0xca, 0xc7, 0x41, - 0xe8, 0x0a, 0xfa, 0xd3, 0x21, 0x02, 0x2b, 0xe1, 0xef, 0xf5, 0xa7, 0x43, 0x4f, 0x8d, 0x92, 0xd3, - 0x8e, 0x13, 0x8e, 0x1f, 0xab, 0x38, 0x0c, 0x3e, 0x48, 0xe4, 0xe3, 0x61, 0xf8, 0xc1, 0xa9, 0x3a, - 0x93, 0x1f, 0x38, 0xe1, 0x78, 0x1c, 0x06, 0x8f, 0x8d, 0xfc, 0x30, 0xe1, 0xb1, 0xab, 0xff, 0x6a, - 0x0d, 0xeb, 0x4f, 0x66, 0xc8, 0x12, 0x72, 0x9a, 0x9c, 0x3d, 0x1e, 0x86, 0xc3, 0x90, 0x1e, 0xe8, - 0x97, 0x91, 0xd8, 0x1c, 0x86, 0xe1, 0xd0, 0x17, 0x13, 0x2e, 0xe5, 0x8d, 0x85, 0x54, 0x7c, 0x1c, - 0x69, 0x86, 0xad, 0x7f, 0x2f, 0x40, 0xed, 0x88, 0x5f, 0x1d, 0x84, 0xdc, 0x7d, 0x1e, 0x9c, 0x85, - 0x6c, 0x0d, 0x16, 0x70, 0x99, 0xb6, 0xe7, 0xb6, 0x0b, 0xf7, 0x0b, 0x0f, 0xaa, 0xd6, 0x3c, 0x3e, - 0x3e, 0x77, 0xd9, 0x06, 0xd0, 0xfa, 0xdb, 0x73, 0xf7, 0x0b, 0x0f, 0x6a, 0xdb, 0xd0, 0xa1, 0x8d, - 0xf5, 0x43, 0x57, 0x58, 0x44, 0x67, 0x3f, 0x85, 0x25, 0xd7, 0x93, 0x4e, 0x78, 0x21, 0xe2, 0x2b, - 0x1b, 0x29, 0xb2, 0x5d, 0xbc, 0x5f, 0x7c, 0x50, 0xdb, 0x5e, 0xd6, 0xac, 0x7b, 0x29, 0x48, 0x32, - 0x0d, 0x37, 0xff, 0x28, 0xd9, 0x0e, 0x54, 0x7d, 0x2e, 0x95, 0x8d, 0xcb, 0x6b, 0x97, 0xe8, 0x15, - 0xeb, 0x1d, 0xbd, 0xf6, 0x4e, 0xba, 0xf6, 0xce, 0x71, 0xba, 0xf6, 0xdd, 0xca, 0xd7, 0xaf, 0x36, - 0xdf, 0xf9, 0xdb, 0x5f, 0x6f, 0x16, 0xac, 0x0a, 0x8a, 0x21, 0xb0, 0xf5, 0x77, 0x05, 0x58, 0x9c, - 0x7a, 0x09, 0x7b, 0x0f, 0x40, 0x85, 0xf6, 0xf4, 0x76, 0x2a, 0x2a, 0xec, 0xeb, 0x0d, 0x3d, 0x81, - 0x15, 0x82, 0x9c, 0x30, 0x08, 0x84, 0xa3, 0x6c, 0x9f, 0x2b, 0x11, 0x38, 0x57, 0xb4, 0xc1, 0xb2, - 0xc5, 0x10, 0xeb, 0x6a, 0xe8, 0x40, 0x23, 0xec, 0x43, 0xa8, 0x88, 0x38, 0xb6, 0x1d, 0x34, 0x43, - 0xf1, 0x7e, 0xe1, 0x41, 0x63, 0xbb, 0x7d, 0x6d, 0x6f, 0xbd, 0x38, 0x0e, 0xe3, 0x2e, 0x6e, 0x70, - 0x41, 0xc4, 0xf4, 0x63, 0xeb, 0xff, 0xe6, 0xa0, 0x9e, 0xe1, 0xc7, 0xfc, 0x94, 0xbd, 0x04, 0x50, - 0xfc, 0xd4, 0x17, 0x76, 0xc0, 0xc7, 0x42, 0xaf, 0x6a, 0xf7, 0x0f, 0x5e, 0xbf, 0xda, 0xfc, 0x30, - 0x1a, 0x3e, 0xdd, 0xa2, 0x15, 0x65, 0xb6, 0x79, 0xc4, 0x7d, 0x8f, 0xcb, 0xa7, 0xea, 0x11, 0x52, - 0x78, 0xec, 0xda, 0x49, 0x70, 0x1e, 0x84, 0x97, 0x81, 0xed, 0x84, 0x7e, 0x32, 0x0e, 0xe4, 0x96, - 0x55, 0x25, 0x55, 0x7d, 0x3e, 0x16, 0x79, 0xcf, 0xcd, 0x4d, 0x79, 0x6e, 0x13, 0x6a, 0xe9, 0x1e, - 0x9d, 0x40, 0xd1, 0xca, 0x17, 0x2d, 0x30, 0xa4, 0x6e, 0xa0, 0x58, 0x07, 0x96, 0xf9, 0xc5, 0xf0, - 0x86, 0x21, 0x4a, 0x64, 0x88, 0x16, 0xbf, 0x18, 0xfe, 0x16, 0x3b, 0x94, 0xbf, 0xa7, 0x1d, 0xd8, - 0x8f, 0xf2, 0xf1, 0xe1, 0xf3, 0x53, 0xe1, 0xb7, 0xe7, 0xe9, 0x05, 0x93, 0x50, 0x38, 0x40, 0x2a, - 0x7b, 0x06, 0x75, 0x8c, 0x02, 0xdb, 0x89, 0x05, 0x57, 0xc2, 0x6d, 0x2f, 0xdc, 0x22, 0x1a, 0x6a, - 0x28, 0xd9, 0xd5, 0x82, 0x5b, 0xff, 0xbb, 0x02, 0x25, 0x8a, 0x83, 0xe3, 0x19, 0x16, 0xff, 0xf8, - 0xf5, 0xab, 0xcd, 0xdf, 0xcf, 0x2c, 0x3e, 0x16, 0x2a, 0xf6, 0x1c, 0xf9, 0x76, 0xec, 0xfd, 0x3b, - 0x50, 0xc7, 0x6c, 0xb6, 0x2f, 0x44, 0x2c, 0xbd, 0x30, 0x20, 0x83, 0x57, 0xad, 0x1a, 0xd2, 0x5e, - 0x6a, 0x12, 0xca, 0x26, 0xd1, 0x24, 0xd8, 0x4b, 0xd6, 0x7c, 0x12, 0xe1, 0x7e, 0x50, 0x56, 0xaa, - 0x30, 0xe6, 0x43, 0x61, 0x27, 0x52, 0xb8, 0x64, 0xde, 0x92, 0x55, 0x33, 0xb4, 0x13, 0x29, 0x5c, - 0xf6, 0x08, 0x58, 0xca, 0x72, 0x81, 0xcb, 0x12, 0xb6, 0xc3, 0x23, 0xb2, 0x65, 0xc9, 0x6a, 0x1a, - 0xe4, 0x25, 0x01, 0x5d, 0x1e, 0xa1, 0xf3, 0xc7, 0x62, 0x1c, 0xc6, 0x57, 0x5a, 0xdf, 0x02, 0xb1, - 0x81, 0x26, 0x91, 0xba, 0xbb, 0x50, 0x71, 0xa2, 0x44, 0xa3, 0x95, 0xfb, 0x85, 0x07, 0x05, 0x6b, - 0xc1, 0x89, 0x12, 0x82, 0x56, 0x61, 0x3e, 0x89, 0xfc, 0x90, 0xbb, 0xed, 0x6a, 0xba, 0x48, 0x7c, - 0x62, 0xeb, 0x50, 0x71, 0xc3, 0xcb, 0x80, 0x10, 0x20, 0x24, 0x7b, 0xc6, 0x0d, 0xa8, 0x50, 0x71, - 0xdf, 0x36, 0x92, 0x35, 0xbd, 0x01, 0xa2, 0x9d, 0x68, 0xf1, 0x1f, 0x40, 0x43, 0xb3, 0x64, 0x4a, - 0xea, 0xc4, 0xb4, 0x48, 0xd4, 0xbd, 0x54, 0x53, 0x6e, 0x9f, 0x51, 0xec, 0x39, 0xc2, 0x76, 0x05, - 0xf7, 0xdb, 0x8b, 0x53, 0xfb, 0x3c, 0x42, 0x60, 0x4f, 0x70, 0x1f, 0xb3, 0xf9, 0x94, 0x07, 0xee, - 0xa5, 0xe7, 0xaa, 0x51, 0x9e, 0xbf, 0x41, 0xfc, 0x2c, 0xc3, 0x26, 0x12, 0x9f, 0x42, 0x45, 0x0a, - 0xa5, 0xbc, 0x60, 0x28, 0xdb, 0x4b, 0x14, 0x63, 0xcb, 0x93, 0xa2, 0xd6, 0x19, 0x18, 0x48, 0x07, - 0xd7, 0xaf, 0x5e, 0x61, 0xa9, 0x49, 0xd9, 0xd9, 0x06, 0x40, 0x2c, 0xa2, 0x44, 0x71, 0x85, 0xfe, - 0x6d, 0x92, 0xd5, 0x72, 0x14, 0xf6, 0x2e, 0x54, 0x4f, 0xfd, 0xd0, 0x39, 0x97, 0x76, 0x12, 0xb5, - 0x5b, 0xda, 0x42, 0x9a, 0x70, 0x42, 0x1e, 0x31, 0x20, 0xee, 0xbf, 0xcd, 0xb4, 0x47, 0x34, 0x09, - 0x37, 0x8f, 0xc1, 0x11, 0x4a, 0x5b, 0x5d, 0x45, 0xa2, 0xbd, 0xac, 0x03, 0x2b, 0x94, 0xc7, 0x57, - 0x91, 0x40, 0xb5, 0x3c, 0x76, 0x46, 0x1a, 0x5a, 0xd1, 0xe5, 0x0c, 0x09, 0x04, 0x1a, 0x3f, 0x7a, - 0xc1, 0x59, 0xd8, 0xbe, 0x43, 0x18, 0xfa, 0x91, 0x6a, 0xfa, 0x8f, 0x60, 0x29, 0x12, 0x22, 0x96, - 0x69, 0x86, 0x0b, 0xb7, 0xbd, 0x46, 0x6f, 0x6d, 0x10, 0xb9, 0x9b, 0x52, 0x6f, 0xa4, 0x5e, 0xfb, - 0x0d, 0x53, 0x8f, 0x2d, 0x43, 0x79, 0x64, 0x5f, 0x70, 0xbf, 0x7d, 0x97, 0x56, 0x52, 0x1a, 0xbd, - 0xe4, 0x3e, 0x7b, 0x08, 0xc5, 0xa1, 0x08, 0xdb, 0xeb, 0xa4, 0xb4, 0x91, 0xb3, 0xf5, 0x33, 0x11, - 0xe6, 0xcc, 0x8c, 0x4c, 0xec, 0x27, 0x50, 0x3c, 0xf3, 0x87, 0xed, 0x77, 0x89, 0xf7, 0xbd, 0x1c, - 0x6f, 0xef, 0xcb, 0x48, 0xc4, 0xde, 0x58, 0x04, 0x8a, 0xfb, 0x3f, 0xf3, 0xf9, 0x94, 0x83, 0x50, - 0x64, 0xfd, 0x3f, 0xca, 0x50, 0x49, 0x9d, 0xc7, 0x1e, 0x42, 0x6b, 0x3a, 0x86, 0xb8, 0x3c, 0xa7, - 0x02, 0x50, 0xb2, 0x96, 0xf2, 0x21, 0xb4, 0x23, 0xcf, 0xb1, 0x0a, 0x5e, 0x8f, 0x20, 0xe4, 0x9e, - 0x23, 0xee, 0xd6, 0x74, 0x00, 0x21, 0xff, 0x03, 0x48, 0xa3, 0x90, 0x12, 0xd9, 0x1e, 0x7b, 0x3a, - 0xd5, 0x4b, 0x56, 0xc3, 0xd0, 0xd1, 0x4c, 0x2f, 0xbc, 0x00, 0xed, 0x3f, 0xd1, 0xec, 0x7b, 0x63, - 0x4f, 0x51, 0xd6, 0x17, 0xac, 0x46, 0x46, 0x3e, 0x40, 0x2a, 0xfb, 0x3d, 0x68, 0x3a, 0xa1, 0x8f, - 0xf5, 0x37, 0xe6, 0xbe, 0x2d, 0x15, 0x3f, 0x17, 0xa6, 0x02, 0x2c, 0x4d, 0xe8, 0x03, 0x24, 0xb3, - 0x6d, 0xb8, 0x73, 0x3d, 0x3b, 0xce, 0x78, 0xe2, 0x2b, 0x53, 0x08, 0x96, 0xa7, 0x13, 0x84, 0x20, - 0xf6, 0x01, 0x30, 0x27, 0x91, 0x2a, 0x1c, 0x7b, 0x5f, 0x09, 0x97, 0xc4, 0xbc, 0x60, 0x48, 0x25, - 0xa1, 0x62, 0xb5, 0x26, 0xc8, 0x91, 0x06, 0xd8, 0xc7, 0x50, 0x8e, 0x43, 0x5f, 0xc8, 0x76, 0xe5, - 0x7e, 0xf1, 0x41, 0x23, 0xef, 0x31, 0x2b, 0xf4, 0xc5, 0xee, 0xd2, 0x3f, 0xff, 0x7a, 0xb3, 0x46, - 0x0c, 0x8f, 0x78, 0x1c, 0xf3, 0x2b, 0x4b, 0x73, 0x63, 0x26, 0xc6, 0x22, 0xe2, 0x5e, 0x7c, 0x6d, - 0x61, 0xba, 0x86, 0x30, 0x8d, 0x4d, 0xad, 0xeb, 0x13, 0x58, 0x9b, 0x92, 0x98, 0x2c, 0xc5, 0x94, - 0x97, 0x3b, 0x39, 0xa1, 0x6e, 0x06, 0xb2, 0xa7, 0x70, 0xd7, 0xc8, 0xcd, 0xd8, 0x56, 0x8d, 0xb6, - 0x65, 0x14, 0x77, 0x6f, 0x6c, 0xee, 0x13, 0x58, 0x73, 0x46, 0xdc, 0xf7, 0x45, 0x70, 0xc3, 0x82, - 0xba, 0x1a, 0xdd, 0xc9, 0xe0, 0xa9, 0xb5, 0xfe, 0x14, 0xd6, 0xaf, 0xcb, 0xe5, 0x96, 0xab, 0xab, - 0x53, 0x7b, 0x5a, 0x34, 0xb7, 0xe2, 0x3f, 0x82, 0xf7, 0x26, 0xd2, 0x33, 0x16, 0xdd, 0xa0, 0x45, - 0x4f, 0xde, 0x70, 0x63, 0xdd, 0xeb, 0x7f, 0x0e, 0xc5, 0x67, 0x22, 0x64, 0xef, 0xc3, 0xa2, 0x13, - 0x26, 0x81, 0x8a, 0xaf, 0x6c, 0x39, 0x0a, 0x63, 0x65, 0xa6, 0x9b, 0xba, 0x21, 0x0e, 0x90, 0x86, - 0xf5, 0x3b, 0x16, 0x43, 0x2c, 0x51, 0xa6, 0x41, 0xe9, 0x27, 0xac, 0xdf, 0x3e, 0x57, 0x9e, 0x4a, - 0xcc, 0x1c, 0x33, 0x67, 0x65, 0xcf, 0xec, 0x3d, 0xa8, 0xfa, 0x61, 0x30, 0xd4, 0x60, 0x89, 0xc0, - 0x09, 0x61, 0xfd, 0xef, 0xe7, 0xa1, 0x75, 0x23, 0x03, 0x51, 0x86, 0x07, 0xdc, 0xbf, 0x52, 0x9e, - 0x23, 0x69, 0x21, 0x15, 0x6b, 0x42, 0x60, 0x3f, 0x86, 0xd6, 0x99, 0xe7, 0x0b, 0x0c, 0x48, 0x61, - 0x8b, 0x00, 0xfb, 0xa7, 0xee, 0x98, 0x15, 0xab, 0x99, 0x01, 0x3d, 0x4d, 0xc7, 0xa2, 0x3f, 0x0a, - 0xa5, 0x92, 0xb6, 0xbc, 0x0a, 0x9c, 0x8c, 0xbb, 0xa8, 0xb9, 0x09, 0x19, 0x5c, 0x05, 0x4e, 0xca, - 0xfd, 0x43, 0x58, 0xca, 0x71, 0x8f, 0x43, 0xb3, 0xe4, 0xaa, 0xb5, 0x98, 0xb1, 0xbe, 0xc0, 0x01, - 0xe0, 0x23, 0x58, 0xf5, 0xbd, 0xd3, 0x68, 0x3b, 0xb2, 0xa5, 0x8a, 0x05, 0x1f, 0xdb, 0x63, 0x34, - 0x13, 0x1a, 0xbc, 0x4c, 0x9a, 0x57, 0x34, 0x3a, 0x20, 0xf0, 0x85, 0xc1, 0xd8, 0xef, 0x42, 0x03, - 0x45, 0x46, 0x4a, 0x45, 0x76, 0x14, 0x87, 0x5f, 0x5e, 0x51, 0x6e, 0x55, 0xac, 0x7a, 0xb4, 0x1d, - 0xed, 0x2b, 0x15, 0x1d, 0x21, 0x8d, 0xdd, 0x03, 0x88, 0x62, 0x71, 0x26, 0x62, 0x5b, 0xf9, 0xd2, - 0x24, 0x53, 0x55, 0x53, 0x8e, 0x7d, 0xc9, 0x18, 0x94, 0xfe, 0x2c, 0xf1, 0x1c, 0x6a, 0xad, 0x15, - 0x8b, 0x7e, 0xe3, 0xb2, 0x63, 0x31, 0x0e, 0x2f, 0x84, 0x1d, 0x06, 0x76, 0x12, 0x44, 0x5e, 0x40, - 0xc9, 0x51, 0xb1, 0x16, 0x35, 0xf9, 0x30, 0x38, 0x41, 0x22, 0x96, 0x03, 0x39, 0xe2, 0xb1, 0xeb, - 0x05, 0xc3, 0xcc, 0x14, 0x40, 0x8c, 0x4b, 0x29, 0x3d, 0xb5, 0xc4, 0x47, 0xb0, 0x9a, 0x96, 0x03, - 0xc7, 0xf7, 0x44, 0xa0, 0x32, 0x01, 0x9d, 0x07, 0x2b, 0x06, 0xed, 0x12, 0x98, 0x4a, 0x3d, 0x81, - 0x94, 0x6e, 0xa3, 0xc1, 0x32, 0x99, 0x3a, 0xc9, 0xa4, 0xed, 0x77, 0x3f, 0x94, 0x99, 0xc4, 0x63, - 0x58, 0x96, 0x2a, 0xe6, 0x4a, 0x0c, 0x3d, 0x07, 0x8d, 0x72, 0xe1, 0xe1, 0x2a, 0x28, 0xee, 0x49, - 0xc0, 0x40, 0x47, 0x29, 0x82, 0x15, 0x38, 0x89, 0xb1, 0x96, 0xe5, 0xbd, 0xaf, 0xc3, 0x7c, 0x29, - 0x89, 0xfd, 0x41, 0xde, 0xf9, 0x1d, 0x58, 0x76, 0x3d, 0x49, 0x93, 0x1a, 0x4f, 0x54, 0x68, 0x27, - 0x91, 0xcb, 0x95, 0xa0, 0xe6, 0x5c, 0xb1, 0x5a, 0x06, 0xda, 0x49, 0x54, 0x78, 0x42, 0x00, 0x46, - 0xd6, 0x30, 0xe6, 0xd1, 0x68, 0x2a, 0x56, 0x9a, 0x3a, 0x56, 0x32, 0x20, 0xa7, 0xdc, 0x14, 0x8b, - 0xa9, 0xad, 0xb6, 0xb4, 0x72, 0x0d, 0xe5, 0x77, 0xfa, 0x11, 0xac, 0x4e, 0x52, 0x75, 0x4a, 0x84, - 0x69, 0x8b, 0x66, 0x68, 0x4e, 0x6a, 0xeb, 0x7f, 0x0a, 0xd0, 0xec, 0xeb, 0x93, 0x83, 0x8a, 0xb9, - 0xa3, 0x06, 0x8a, 0x2b, 0x66, 0xcd, 0x98, 0x3f, 0x3f, 0x7c, 0xfd, 0x6a, 0xf3, 0x31, 0xce, 0x9f, - 0xdc, 0xf7, 0xb1, 0x75, 0x88, 0xf8, 0x2d, 0x4d, 0x9f, 0x38, 0x7b, 0x78, 0x43, 0xad, 0xd2, 0x24, - 0x4e, 0xe5, 0xd4, 0x1b, 0xbe, 0xc0, 0x67, 0xd6, 0x87, 0x26, 0x1d, 0xb3, 0xc6, 0xa1, 0xeb, 0x9d, - 0x5d, 0xdd, 0xfe, 0xb4, 0xd5, 0x40, 0xe9, 0x17, 0x24, 0x4c, 0x67, 0xae, 0x5f, 0x02, 0xd4, 0x06, - 0x3a, 0x4a, 0x68, 0xa7, 0x9f, 0x01, 0x90, 0xa9, 0xa4, 0xe2, 0x4a, 0x97, 0x82, 0xda, 0xf6, 0xaa, - 0xee, 0x1b, 0x39, 0xb6, 0x0e, 0x5a, 0x6c, 0xb7, 0x84, 0x5a, 0xad, 0x2a, 0xf2, 0x23, 0x11, 0xcf, - 0x80, 0xf5, 0x58, 0x04, 0x4a, 0xc4, 0x46, 0x5c, 0x9f, 0x34, 0xdb, 0x37, 0xc5, 0x2d, 0xe2, 0x32, - 0x0a, 0x6a, 0x5a, 0x86, 0x54, 0xac, 0xff, 0xdb, 0x3c, 0x54, 0xf7, 0x33, 0x85, 0x34, 0xbf, 0xd2, - 0x1e, 0x0b, 0x54, 0xc8, 0xcc, 0x13, 0x5b, 0x81, 0xb2, 0x74, 0xc2, 0x58, 0x9f, 0x65, 0xe7, 0x2c, - 0xfd, 0x80, 0x93, 0xab, 0xc6, 0x6d, 0x0d, 0xea, 0xca, 0x58, 0xd3, 0xb4, 0x01, 0xb1, 0xe0, 0x00, - 0x36, 0x4c, 0x71, 0x5d, 0x1c, 0x2b, 0xb8, 0x28, 0x02, 0xdf, 0x87, 0x45, 0x33, 0xf1, 0x1b, 0x86, - 0x32, 0x31, 0xd4, 0x0d, 0x51, 0x33, 0x6d, 0x42, 0x4d, 0x46, 0x42, 0xb8, 0x86, 0x65, 0x9e, 0x58, - 0x80, 0x48, 0x9a, 0xe1, 0x11, 0x30, 0x3d, 0x39, 0xdb, 0x79, 0xbe, 0x05, 0xe2, 0x6b, 0x6a, 0x64, - 0x30, 0xe1, 0x7e, 0x02, 0x2b, 0xe9, 0x10, 0x3d, 0xc5, 0x5f, 0x21, 0x7e, 0x96, 0x62, 0x39, 0x89, - 0xf7, 0x61, 0xd1, 0xec, 0xf2, 0x52, 0x78, 0xc3, 0x91, 0x6e, 0xcb, 0x73, 0x96, 0xd9, 0xfa, 0x17, - 0x44, 0xc3, 0x9a, 0x86, 0xfb, 0x34, 0x1c, 0xa0, 0xbb, 0x00, 0x1f, 0xa6, 0xf0, 0x0f, 0xa0, 0x91, - 0xee, 0xd4, 0xb0, 0xd4, 0x88, 0x25, 0xdd, 0xbf, 0x61, 0xc3, 0xb3, 0x0c, 0xad, 0xc9, 0x30, 0xd5, - 0xb5, 0x41, 0x89, 0x66, 0x58, 0x3a, 0xb0, 0x3c, 0xb5, 0x5b, 0xc3, 0xb9, 0x48, 0x9c, 0xad, 0xdc, - 0x76, 0x0d, 0xff, 0x36, 0xdc, 0xb9, 0xb6, 0x5f, 0x23, 0xd1, 0x20, 0x89, 0xe5, 0xa9, 0x0d, 0x1b, - 0x99, 0x67, 0x50, 0xa7, 0x98, 0xd7, 0xd5, 0xc4, 0x35, 0xb3, 0xfe, 0xf7, 0x1c, 0x6a, 0x51, 0x52, - 0x57, 0x1b, 0x3a, 0xda, 0x70, 0x47, 0x79, 0x17, 0x69, 0x00, 0x34, 0xf5, 0x7e, 0x34, 0x2d, 0xb3, - 0xae, 0x61, 0x31, 0xeb, 0x6a, 0x69, 0xeb, 0x6a, 0xe2, 0xc4, 0x2e, 0xc6, 0x05, 0xbe, 0xb8, 0x10, - 0x3e, 0xd5, 0x93, 0x72, 0x1a, 0x68, 0x07, 0x48, 0x4a, 0x03, 0x4d, 0xe3, 0xcb, 0x84, 0x63, 0xa0, - 0x69, 0x30, 0x17, 0x68, 0x9a, 0x61, 0x85, 0x18, 0xd2, 0x40, 0xd3, 0x4c, 0x93, 0xc5, 0x6a, 0x9e, - 0x3b, 0xfa, 0x25, 0x9a, 0xa6, 0x59, 0x56, 0xa0, 0xac, 0xb1, 0x55, 0xc2, 0xf4, 0xc3, 0xd3, 0xd2, - 0x3f, 0xfc, 0xe3, 0x66, 0x61, 0xfd, 0x6f, 0xe6, 0xa0, 0x84, 0x89, 0x84, 0x39, 0x14, 0x06, 0xbe, - 0x17, 0x08, 0xd3, 0xd8, 0xcd, 0xd3, 0x8d, 0x83, 0x2a, 0xa6, 0x52, 0x71, 0xfa, 0xa0, 0x8a, 0xb1, - 0x9e, 0xf6, 0x24, 0x1e, 0x51, 0x3e, 0x15, 0x2d, 0x48, 0x1b, 0x11, 0x8f, 0xf2, 0x27, 0x3c, 0xd7, - 0x93, 0xe7, 0x36, 0x9d, 0xff, 0x28, 0xaf, 0x8a, 0xd9, 0x09, 0x6f, 0xcf, 0x93, 0xe7, 0xc7, 0x48, - 0xcf, 0xb7, 0x38, 0xe2, 0xe6, 0x17, 0xdc, 0xf3, 0xb1, 0x1e, 0x52, 0xa2, 0x15, 0xb3, 0x16, 0x87, - 0x12, 0x3b, 0x29, 0xc6, 0x3e, 0x87, 0xb2, 0xae, 0x26, 0xf3, 0xe4, 0xf6, 0x77, 0x67, 0x17, 0x23, - 0xaa, 0x17, 0xbb, 0xf5, 0xf4, 0x24, 0xf1, 0xdf, 0x58, 0x58, 0xb4, 0x9c, 0xb1, 0xc7, 0x43, 0x98, - 0xd7, 0x55, 0x07, 0x87, 0xa7, 0x58, 0x48, 0x11, 0x5f, 0x88, 0xec, 0x4a, 0x29, 0x7d, 0xd6, 0xbc, - 0xfa, 0xef, 0xd6, 0xbf, 0x14, 0xa1, 0x3e, 0xd5, 0x05, 0x3a, 0xb0, 0x6c, 0x3c, 0xe2, 0x18, 0xb2, - 0x1d, 0x24, 0x63, 0xd2, 0x51, 0xb4, 0x5a, 0x1a, 0x4a, 0x05, 0xfa, 0xc9, 0x18, 0xbb, 0x9b, 0x13, - 0x8e, 0x23, 0x11, 0x48, 0x3a, 0x54, 0xda, 0x11, 0xf7, 0x52, 0x33, 0x37, 0xf3, 0xc0, 0x11, 0xf7, - 0x5c, 0xf6, 0x29, 0xb4, 0xa7, 0x98, 0xc3, 0x44, 0x49, 0xc5, 0x03, 0x6a, 0xce, 0xda, 0xf0, 0x6b, - 0x79, 0xfc, 0x70, 0x02, 0xb3, 0x97, 0xb0, 0x72, 0xe6, 0xc5, 0x52, 0x4d, 0x96, 0x25, 0x15, 0x8f, - 0xd5, 0xad, 0xfa, 0x02, 0x23, 0x0d, 0xb9, 0xed, 0xc6, 0x8a, 0x1d, 0x41, 0x8b, 0xf2, 0x2e, 0x53, - 0x2b, 0x02, 0x7d, 0x9f, 0xf1, 0x7d, 0x95, 0x2e, 0xa1, 0x78, 0xaa, 0xb3, 0x17, 0xb8, 0xec, 0xc7, - 0x50, 0xc2, 0x23, 0x06, 0xb9, 0xb2, 0xb1, 0xbd, 0xa6, 0x5d, 0x99, 0xb7, 0x71, 0x07, 0x0f, 0x26, - 0x16, 0x31, 0x6d, 0x3d, 0x84, 0x12, 0x3e, 0xb1, 0x0a, 0x94, 0xf6, 0x0f, 0x07, 0xc7, 0xcd, 0x77, - 0x18, 0xc0, 0xbc, 0xd5, 0xeb, 0x1f, 0xf7, 0xac, 0x66, 0x81, 0xd5, 0xa1, 0x62, 0xf5, 0x06, 0x3d, - 0xeb, 0x65, 0x6f, 0xaf, 0x39, 0x67, 0x3c, 0xf6, 0xba, 0x0c, 0xd5, 0x54, 0x9b, 0x64, 0x9f, 0x40, - 0x35, 0x5d, 0x39, 0x76, 0xb2, 0xe2, 0xa4, 0x15, 0x65, 0x3c, 0xd9, 0x2f, 0x6b, 0xc2, 0xba, 0xfe, - 0x4f, 0x65, 0xa8, 0xa4, 0x74, 0x73, 0xf5, 0xa6, 0xb7, 0x9f, 0x5d, 0x41, 0x42, 0x4a, 0x7a, 0xee, - 0x62, 0x1b, 0xa7, 0x86, 0x39, 0x69, 0xe3, 0xf8, 0xa8, 0xdb, 0xb8, 0x69, 0x86, 0x9e, 0x6b, 0x6e, - 0x90, 0x2a, 0x9a, 0xf0, 0xdc, 0x65, 0x1f, 0xc3, 0x3c, 0x06, 0x67, 0x22, 0xc9, 0x49, 0x8d, 0xed, - 0x7b, 0x1d, 0x7d, 0x4b, 0x9c, 0xbe, 0x77, 0xca, 0x28, 0xc2, 0x32, 0xcc, 0xac, 0x0b, 0x40, 0xae, - 0xd5, 0x7d, 0xff, 0x36, 0xae, 0xa8, 0x92, 0x1c, 0xdd, 0x50, 0x7d, 0x0e, 0x15, 0x11, 0xb8, 0x5a, - 0xc5, 0xfc, 0x2d, 0x54, 0x2c, 0x88, 0xc0, 0x25, 0x05, 0x7d, 0x68, 0x06, 0xe2, 0x4b, 0x65, 0x0b, - 0xe9, 0xc4, 0xe1, 0xa5, 0x56, 0x74, 0x9b, 0x3b, 0xbe, 0x06, 0x4a, 0xf7, 0x48, 0x98, 0xf4, 0xcd, - 0xcc, 0x93, 0xca, 0x1b, 0xe4, 0x49, 0xf5, 0xb7, 0xe7, 0xc9, 0x3d, 0x80, 0x24, 0xf0, 0x94, 0x3e, - 0xf4, 0x51, 0x53, 0x2c, 0x5a, 0x55, 0xa4, 0xd0, 0x21, 0x0f, 0x61, 0x1a, 0xca, 0x6d, 0xe9, 0x7d, - 0x25, 0xa8, 0x21, 0x16, 0xad, 0x2a, 0x51, 0x06, 0xde, 0x57, 0x39, 0x78, 0xc4, 0xe5, 0x88, 0x5a, - 0x61, 0xd5, 0xc0, 0xfb, 0x5c, 0x8e, 0xd0, 0xdd, 0x78, 0x16, 0xd2, 0xe8, 0xa2, 0x76, 0x37, 0x12, - 0x08, 0x9c, 0x35, 0xb5, 0x35, 0xde, 0x7c, 0x6a, 0x9b, 0x2a, 0x53, 0x7f, 0x5d, 0x83, 0xda, 0xae, - 0x3a, 0x93, 0x03, 0x87, 0x07, 0xc7, 0xfc, 0x94, 0xfd, 0x62, 0xc6, 0xac, 0xba, 0xfd, 0xfa, 0xd5, - 0x66, 0x07, 0x67, 0x55, 0xba, 0xd6, 0x94, 0x0e, 0x0f, 0x6e, 0x35, 0xaa, 0x76, 0x60, 0xf9, 0xda, - 0x85, 0xa5, 0x2f, 0xce, 0x14, 0xc5, 0x7b, 0xc1, 0x6a, 0x4d, 0xdd, 0x58, 0x1e, 0x88, 0x33, 0x85, - 0x43, 0x8d, 0x6e, 0x32, 0x66, 0x2e, 0xc6, 0x32, 0x79, 0x6a, 0x86, 0xd9, 0x45, 0x8b, 0x69, 0x8c, - 0xe6, 0x59, 0xd9, 0x27, 0x84, 0x7d, 0x01, 0x2c, 0x3d, 0x0d, 0xbb, 0x9e, 0x54, 0xb1, 0x77, 0x9a, - 0x28, 0x1c, 0xd0, 0x30, 0x69, 0x1f, 0xe8, 0xa4, 0xcd, 0xed, 0xb1, 0xd3, 0xd5, 0xbc, 0x7b, 0x19, - 0x6b, 0x0f, 0x1f, 0xad, 0x96, 0x73, 0x9d, 0xce, 0x7e, 0x01, 0x4d, 0xea, 0xf5, 0x79, 0xb5, 0x65, - 0x52, 0xfb, 0xc3, 0x9b, 0x6a, 0x69, 0x04, 0xb8, 0xae, 0x74, 0x49, 0x4e, 0x53, 0x6f, 0xdc, 0xb1, - 0xcd, 0xbf, 0xe9, 0x1d, 0x5b, 0xee, 0xf0, 0xc6, 0xfd, 0x58, 0x70, 0x37, 0x77, 0xc5, 0x5b, 0xc8, - 0x0e, 0x6f, 0x3b, 0x1a, 0xa2, 0x86, 0xbc, 0x02, 0x65, 0x1d, 0xbc, 0xfa, 0x9e, 0x57, 0x3f, 0xe0, - 0x82, 0x70, 0xbe, 0xc9, 0x16, 0x54, 0xbd, 0xcd, 0x82, 0x50, 0x32, 0x5d, 0xd0, 0x5d, 0xa8, 0x04, - 0xe2, 0xd2, 0x8e, 0x79, 0x70, 0x4e, 0xe9, 0x51, 0xb5, 0x16, 0x02, 0x71, 0x69, 0xf1, 0xe0, 0x1c, - 0xa3, 0x5f, 0x5f, 0xf9, 0x12, 0x58, 0xd3, 0xd1, 0x4f, 0x14, 0x82, 0x1f, 0xa1, 0xff, 0x4c, 0x99, - 0xc4, 0xf3, 0x10, 0x39, 0x82, 0x92, 0x64, 0x11, 0x73, 0x58, 0x23, 0x3b, 0xbe, 0x4f, 0x8e, 0xc3, - 0x78, 0xca, 0xb8, 0xcf, 0xb8, 0x97, 0xb2, 0x2f, 0x12, 0x7b, 0x2b, 0x85, 0x7e, 0xc6, 0x3d, 0xc3, - 0xff, 0x04, 0x56, 0xa6, 0xb4, 0x1b, 0xcb, 0x50, 0x0a, 0x15, 0x2c, 0x96, 0xd3, 0x6f, 0xc6, 0x02, - 0x1c, 0x33, 0xa7, 0xdf, 0x90, 0x8a, 0x2c, 0x91, 0xc8, 0x72, 0xfe, 0x1d, 0xa9, 0xcc, 0x67, 0xb0, - 0x9e, 0xba, 0x03, 0xc3, 0xdb, 0xbe, 0x1c, 0x89, 0x20, 0xeb, 0x7d, 0xe6, 0x8e, 0x78, 0xcd, 0x70, - 0x60, 0x98, 0x7f, 0x31, 0x12, 0x41, 0xd6, 0x27, 0x3e, 0x85, 0xbb, 0x32, 0x89, 0x44, 0x6c, 0x4f, - 0x07, 0xbe, 0xde, 0x58, 0x8b, 0x36, 0xb6, 0x4a, 0x0c, 0x87, 0xb9, 0xe0, 0xd7, 0xbb, 0xfb, 0x18, - 0xd6, 0xd0, 0xea, 0xb3, 0x04, 0x19, 0x09, 0xae, 0x04, 0xe2, 0xf2, 0xa6, 0xd8, 0x43, 0x68, 0x19, - 0x5e, 0x34, 0x09, 0xa7, 0x0b, 0x11, 0x9a, 0x34, 0x8b, 0xd6, 0x92, 0x06, 0x76, 0x7c, 0x7f, 0x87, - 0xc8, 0x93, 0x3b, 0x7d, 0x0d, 0xd0, 0xbc, 0x59, 0x34, 0x77, 0xfa, 0x5a, 0x27, 0x3a, 0x38, 0x3b, - 0x75, 0x4a, 0x1a, 0x36, 0x8b, 0x56, 0x35, 0x3d, 0x76, 0x4a, 0x4c, 0xd0, 0x74, 0x64, 0xcd, 0x65, - 0xd2, 0xea, 0x77, 0x25, 0xa8, 0xf9, 0x4c, 0x72, 0x23, 0x41, 0x2f, 0xae, 0xd3, 0xd7, 0xf7, 0x60, - 0x75, 0x76, 0x36, 0xb3, 0x26, 0x14, 0xcf, 0xc5, 0x95, 0x69, 0xb9, 0xf8, 0x13, 0xc3, 0xff, 0x82, - 0xfb, 0x89, 0x30, 0x5f, 0xf8, 0xf4, 0xc3, 0xd3, 0xb9, 0x9f, 0x14, 0xd6, 0x77, 0x61, 0x65, 0x56, - 0xf2, 0xde, 0x4a, 0xc7, 0x1e, 0xac, 0xce, 0x5e, 0xf6, 0x6d, 0xb4, 0x6c, 0xfd, 0x45, 0x11, 0x96, - 0x68, 0x29, 0xfb, 0x1e, 0xc6, 0x0a, 0x7d, 0x30, 0x3c, 0x99, 0x51, 0x92, 0x3f, 0x79, 0xfd, 0x6a, - 0x73, 0x1b, 0x4b, 0xb2, 0x2e, 0x4f, 0x23, 0xcd, 0xfd, 0x76, 0x6e, 0x10, 0x66, 0x7f, 0x60, 0x2a, - 0x7e, 0xc7, 0x07, 0xa6, 0xef, 0xa8, 0xee, 0xfa, 0xb3, 0xd6, 0x8c, 0xea, 0x9e, 0x1d, 0xbe, 0xcb, - 0x14, 0x9d, 0xe6, 0xf0, 0x7d, 0xbd, 0x08, 0xcd, 0xbf, 0x69, 0x11, 0x7a, 0x6b, 0x5f, 0x0f, 0xff, - 0xaa, 0x04, 0x6b, 0x3b, 0x5e, 0xec, 0xc6, 0x61, 0x64, 0x89, 0x4b, 0xec, 0xd3, 0x13, 0x8f, 0xfc, - 0xe9, 0x0c, 0x8f, 0x7c, 0xfe, 0xfa, 0xd5, 0xe6, 0x67, 0x74, 0xa1, 0xa3, 0x85, 0xec, 0x98, 0xa4, - 0xde, 0xc8, 0x35, 0x0c, 0x4a, 0xf4, 0x8d, 0x67, 0x8e, 0x4c, 0x44, 0xbf, 0xf3, 0xee, 0x2a, 0x4e, - 0xb9, 0xeb, 0x1e, 0x80, 0x27, 0x6d, 0x99, 0xc8, 0x48, 0x38, 0xca, 0x5c, 0x68, 0x56, 0x3d, 0x39, - 0xd0, 0x04, 0x3c, 0xc0, 0x99, 0xb3, 0xe8, 0x3c, 0x69, 0x33, 0x4f, 0xe4, 0x07, 0xfa, 0xc0, 0xb0, - 0x60, 0xfc, 0x40, 0x9f, 0x15, 0xae, 0xfb, 0xa1, 0xf2, 0xb6, 0xfc, 0x50, 0x7d, 0xd3, 0x36, 0x77, - 0x0f, 0x80, 0x26, 0x23, 0x5d, 0xd2, 0x80, 0x16, 0x4b, 0xb3, 0x92, 0xae, 0x63, 0xe9, 0xe0, 0x94, - 0x4d, 0x5d, 0x25, 0x3d, 0x38, 0xd1, 0xd0, 0xf5, 0x3e, 0x2c, 0xca, 0x51, 0x98, 0xf8, 0xae, 0x71, - 0x86, 0xb9, 0xda, 0xaf, 0x6b, 0xa2, 0x76, 0xab, 0x39, 0xb3, 0x27, 0xd8, 0x9c, 0x34, 0x93, 0xbe, - 0xc4, 0xaf, 0x6b, 0xa2, 0x66, 0x7a, 0xf8, 0x97, 0x05, 0xa8, 0xa4, 0x5f, 0x3e, 0x72, 0x07, 0x89, - 0x77, 0xb2, 0xe3, 0x85, 0x39, 0x52, 0x1c, 0xed, 0x3c, 0xb7, 0x7a, 0x56, 0x73, 0x8e, 0x35, 0x00, - 0xba, 0xfb, 0x3b, 0x07, 0x07, 0xbd, 0xfe, 0xb3, 0x9e, 0xd5, 0x2c, 0xb2, 0x65, 0x58, 0xea, 0xf7, - 0x8e, 0xbf, 0x38, 0xb4, 0x7e, 0x6e, 0x77, 0xf7, 0x7b, 0xdd, 0x9f, 0xf7, 0xac, 0x66, 0x89, 0xad, - 0x02, 0xb3, 0x7a, 0x47, 0x27, 0xc7, 0x3b, 0xc7, 0xcf, 0x0f, 0xfb, 0x19, 0xbd, 0xcc, 0x9a, 0x50, - 0xef, 0xee, 0xf5, 0xed, 0x23, 0xeb, 0xf0, 0xe5, 0xf3, 0xbd, 0x9e, 0xd5, 0x9c, 0x67, 0x55, 0x28, - 0x1f, 0x1e, 0xef, 0xf7, 0xac, 0xe6, 0xca, 0xc3, 0x11, 0xb0, 0x9b, 0xdf, 0xd9, 0x59, 0x0d, 0x16, - 0x06, 0x27, 0xdd, 0x6e, 0x6f, 0x30, 0x68, 0xbe, 0xc3, 0x96, 0xa0, 0x76, 0xd2, 0xef, 0x1e, 0xf6, - 0xfb, 0xbd, 0xee, 0x71, 0x6f, 0xaf, 0x59, 0x40, 0xf4, 0xf8, 0xf9, 0x8b, 0xde, 0xe1, 0xc9, 0x71, - 0x73, 0x8e, 0xdd, 0x81, 0xd6, 0xce, 0xee, 0xe0, 0xf0, 0xe0, 0xe4, 0xb8, 0x77, 0xf0, 0xc7, 0xf6, - 0x49, 0xff, 0xf0, 0xa8, 0xd7, 0x6f, 0x16, 0xf1, 0xa5, 0xf4, 0x0a, 0xdb, 0xea, 0xed, 0x0c, 0x0e, - 0xfb, 0x4d, 0xd8, 0xfd, 0xc3, 0xff, 0xff, 0xaf, 0x8d, 0xc2, 0xd7, 0xdf, 0x6c, 0x14, 0x7e, 0xf5, - 0xcd, 0x46, 0xe1, 0x3f, 0xbf, 0xd9, 0x28, 0xfc, 0xf2, 0xdb, 0x8d, 0xc2, 0xbf, 0x7e, 0xbb, 0x51, - 0xf8, 0xfa, 0xdb, 0x8d, 0x02, 0xd4, 0xbd, 0xb0, 0x83, 0x03, 0x21, 0x95, 0xef, 0xdd, 0x2a, 0x5a, - 0xe7, 0x08, 0xbd, 0x7a, 0x54, 0xf8, 0x13, 0xfa, 0x8f, 0x90, 0xd3, 0x79, 0x72, 0xf2, 0x87, 0xbf, - 0x09, 0x00, 0x00, 0xff, 0xff, 0x1e, 0xe0, 0x1d, 0x5a, 0x10, 0x23, 0x00, 0x00, + // 3470 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x3a, 0x4d, 0x73, 0x23, 0x49, + 0x56, 0x23, 0x4b, 0xb2, 0xa5, 0x27, 0x59, 0x96, 0xd2, 0x6e, 0x5b, 0xe3, 0xe9, 0xb6, 0x1b, 0x0f, + 0xbb, 0xdb, 0xf4, 0xf6, 0xa8, 0x1b, 0xcf, 0x07, 0x3b, 0x3d, 0x4b, 0x0c, 0xb6, 0xac, 0x6d, 0x77, + 0xac, 0x5b, 0xf6, 0x96, 0xec, 0x9e, 0x80, 0x03, 0x15, 0xe9, 0xaa, 0xb4, 0x54, 0xe1, 0x52, 0x55, + 0x51, 0x99, 0x65, 0x8f, 0x27, 0xb8, 0x43, 0x04, 0x10, 0xc1, 0x81, 0xc3, 0x9e, 0x08, 0x82, 0x03, + 0x07, 0x2e, 0xfc, 0x05, 0x2e, 0xc0, 0x1c, 0xf7, 0x07, 0x10, 0xbd, 0x30, 0x73, 0x23, 0x38, 0xf5, + 0x05, 0x8e, 0x1b, 0xef, 0x65, 0x56, 0xa9, 0x64, 0x6b, 0x36, 0xc6, 0x1d, 0x7d, 0x71, 0xa8, 0xde, + 0x47, 0xd6, 0xfb, 0xfe, 0xc8, 0x32, 0xac, 0x46, 0x71, 0xa8, 0x42, 0xf9, 0x38, 0x08, 0x5d, 0x41, + 0x7f, 0x3a, 0x04, 0x60, 0x25, 0xfc, 0xbd, 0xfe, 0x74, 0xe8, 0xa9, 0x51, 0x72, 0xda, 0x71, 0xc2, + 0xf1, 0x63, 0x15, 0x87, 0xc1, 0x07, 0x89, 0x7c, 0x3c, 0x0c, 0x3f, 0x38, 0x55, 0x67, 0xf2, 0x03, + 0x27, 0x1c, 0x8f, 0xc3, 0xe0, 0xb1, 0xe1, 0x1f, 0x26, 0x3c, 0x76, 0xf5, 0x5f, 0x7d, 0xc2, 0xfa, + 0x93, 0x19, 0xbc, 0x84, 0x39, 0x4d, 0xce, 0x1e, 0x0f, 0xc3, 0x61, 0x48, 0x0f, 0xf4, 0xcb, 0x70, + 0x6c, 0x0e, 0xc3, 0x70, 0xe8, 0x8b, 0x09, 0x95, 0xf2, 0xc6, 0x42, 0x2a, 0x3e, 0x8e, 0x34, 0xc1, + 0xd6, 0x7f, 0x14, 0xa0, 0x76, 0xc4, 0xaf, 0x0e, 0x42, 0xee, 0x3e, 0x0f, 0xce, 0x42, 0xb6, 0x06, + 0x0b, 0x28, 0xa6, 0xed, 0xb9, 0xed, 0xc2, 0xfd, 0xc2, 0x83, 0xaa, 0x35, 0x8f, 0x8f, 0xcf, 0x5d, + 0xb6, 0x01, 0x24, 0x7f, 0x7b, 0xee, 0x7e, 0xe1, 0x41, 0x6d, 0x1b, 0x3a, 0xa4, 0x58, 0x3f, 0x74, + 0x85, 0x45, 0x70, 0xf6, 0x53, 0x58, 0x72, 0x3d, 0xe9, 0x84, 0x17, 0x22, 0xbe, 0xb2, 0x11, 0x22, + 0xdb, 0xc5, 0xfb, 0xc5, 0x07, 0xb5, 0xed, 0x65, 0x4d, 0xba, 0x97, 0x22, 0x89, 0xa7, 0xe1, 0xe6, + 0x1f, 0x25, 0xdb, 0x81, 0xaa, 0xcf, 0xa5, 0xb2, 0x51, 0xbc, 0x76, 0x89, 0x5e, 0xb1, 0xde, 0xd1, + 0xb2, 0x77, 0x52, 0xd9, 0x3b, 0xc7, 0xa9, 0xec, 0xbb, 0x95, 0xaf, 0x5f, 0x6d, 0xbe, 0xf3, 0xb7, + 0xbf, 0xde, 0x2c, 0x58, 0x15, 0x64, 0x43, 0xc4, 0xd6, 0xdf, 0x15, 0x60, 0x71, 0xea, 0x25, 0xec, + 0x2e, 0x80, 0x0a, 0xed, 0x69, 0x75, 0x2a, 0x2a, 0xec, 0x6b, 0x85, 0x9e, 0xc0, 0x0a, 0xa1, 0x9c, + 0x30, 0x08, 0x84, 0xa3, 0x6c, 0x9f, 0x2b, 0x11, 0x38, 0x57, 0xa4, 0x60, 0xd9, 0x62, 0x88, 0xeb, + 0x6a, 0xd4, 0x81, 0xc6, 0xb0, 0x0f, 0xa1, 0x22, 0xe2, 0xd8, 0x76, 0xd0, 0x0c, 0xc5, 0xfb, 0x85, + 0x07, 0x8d, 0xed, 0xf6, 0x35, 0xdd, 0x7a, 0x71, 0x1c, 0xc6, 0x5d, 0x54, 0x70, 0x41, 0xc4, 0xf4, + 0x63, 0xeb, 0xff, 0xe6, 0xa0, 0x9e, 0xe1, 0x8f, 0xf9, 0x29, 0x7b, 0x09, 0xa0, 0xf8, 0xa9, 0x2f, + 0xec, 0x80, 0x8f, 0x85, 0x96, 0x6a, 0xf7, 0x0f, 0x5e, 0xbf, 0xda, 0xfc, 0x30, 0x1a, 0x3e, 0xdd, + 0x22, 0x89, 0x32, 0xdb, 0x3c, 0xe2, 0xbe, 0xc7, 0xe5, 0x53, 0xf5, 0x08, 0x21, 0x3c, 0x76, 0xed, + 0x24, 0x38, 0x0f, 0xc2, 0xcb, 0xc0, 0x76, 0x42, 0x3f, 0x19, 0x07, 0x72, 0xcb, 0xaa, 0xd2, 0x51, + 0x7d, 0x3e, 0x16, 0x79, 0xcf, 0xcd, 0x4d, 0x79, 0x6e, 0x13, 0x6a, 0xa9, 0x8e, 0x4e, 0xa0, 0x48, + 0xf2, 0x45, 0x0b, 0x0c, 0xa8, 0x1b, 0x28, 0xd6, 0x81, 0x65, 0x7e, 0x31, 0xbc, 0x61, 0x88, 0x12, + 0x19, 0xa2, 0xc5, 0x2f, 0x86, 0xbf, 0xc5, 0x0e, 0xe5, 0xef, 0x69, 0x07, 0xf6, 0xa3, 0x7c, 0x7c, + 0xf8, 0xfc, 0x54, 0xf8, 0xed, 0x79, 0x7a, 0xc1, 0x24, 0x14, 0x0e, 0x10, 0xca, 0x9e, 0x41, 0x1d, + 0xa3, 0xc0, 0x76, 0x62, 0xc1, 0x95, 0x70, 0xdb, 0x0b, 0xb7, 0x88, 0x86, 0x1a, 0x72, 0x76, 0x35, + 0xe3, 0xd6, 0xbf, 0xdd, 0x81, 0x12, 0xc5, 0xc1, 0xf1, 0x0c, 0x8b, 0x7f, 0xfc, 0xfa, 0xd5, 0xe6, + 0xef, 0x67, 0x16, 0x1f, 0x0b, 0x15, 0x7b, 0x8e, 0x7c, 0x3b, 0xf6, 0xfe, 0x1d, 0xa8, 0x63, 0x36, + 0xdb, 0x17, 0x22, 0x96, 0x5e, 0x18, 0x90, 0xc1, 0xab, 0x56, 0x0d, 0x61, 0x2f, 0x35, 0x08, 0x79, + 0x93, 0x68, 0x12, 0xec, 0x25, 0x6b, 0x3e, 0x89, 0x50, 0x1f, 0xe4, 0x95, 0x2a, 0x8c, 0xf9, 0x50, + 0xd8, 0x89, 0x14, 0x2e, 0x99, 0xb7, 0x64, 0xd5, 0x0c, 0xec, 0x44, 0x0a, 0x97, 0x3d, 0x02, 0x96, + 0x92, 0x5c, 0xa0, 0x58, 0xc2, 0x76, 0x78, 0x44, 0xb6, 0x2c, 0x59, 0x4d, 0x83, 0x79, 0x49, 0x88, + 0x2e, 0x8f, 0xd0, 0xf9, 0x63, 0x31, 0x0e, 0xe3, 0x2b, 0x7d, 0xde, 0x02, 0x91, 0x81, 0x06, 0xd1, + 0x71, 0xef, 0x42, 0xc5, 0x89, 0x12, 0x8d, 0xad, 0xdc, 0x2f, 0x3c, 0x28, 0x58, 0x0b, 0x4e, 0x94, + 0x10, 0x6a, 0x15, 0xe6, 0x93, 0xc8, 0x0f, 0xb9, 0xdb, 0xae, 0xa6, 0x42, 0xe2, 0x13, 0x5b, 0x87, + 0x8a, 0x1b, 0x5e, 0x06, 0x84, 0x01, 0xc2, 0x64, 0xcf, 0xa8, 0x80, 0x0a, 0x15, 0xf7, 0x6d, 0xc3, + 0x59, 0xd3, 0x0a, 0x10, 0xec, 0x44, 0xb3, 0xff, 0x00, 0x1a, 0x9a, 0x24, 0x3b, 0xa4, 0x4e, 0x44, + 0x8b, 0x04, 0xdd, 0x4b, 0x4f, 0xca, 0xe9, 0x19, 0xc5, 0x9e, 0x23, 0x6c, 0x57, 0x70, 0xbf, 0xbd, + 0x38, 0xa5, 0xe7, 0x11, 0x22, 0xf6, 0x04, 0xf7, 0x31, 0x9b, 0x4f, 0x79, 0xe0, 0x5e, 0x7a, 0xae, + 0x1a, 0xe5, 0xe9, 0x1b, 0x44, 0xcf, 0x32, 0xdc, 0x84, 0xe3, 0x53, 0xa8, 0x48, 0xa1, 0x94, 0x17, + 0x0c, 0x65, 0x7b, 0x89, 0x62, 0x6c, 0x79, 0x52, 0xd4, 0x3a, 0x03, 0x83, 0xd2, 0xc1, 0xf5, 0xab, + 0x57, 0x58, 0x6a, 0x52, 0x72, 0xb6, 0x01, 0x10, 0x8b, 0x28, 0x51, 0x5c, 0xa1, 0x7f, 0x9b, 0x64, + 0xb5, 0x1c, 0x84, 0xbd, 0x07, 0xd5, 0x53, 0x3f, 0x74, 0xce, 0xa5, 0x9d, 0x44, 0xed, 0x96, 0xb6, + 0x90, 0x06, 0x9c, 0x90, 0x47, 0x0c, 0x12, 0xf5, 0x6f, 0x33, 0xed, 0x11, 0x0d, 0x42, 0xe5, 0x31, + 0x38, 0x42, 0x69, 0xab, 0xab, 0x48, 0xb4, 0x97, 0x75, 0x60, 0x85, 0xf2, 0xf8, 0x2a, 0x12, 0x78, + 0x2c, 0x8f, 0x9d, 0x91, 0x46, 0xad, 0xe8, 0x72, 0x86, 0x00, 0x42, 0x1a, 0x3f, 0x7a, 0xc1, 0x59, + 0xd8, 0xbe, 0x43, 0x38, 0xf4, 0x23, 0xd5, 0xf4, 0x1f, 0xc1, 0x52, 0x24, 0x44, 0x2c, 0xd3, 0x0c, + 0x17, 0x6e, 0x7b, 0x8d, 0xde, 0xda, 0x20, 0x70, 0x37, 0x85, 0xde, 0x48, 0xbd, 0xf6, 0x1b, 0xa6, + 0x1e, 0x5b, 0x86, 0xf2, 0xc8, 0xbe, 0xe0, 0x7e, 0xfb, 0x5d, 0x92, 0xa4, 0x34, 0x7a, 0xc9, 0x7d, + 0xf6, 0x10, 0x8a, 0x43, 0x11, 0xb6, 0xd7, 0xe9, 0xd0, 0x46, 0xce, 0xd6, 0xcf, 0x44, 0x98, 0x33, + 0x33, 0x12, 0xb1, 0x9f, 0x40, 0xf1, 0xcc, 0x1f, 0xb6, 0xdf, 0x23, 0xda, 0xbb, 0x39, 0xda, 0xde, + 0x97, 0x91, 0x88, 0xbd, 0xb1, 0x08, 0x14, 0xf7, 0x7f, 0xe6, 0xf3, 0x29, 0x07, 0x21, 0x0b, 0xb3, + 0x80, 0x9d, 0x79, 0xb1, 0x54, 0xa9, 0x12, 0x3a, 0xcb, 0xee, 0xde, 0x42, 0x93, 0x26, 0xf1, 0x1b, + 0x55, 0x90, 0x60, 0xfd, 0x3f, 0xcb, 0x50, 0x49, 0x03, 0x82, 0x3d, 0x84, 0xd6, 0x74, 0x5c, 0x72, + 0x79, 0x4e, 0x45, 0xa5, 0x64, 0x2d, 0xe5, 0xc3, 0x72, 0x47, 0x9e, 0x63, 0x65, 0xbd, 0x1e, 0x95, + 0x48, 0x3d, 0x47, 0xd4, 0xad, 0xe9, 0xa0, 0x44, 0xfa, 0x07, 0x90, 0x46, 0x36, 0x89, 0x6d, 0x8f, + 0x3d, 0x5d, 0x3e, 0x4a, 0x56, 0xc3, 0xc0, 0x51, 0x9e, 0x17, 0x5e, 0x80, 0x3e, 0x9d, 0x9c, 0xec, + 0x7b, 0x63, 0x4f, 0x51, 0x25, 0x29, 0x58, 0x8d, 0x0c, 0x7c, 0x80, 0x50, 0xf6, 0x7b, 0xd0, 0x74, + 0x42, 0x1f, 0x6b, 0x7a, 0xcc, 0x7d, 0x5b, 0x2a, 0x7e, 0x2e, 0x4c, 0x55, 0x59, 0x9a, 0xc0, 0x07, + 0x08, 0x66, 0xdb, 0x70, 0xe7, 0x7a, 0xc6, 0x9d, 0xf1, 0xc4, 0x57, 0xa6, 0xb8, 0x2c, 0x4f, 0x27, + 0x1d, 0xa1, 0xd8, 0x07, 0xc0, 0x9c, 0x44, 0xaa, 0x70, 0xec, 0x7d, 0x25, 0x5c, 0x62, 0xf3, 0x82, + 0x21, 0x95, 0x99, 0x8a, 0xd5, 0x9a, 0x60, 0x8e, 0x34, 0x82, 0x7d, 0x0c, 0xe5, 0x38, 0xf4, 0x85, + 0x6c, 0x57, 0xee, 0x17, 0x1f, 0x34, 0xf2, 0x51, 0x60, 0x85, 0xbe, 0xd8, 0x5d, 0xfa, 0xe7, 0x5f, + 0x6f, 0xd6, 0x88, 0xe0, 0x11, 0x8f, 0x63, 0x7e, 0x65, 0x69, 0x6a, 0xcc, 0xee, 0x58, 0x44, 0xdc, + 0x8b, 0xaf, 0x09, 0xa6, 0xeb, 0x12, 0xd3, 0xb8, 0x29, 0xb9, 0x3e, 0x81, 0xb5, 0x29, 0x8e, 0x89, + 0x28, 0xa6, 0x64, 0xdd, 0xc9, 0x31, 0x75, 0x33, 0x24, 0x7b, 0x0a, 0xef, 0x1a, 0xbe, 0x19, 0x6a, + 0xd5, 0x48, 0x2d, 0x73, 0x70, 0xf7, 0x86, 0x72, 0x9f, 0xc0, 0x9a, 0x33, 0xe2, 0xbe, 0x2f, 0x82, + 0x1b, 0x16, 0xd4, 0x15, 0xee, 0x4e, 0x86, 0x9e, 0x92, 0xf5, 0xa7, 0xb0, 0x7e, 0x9d, 0x2f, 0x27, + 0xae, 0xae, 0x78, 0xed, 0x69, 0xd6, 0x9c, 0xc4, 0x7f, 0x04, 0x77, 0x27, 0xdc, 0x33, 0x84, 0x6e, + 0x90, 0xd0, 0x93, 0x37, 0xdc, 0x90, 0x7b, 0xfd, 0xcf, 0xa1, 0xf8, 0x4c, 0x84, 0xec, 0x7d, 0x58, + 0x74, 0xc2, 0x24, 0x50, 0xf1, 0x95, 0x2d, 0x47, 0x61, 0xac, 0xcc, 0xc4, 0x54, 0x37, 0xc0, 0x01, + 0xc2, 0xb0, 0x27, 0xc4, 0x62, 0x88, 0x65, 0xcf, 0x34, 0x3d, 0xfd, 0x84, 0x3d, 0xc1, 0xe7, 0xca, + 0x53, 0x89, 0x99, 0x8d, 0xe6, 0xac, 0xec, 0x99, 0xdd, 0x85, 0xaa, 0x1f, 0x06, 0x43, 0x8d, 0x2c, + 0x11, 0x72, 0x02, 0x58, 0xff, 0xfb, 0x79, 0x68, 0xdd, 0xc8, 0x6a, 0xe4, 0xe1, 0x01, 0xf7, 0xaf, + 0x94, 0xe7, 0x48, 0x12, 0xa4, 0x62, 0x4d, 0x00, 0xec, 0xc7, 0xd0, 0x3a, 0xf3, 0x7c, 0x81, 0x01, + 0x29, 0x6c, 0x11, 0x60, 0x4f, 0xd6, 0x5d, 0xb8, 0x82, 0xd9, 0x6b, 0x10, 0x3d, 0x0d, 0xc7, 0x46, + 0x32, 0x0a, 0xa5, 0x92, 0xb6, 0xbc, 0x0a, 0x9c, 0x8c, 0xba, 0xa8, 0xa9, 0x09, 0x33, 0xb8, 0x0a, + 0x9c, 0x94, 0xfa, 0x87, 0xb0, 0x94, 0xa3, 0x1e, 0x87, 0x46, 0xe4, 0xaa, 0xb5, 0x98, 0x91, 0xbe, + 0xc0, 0xa1, 0xe2, 0x23, 0x58, 0xf5, 0xbd, 0xd3, 0x68, 0x3b, 0xb2, 0xa5, 0x8a, 0x05, 0x1f, 0xdb, + 0x63, 0x34, 0x13, 0x1a, 0xbc, 0x4c, 0x27, 0xaf, 0x68, 0xec, 0x80, 0x90, 0x2f, 0x0c, 0x8e, 0xfd, + 0x2e, 0x34, 0x90, 0x65, 0xa4, 0x54, 0x64, 0x47, 0x71, 0xf8, 0xe5, 0x15, 0xe5, 0x56, 0xc5, 0xaa, + 0x47, 0xdb, 0xd1, 0xbe, 0x52, 0xd1, 0x11, 0xc2, 0xd8, 0x3d, 0x80, 0x28, 0x16, 0x67, 0x22, 0xb6, + 0x95, 0x2f, 0x4d, 0x32, 0x55, 0x35, 0xe4, 0xd8, 0x97, 0x8c, 0x41, 0xe9, 0xcf, 0x12, 0xcf, 0xa1, + 0x76, 0x5d, 0xb1, 0xe8, 0x37, 0x8a, 0x1d, 0x8b, 0x71, 0x78, 0x21, 0xec, 0x30, 0xb0, 0x93, 0x20, + 0xf2, 0x02, 0x4a, 0x8e, 0x8a, 0xb5, 0xa8, 0xc1, 0x87, 0xc1, 0x09, 0x02, 0xb1, 0x1c, 0xc8, 0x11, + 0x8f, 0x5d, 0x2f, 0x18, 0x66, 0xa6, 0x00, 0x22, 0x5c, 0x4a, 0xe1, 0xa9, 0x25, 0x3e, 0x82, 0xd5, + 0xb4, 0x1c, 0x38, 0xbe, 0x27, 0x02, 0x95, 0x31, 0xe8, 0x3c, 0x58, 0x31, 0xd8, 0x2e, 0x21, 0x53, + 0xae, 0x27, 0x90, 0xc2, 0x6d, 0x34, 0x58, 0xc6, 0x53, 0x27, 0x9e, 0xb4, 0xa5, 0xef, 0x87, 0x32, + 0xe3, 0x78, 0x0c, 0xcb, 0x52, 0xc5, 0x5c, 0x89, 0xa1, 0xe7, 0xa0, 0x51, 0x2e, 0x3c, 0x94, 0x82, + 0xe2, 0x9e, 0x18, 0x0c, 0xea, 0x28, 0xc5, 0x60, 0x05, 0x4e, 0x62, 0xac, 0x65, 0x79, 0xef, 0xeb, + 0x30, 0x5f, 0x4a, 0x62, 0x7f, 0x90, 0x77, 0x7e, 0x07, 0x96, 0x5d, 0x4f, 0xd2, 0xf4, 0xc7, 0x13, + 0x15, 0xda, 0x49, 0xe4, 0x72, 0x25, 0xa8, 0xe1, 0x57, 0xac, 0x96, 0x41, 0xed, 0x24, 0x2a, 0x3c, + 0x21, 0x04, 0x46, 0xd6, 0x30, 0xe6, 0xd1, 0x68, 0x2a, 0x56, 0x9a, 0x3a, 0x56, 0x32, 0x44, 0xee, + 0x70, 0x53, 0x2c, 0xa6, 0x54, 0x6d, 0xe9, 0xc3, 0x35, 0x2a, 0xaf, 0xe9, 0x47, 0xb0, 0x3a, 0x49, + 0xd5, 0x29, 0x16, 0xa6, 0x2d, 0x9a, 0x61, 0x73, 0x5c, 0x5b, 0xff, 0x5b, 0x80, 0x66, 0x5f, 0x6f, + 0x23, 0x2a, 0xe6, 0x8e, 0x1a, 0x28, 0xae, 0x98, 0x35, 0x63, 0xa6, 0xfd, 0xf0, 0xf5, 0xab, 0xcd, + 0xc7, 0x38, 0xd3, 0x72, 0xdf, 0xc7, 0xd6, 0x21, 0xe2, 0xb7, 0x34, 0xd1, 0xe2, 0x3c, 0xe3, 0x0d, + 0xf5, 0x91, 0x26, 0x71, 0x2a, 0xa7, 0xde, 0xf0, 0x05, 0x3e, 0xb3, 0x3e, 0x34, 0x69, 0x75, 0x1b, + 0x87, 0xae, 0x77, 0x76, 0x75, 0xfb, 0x0d, 0xae, 0x81, 0xdc, 0x2f, 0x88, 0x99, 0xf6, 0xb8, 0x5f, + 0x02, 0xd4, 0x06, 0x3a, 0x4a, 0x48, 0xd3, 0xcf, 0x00, 0xc8, 0x54, 0x52, 0x71, 0xa5, 0x4b, 0x41, + 0x6d, 0x7b, 0x55, 0xf7, 0x8d, 0x1c, 0x59, 0x07, 0x2d, 0xb6, 0x5b, 0xc2, 0x53, 0xad, 0x2a, 0xd2, + 0x23, 0x10, 0xf7, 0xca, 0x7a, 0x2c, 0x02, 0x25, 0x62, 0xc3, 0xae, 0xb7, 0xd7, 0xf6, 0x4d, 0x76, + 0x8b, 0xa8, 0xcc, 0x01, 0x35, 0xcd, 0x43, 0x47, 0xac, 0xff, 0xfb, 0x3c, 0x54, 0xf7, 0xb3, 0x03, + 0x69, 0x26, 0x26, 0x1d, 0x0b, 0x54, 0xc8, 0xcc, 0x13, 0x5b, 0x81, 0xb2, 0x74, 0xc2, 0x58, 0xef, + 0xc7, 0x73, 0x96, 0x7e, 0xc0, 0x69, 0x58, 0xe3, 0x6d, 0x8d, 0xd4, 0x95, 0xb1, 0xa6, 0x61, 0x03, + 0x22, 0xc1, 0xa1, 0x6e, 0x98, 0xe2, 0x75, 0x71, 0xac, 0xa0, 0x50, 0x84, 0x7c, 0x1f, 0x16, 0xcd, + 0x16, 0x61, 0x08, 0xca, 0x44, 0x50, 0x37, 0x40, 0x4d, 0xb4, 0x09, 0x35, 0x19, 0x09, 0xe1, 0x1a, + 0x92, 0x79, 0x22, 0x01, 0x02, 0x69, 0x82, 0x47, 0xc0, 0xf4, 0x34, 0x6e, 0xe7, 0xe9, 0x16, 0x88, + 0xae, 0xa9, 0x31, 0x83, 0x09, 0xf5, 0x13, 0x58, 0x49, 0x07, 0xf3, 0x29, 0xfa, 0x0a, 0xd1, 0xb3, + 0x14, 0x97, 0xe3, 0x78, 0x1f, 0x16, 0x8d, 0x96, 0x97, 0xc2, 0x1b, 0x8e, 0x74, 0x5b, 0x9e, 0xb3, + 0x8c, 0xea, 0x5f, 0x10, 0x0c, 0x6b, 0x1a, 0xea, 0x69, 0x28, 0x40, 0x77, 0x01, 0x3e, 0x4c, 0xd1, + 0x3f, 0x80, 0x46, 0xaa, 0xa9, 0x21, 0xa9, 0x11, 0x49, 0xaa, 0xbf, 0x21, 0xc3, 0xfd, 0x88, 0x64, + 0x32, 0x44, 0x75, 0x6d, 0x50, 0x82, 0x19, 0x92, 0x0e, 0x2c, 0x4f, 0x69, 0x6b, 0x28, 0x17, 0x89, + 0xb2, 0x95, 0x53, 0xd7, 0xd0, 0x6f, 0xc3, 0x9d, 0x6b, 0xfa, 0x1a, 0x8e, 0x06, 0x71, 0x2c, 0x4f, + 0x29, 0x6c, 0x78, 0x9e, 0x41, 0x9d, 0x62, 0x5e, 0x57, 0x13, 0xd7, 0xec, 0x0f, 0xdf, 0x73, 0x50, + 0x46, 0x4e, 0x5d, 0x6d, 0x68, 0x5d, 0xe2, 0x8e, 0xf2, 0x2e, 0xd2, 0x00, 0x68, 0x6a, 0x7d, 0x34, + 0x2c, 0xb3, 0xae, 0x21, 0x31, 0x72, 0xb5, 0xb4, 0x75, 0x35, 0x70, 0x62, 0x17, 0xe3, 0x02, 0x5f, + 0x5c, 0x08, 0x9f, 0xea, 0x49, 0x39, 0x0d, 0xb4, 0x03, 0x04, 0xa5, 0x81, 0xa6, 0xf1, 0xcb, 0x84, + 0xc7, 0x40, 0xd3, 0xc8, 0x5c, 0xa0, 0x69, 0x82, 0x15, 0x22, 0x48, 0x03, 0x4d, 0x13, 0x4d, 0x84, + 0xd5, 0x34, 0x77, 0xf4, 0x4b, 0x34, 0x4c, 0x93, 0xac, 0x40, 0x59, 0xe3, 0x56, 0x09, 0xa7, 0x1f, + 0x9e, 0x96, 0xfe, 0xe1, 0x1f, 0x37, 0x0b, 0xeb, 0x7f, 0x33, 0x07, 0x25, 0x4c, 0x24, 0xcc, 0xa1, + 0x30, 0xf0, 0xbd, 0x40, 0x98, 0xc6, 0x6e, 0x9e, 0x6e, 0x2c, 0xbf, 0x98, 0x4a, 0xc5, 0xe9, 0xe5, + 0x17, 0x63, 0x3d, 0xed, 0x49, 0x3c, 0xa2, 0x7c, 0x2a, 0x5a, 0x90, 0x36, 0x22, 0x1e, 0xe5, 0xb7, + 0x46, 0xd7, 0x93, 0xe7, 0x36, 0xed, 0x94, 0x94, 0x57, 0xc5, 0x6c, 0x6b, 0xdc, 0xf3, 0xe4, 0xf9, + 0x31, 0xc2, 0xf3, 0x2d, 0x8e, 0xa8, 0xf9, 0x05, 0xf7, 0x7c, 0xac, 0x87, 0x94, 0x68, 0xc5, 0xac, + 0xc5, 0x21, 0xc7, 0x4e, 0x8a, 0x63, 0x9f, 0x43, 0x59, 0x57, 0x93, 0x79, 0x72, 0xfb, 0x7b, 0xb3, + 0x8b, 0x11, 0xd5, 0x8b, 0xdd, 0x7a, 0xba, 0x9d, 0xfc, 0x0f, 0x16, 0x16, 0xcd, 0x67, 0xec, 0xf1, + 0x10, 0xe6, 0x75, 0xd5, 0xc1, 0xe1, 0x29, 0x16, 0x52, 0xc4, 0x17, 0x22, 0xbb, 0xa6, 0x4a, 0x9f, + 0x35, 0xad, 0xfe, 0xbb, 0xf5, 0x2f, 0x45, 0xa8, 0x4f, 0x75, 0x81, 0x0e, 0x2c, 0x1b, 0x8f, 0x38, + 0x06, 0x6c, 0x07, 0xc9, 0x98, 0xce, 0x28, 0x5a, 0x2d, 0x8d, 0x4a, 0x19, 0xfa, 0xc9, 0x18, 0xbb, + 0x9b, 0x13, 0x8e, 0x23, 0x11, 0x48, 0x5a, 0x54, 0xed, 0x88, 0x7b, 0xa9, 0x99, 0x9b, 0x79, 0xc4, + 0x11, 0xf7, 0x5c, 0xf6, 0x29, 0xb4, 0xa7, 0x88, 0xc3, 0x44, 0x49, 0xc5, 0x03, 0x6a, 0xce, 0xda, + 0xf0, 0x6b, 0x79, 0xfc, 0xe1, 0x04, 0xcd, 0x5e, 0xc2, 0x8a, 0x59, 0xc2, 0x52, 0xb1, 0xa4, 0xe2, + 0xb1, 0xba, 0x55, 0x5f, 0xd0, 0x6b, 0x5c, 0x4e, 0xdd, 0x58, 0xb1, 0x23, 0x68, 0x51, 0xde, 0x65, + 0xc7, 0x8a, 0x40, 0xdf, 0x91, 0x7c, 0xdf, 0x43, 0x97, 0x90, 0x3d, 0x3d, 0xb3, 0x17, 0xb8, 0xec, + 0xc7, 0x50, 0xc2, 0x15, 0x83, 0x5c, 0xd9, 0xd8, 0x5e, 0xd3, 0xae, 0xcc, 0xdb, 0xb8, 0x83, 0x8b, + 0x89, 0x45, 0x44, 0x5b, 0x0f, 0xa1, 0x84, 0x4f, 0xac, 0x02, 0xa5, 0xfd, 0xc3, 0xc1, 0x71, 0xf3, + 0x1d, 0x06, 0x30, 0x6f, 0xf5, 0xfa, 0xc7, 0x3d, 0xab, 0x59, 0x60, 0x75, 0xa8, 0x58, 0xbd, 0x41, + 0xcf, 0x7a, 0xd9, 0xdb, 0x6b, 0xce, 0x19, 0x8f, 0xbd, 0x2e, 0x43, 0x35, 0x3d, 0x4d, 0xb2, 0x4f, + 0xa0, 0x9a, 0x4a, 0x8e, 0x9d, 0xac, 0x38, 0x69, 0x45, 0x19, 0x4d, 0xf6, 0xcb, 0x9a, 0x90, 0xae, + 0xff, 0x53, 0x19, 0x2a, 0x29, 0xdc, 0x5c, 0xe7, 0x69, 0xf5, 0xb3, 0x6b, 0x4d, 0x48, 0x41, 0xcf, + 0x5d, 0x6c, 0xe3, 0xd4, 0x30, 0x27, 0x6d, 0x1c, 0x1f, 0x75, 0x1b, 0x37, 0xcd, 0xd0, 0x73, 0xcd, + 0xad, 0x54, 0x45, 0x03, 0x9e, 0xbb, 0xec, 0x63, 0x98, 0xc7, 0xe0, 0x4c, 0x24, 0x39, 0xa9, 0xb1, + 0x7d, 0xaf, 0xa3, 0x6f, 0x9e, 0xd3, 0xf7, 0x4e, 0x19, 0x45, 0x58, 0x86, 0x98, 0x75, 0x01, 0xc8, + 0xb5, 0xba, 0xef, 0xdf, 0xc6, 0x15, 0x55, 0xe2, 0xa3, 0x5b, 0xaf, 0xcf, 0xa1, 0x22, 0x02, 0xb3, + 0xa9, 0xcf, 0xdf, 0xe2, 0x88, 0x05, 0x11, 0xd0, 0x82, 0x8e, 0x33, 0x48, 0x20, 0xbe, 0x54, 0xb6, + 0x90, 0x4e, 0x1c, 0x5e, 0xea, 0x83, 0x6e, 0x73, 0x6f, 0xd8, 0x40, 0xee, 0x1e, 0x31, 0xd3, 0x79, + 0x33, 0xf3, 0xa4, 0xf2, 0x06, 0x79, 0x52, 0xfd, 0xed, 0x79, 0x72, 0x0f, 0x20, 0x09, 0x3c, 0xa5, + 0x97, 0x3e, 0x6a, 0x8a, 0x45, 0xab, 0x8a, 0x10, 0x5a, 0xf2, 0x10, 0x4d, 0x43, 0xb9, 0x2d, 0xbd, + 0xaf, 0x04, 0x35, 0xc4, 0xa2, 0x55, 0x25, 0xc8, 0xc0, 0xfb, 0x2a, 0x87, 0x1e, 0x71, 0x39, 0xa2, + 0x56, 0x58, 0x35, 0xe8, 0x7d, 0x2e, 0x47, 0xe8, 0x6e, 0xdc, 0x85, 0x34, 0x76, 0x51, 0xbb, 0x1b, + 0x01, 0x84, 0x9c, 0x35, 0xb5, 0x35, 0xde, 0x7c, 0x6a, 0x9b, 0x2a, 0x53, 0x7f, 0x5d, 0x83, 0xda, + 0xae, 0x3a, 0x93, 0x03, 0x87, 0x07, 0xc7, 0xfc, 0x94, 0xfd, 0x62, 0xc6, 0xac, 0xba, 0xfd, 0xfa, + 0xd5, 0x66, 0x07, 0x67, 0x55, 0xba, 0x2a, 0x95, 0x0e, 0x0f, 0x6e, 0x35, 0xaa, 0x76, 0x60, 0xf9, + 0xda, 0x25, 0xa8, 0x2f, 0xce, 0x14, 0xc5, 0x7b, 0xc1, 0x6a, 0x4d, 0xdd, 0x82, 0x1e, 0x88, 0x33, + 0x85, 0x43, 0x8d, 0x6e, 0x32, 0x66, 0x2e, 0xc6, 0x32, 0x79, 0x6a, 0x86, 0xd9, 0x45, 0x8b, 0x69, + 0x1c, 0xcd, 0xb3, 0xb2, 0x4f, 0x18, 0xf6, 0x05, 0xb0, 0x74, 0x1b, 0x76, 0x3d, 0xa9, 0x62, 0xef, + 0x34, 0x51, 0x38, 0xa0, 0x61, 0xd2, 0x3e, 0xd0, 0x49, 0x9b, 0xd3, 0xb1, 0xd3, 0xd5, 0xb4, 0x7b, + 0x19, 0x69, 0x0f, 0x1f, 0xad, 0x96, 0x73, 0x1d, 0xce, 0x7e, 0x01, 0x4d, 0xea, 0xf5, 0xf9, 0x63, + 0xcb, 0x74, 0xec, 0x0f, 0x6f, 0x1e, 0x4b, 0x23, 0xc0, 0xf5, 0x43, 0x97, 0xe4, 0x34, 0xf4, 0xc6, + 0xbd, 0xdd, 0xfc, 0x9b, 0xde, 0xdb, 0xe5, 0x96, 0x37, 0xee, 0xc7, 0x82, 0xbb, 0xb9, 0x6b, 0xe3, + 0x42, 0xb6, 0xbc, 0xed, 0x68, 0x14, 0x35, 0xe4, 0x15, 0x28, 0xeb, 0xe0, 0xd5, 0x77, 0xc7, 0xfa, + 0x01, 0x05, 0xc2, 0xf9, 0x26, 0x13, 0xa8, 0x7a, 0x1b, 0x81, 0x90, 0x33, 0x15, 0xe8, 0x5d, 0xa8, + 0x04, 0xe2, 0xd2, 0x8e, 0x79, 0x70, 0x4e, 0xe9, 0x51, 0xb5, 0x16, 0x02, 0x71, 0x69, 0xf1, 0xe0, + 0x1c, 0xa3, 0x5f, 0x5f, 0x23, 0x13, 0xb2, 0xa6, 0xa3, 0x9f, 0x20, 0x84, 0x7e, 0x84, 0xfe, 0x33, + 0x65, 0x12, 0xf7, 0x21, 0x72, 0x04, 0x25, 0xc9, 0x22, 0xe6, 0xb0, 0xc6, 0xec, 0xf8, 0x3e, 0x39, + 0x0e, 0xe3, 0x29, 0xa3, 0x3e, 0xe3, 0x5e, 0x4a, 0xbe, 0x48, 0xe4, 0xad, 0x14, 0xf5, 0x33, 0xee, + 0x19, 0xfa, 0x27, 0xb0, 0x32, 0x75, 0xba, 0xb1, 0x0c, 0xa5, 0x50, 0xc1, 0x62, 0xb9, 0xf3, 0xcd, + 0x58, 0x80, 0x63, 0xe6, 0xf4, 0x1b, 0x52, 0x96, 0x25, 0x62, 0x59, 0xce, 0xbf, 0x23, 0xe5, 0xf9, + 0x0c, 0xd6, 0x53, 0x77, 0x60, 0x78, 0xdb, 0x97, 0x23, 0x11, 0x64, 0xbd, 0xcf, 0xdc, 0x3b, 0xaf, + 0x19, 0x0a, 0x0c, 0xf3, 0x2f, 0x46, 0x22, 0xc8, 0xfa, 0xc4, 0xa7, 0xf0, 0xae, 0x4c, 0x22, 0x11, + 0xdb, 0xd3, 0x81, 0xaf, 0x15, 0x6b, 0x91, 0x62, 0xab, 0x44, 0x70, 0x98, 0x0b, 0x7e, 0xad, 0xdd, + 0xc7, 0xb0, 0x86, 0x56, 0x9f, 0xc5, 0xc8, 0x88, 0x71, 0x25, 0x10, 0x97, 0x37, 0xd9, 0x1e, 0x42, + 0xcb, 0xd0, 0xa2, 0x49, 0x38, 0x5d, 0x88, 0xd0, 0xa4, 0x59, 0xb4, 0x96, 0x34, 0x62, 0xc7, 0xf7, + 0x77, 0x08, 0x3c, 0xf9, 0x4e, 0xa0, 0x11, 0x34, 0x6f, 0x16, 0xcd, 0x77, 0x02, 0x7d, 0x26, 0x3a, + 0x38, 0xdb, 0x3a, 0x25, 0x0d, 0x9b, 0x45, 0xab, 0x9a, 0xae, 0x9d, 0x12, 0x13, 0x34, 0x1d, 0x59, + 0x73, 0x99, 0xb4, 0xfa, 0x5d, 0x09, 0x6a, 0x3e, 0xbd, 0xdc, 0x48, 0xd0, 0x8b, 0xeb, 0xf0, 0xf5, + 0x3d, 0x58, 0x9d, 0x9d, 0xcd, 0xac, 0x09, 0xc5, 0x73, 0x71, 0x65, 0x5a, 0x2e, 0xfe, 0xc4, 0xf0, + 0xbf, 0xe0, 0x7e, 0x22, 0xcc, 0x57, 0x43, 0xfd, 0xf0, 0x74, 0xee, 0x27, 0x85, 0xf5, 0x5d, 0x58, + 0x99, 0x95, 0xbc, 0xb7, 0x3a, 0x63, 0x0f, 0x56, 0x67, 0x8b, 0x7d, 0x9b, 0x53, 0xb6, 0xfe, 0xa2, + 0x08, 0x4b, 0x24, 0xca, 0xbe, 0x87, 0xb1, 0x42, 0x1f, 0x21, 0x4f, 0x66, 0x94, 0xe4, 0x4f, 0x5e, + 0xbf, 0xda, 0xdc, 0xc6, 0x92, 0xac, 0xcb, 0xd3, 0x48, 0x53, 0xbf, 0x9d, 0x1b, 0x84, 0xd9, 0x1f, + 0xad, 0x8a, 0xdf, 0xf1, 0xd1, 0xea, 0x3b, 0xaa, 0xbb, 0xfe, 0x54, 0x36, 0xa3, 0xba, 0x67, 0xcb, + 0x77, 0x99, 0xa2, 0xd3, 0x2c, 0xdf, 0xd7, 0x8b, 0xd0, 0xfc, 0x9b, 0x16, 0xa1, 0xb7, 0xf6, 0x45, + 0xf2, 0xaf, 0x4a, 0xb0, 0xb6, 0xe3, 0xc5, 0x6e, 0x1c, 0x46, 0x96, 0xb8, 0xc4, 0x3e, 0x3d, 0xf1, + 0xc8, 0x9f, 0xce, 0xf0, 0xc8, 0xe7, 0xaf, 0x5f, 0x6d, 0x7e, 0x46, 0x17, 0x3a, 0x9a, 0xc9, 0x8e, + 0x89, 0xeb, 0x8d, 0x5c, 0xc3, 0xa0, 0x44, 0xdf, 0x8d, 0xe6, 0xc8, 0x44, 0xf4, 0x3b, 0xef, 0xae, + 0xe2, 0x94, 0xbb, 0xee, 0x01, 0x78, 0xd2, 0x96, 0x89, 0x8c, 0x84, 0xa3, 0xcc, 0x85, 0x66, 0xd5, + 0x93, 0x03, 0x0d, 0xc0, 0x05, 0xce, 0xec, 0xa2, 0xf3, 0x74, 0x9a, 0x79, 0x22, 0x3f, 0xd0, 0x07, + 0x86, 0x05, 0xe3, 0x07, 0xfa, 0xac, 0x70, 0xdd, 0x0f, 0x95, 0xb7, 0xe5, 0x87, 0xea, 0x9b, 0xb6, + 0xb9, 0x7b, 0x00, 0x34, 0x19, 0xe9, 0x92, 0x06, 0x24, 0x2c, 0xcd, 0x4a, 0xba, 0x8e, 0xa5, 0x83, + 0x53, 0x36, 0x75, 0x95, 0xf4, 0xe0, 0x44, 0x43, 0xd7, 0xfb, 0xb0, 0x28, 0x47, 0x61, 0xe2, 0xbb, + 0xc6, 0x19, 0xe6, 0x6a, 0xbf, 0xae, 0x81, 0xda, 0xad, 0x66, 0x67, 0x4f, 0xb0, 0x39, 0x69, 0x22, + 0x7d, 0x89, 0x5f, 0xd7, 0x40, 0x4d, 0xf4, 0xf0, 0x2f, 0x0b, 0x50, 0x49, 0xbf, 0x7c, 0xe4, 0x16, + 0x89, 0x77, 0xb2, 0xf5, 0xc2, 0xac, 0x14, 0x47, 0x3b, 0xcf, 0xad, 0x9e, 0xd5, 0x9c, 0x63, 0x0d, + 0x80, 0xee, 0xfe, 0xce, 0xc1, 0x41, 0xaf, 0xff, 0xac, 0x67, 0x35, 0x8b, 0x6c, 0x19, 0x96, 0xfa, + 0xbd, 0xe3, 0x2f, 0x0e, 0xad, 0x9f, 0xdb, 0xdd, 0xfd, 0x5e, 0xf7, 0xe7, 0x3d, 0xab, 0x59, 0x62, + 0xab, 0xc0, 0xac, 0xde, 0xd1, 0xc9, 0xf1, 0xce, 0xf1, 0xf3, 0xc3, 0x7e, 0x06, 0x2f, 0xb3, 0x26, + 0xd4, 0xbb, 0x7b, 0x7d, 0xfb, 0xc8, 0x3a, 0x7c, 0xf9, 0x7c, 0xaf, 0x67, 0x35, 0xe7, 0x59, 0x15, + 0xca, 0x87, 0xc7, 0xfb, 0x3d, 0xab, 0xb9, 0xf2, 0x70, 0x04, 0xec, 0xe6, 0xb7, 0x7b, 0x56, 0x83, + 0x85, 0xc1, 0x49, 0xb7, 0xdb, 0x1b, 0x0c, 0x9a, 0xef, 0xb0, 0x25, 0xa8, 0x9d, 0xf4, 0xbb, 0x87, + 0xfd, 0x7e, 0xaf, 0x7b, 0xdc, 0xdb, 0x6b, 0x16, 0x10, 0x7b, 0xfc, 0xfc, 0x45, 0xef, 0xf0, 0xe4, + 0xb8, 0x39, 0xc7, 0xee, 0x40, 0x6b, 0x67, 0x77, 0x70, 0x78, 0x70, 0x72, 0xdc, 0x3b, 0xf8, 0x63, + 0xfb, 0xa4, 0x7f, 0x78, 0xd4, 0xeb, 0x37, 0x8b, 0xf8, 0x52, 0x7a, 0x85, 0x6d, 0xf5, 0x76, 0x06, + 0x87, 0xfd, 0x26, 0xec, 0xfe, 0xe1, 0xff, 0xff, 0xf7, 0x46, 0xe1, 0xeb, 0x6f, 0x36, 0x0a, 0xbf, + 0xfa, 0x66, 0xa3, 0xf0, 0x5f, 0xdf, 0x6c, 0x14, 0x7e, 0xf9, 0xed, 0x46, 0xe1, 0x5f, 0xbf, 0xdd, + 0x28, 0x7c, 0xfd, 0xed, 0x46, 0x01, 0xea, 0x5e, 0xd8, 0xc1, 0x81, 0x90, 0xca, 0xf7, 0x6e, 0x15, + 0xad, 0x73, 0x84, 0x5e, 0x3d, 0x2a, 0xfc, 0x09, 0xfd, 0x97, 0xc9, 0xe9, 0x3c, 0x39, 0xf9, 0xc3, + 0xdf, 0x04, 0x00, 0x00, 0xff, 0xff, 0xdc, 0xdb, 0x6f, 0xae, 0x64, 0x23, 0x00, 0x00, } func (m *PayLoadInfo) Marshal() (dAtA []byte, err error) { @@ -2744,6 +2753,16 @@ func (m *Node) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } + n4, err4 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.FirstCreatedTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.FirstCreatedTime):]) + if err4 != nil { + return 0, err4 + } + i -= n4 + i = encodeVarintNode(dAtA, i, uint64(n4)) + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0xe2 { size, err := m.Node_ExperimentalFlags.MarshalToSizedBuffer(dAtA[:i]) if err != nil { @@ -2777,12 +2796,12 @@ func (m *Node) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0xca } - n6, err6 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.TimeCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.TimeCreated):]) - if err6 != nil { - return 0, err6 + n7, err7 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.TimeCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.TimeCreated):]) + if err7 != nil { + return 0, err7 } - i -= n6 - i = encodeVarintNode(dAtA, i, uint64(n6)) + i -= n7 + i = encodeVarintNode(dAtA, i, uint64(n7)) i-- dAtA[i] = 0x1 i-- @@ -2998,20 +3017,20 @@ func (m *Node_Settings) MarshalToSizedBuffer(dAtA []byte) (int, error) { dAtA[i] = 0x48 } if len(m.Roles) > 0 { - dAtA9 := make([]byte, len(m.Roles)*10) - var j8 int + dAtA10 := make([]byte, len(m.Roles)*10) + var j9 int for _, num := range m.Roles { for num >= 1<<7 { - dAtA9[j8] = uint8(uint64(num)&0x7f | 0x80) + dAtA10[j9] = uint8(uint64(num)&0x7f | 0x80) num >>= 7 - j8++ + j9++ } - dAtA9[j8] = uint8(num) - j8++ + dAtA10[j9] = uint8(num) + j9++ } - i -= j8 - copy(dAtA[i:], dAtA9[:j8]) - i = encodeVarintNode(dAtA, i, uint64(j8)) + i -= j9 + copy(dAtA[i:], dAtA10[:j9]) + i = encodeVarintNode(dAtA, i, uint64(j9)) i-- dAtA[i] = 0x42 } @@ -3346,12 +3365,12 @@ func (m *NodeContractStat) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } - n10, err10 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastModifyTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastModifyTime):]) - if err10 != nil { - return 0, err10 + n11, err11 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastModifyTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastModifyTime):]) + if err11 != nil { + return 0, err11 } - i -= n10 - i = encodeVarintNode(dAtA, i, uint64(n10)) + i -= n11 + i = encodeVarintNode(dAtA, i, uint64(n11)) i-- dAtA[i] = 0x22 if m.BigMiner { @@ -3503,12 +3522,12 @@ func (m *StorageStat_HostStats) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x85 } - n13, err13 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastUpdated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastUpdated):]) - if err13 != nil { - return 0, err13 + n14, err14 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastUpdated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastUpdated):]) + if err14 != nil { + return 0, err14 } - i -= n13 - i = encodeVarintNode(dAtA, i, uint64(n13)) + i -= n14 + i = encodeVarintNode(dAtA, i, uint64(n14)) i-- dAtA[i] = 0x7a if m.DownloadSpeedWeight != 0 { @@ -3728,21 +3747,21 @@ func (m *ContractStat) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x30 } - n15, err15 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastContractEnd, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastContractEnd):]) - if err15 != nil { - return 0, err15 - } - i -= n15 - i = encodeVarintNode(dAtA, i, uint64(n15)) - i-- - dAtA[i] = 0x2a - n16, err16 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.FirstContractStart, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.FirstContractStart):]) + n16, err16 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastContractEnd, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastContractEnd):]) if err16 != nil { return 0, err16 } i -= n16 i = encodeVarintNode(dAtA, i, uint64(n16)) i-- + dAtA[i] = 0x2a + n17, err17 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.FirstContractStart, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.FirstContractStart):]) + if err17 != nil { + return 0, err17 + } + i -= n17 + i = encodeVarintNode(dAtA, i, uint64(n17)) + i-- dAtA[i] = 0x22 if m.CompensationOutstanding != 0 { i = encodeVarintNode(dAtA, i, uint64(m.CompensationOutstanding)) @@ -3827,12 +3846,12 @@ func (m *Contracts_Contract) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } - n17, err17 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastModifyTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastModifyTime):]) - if err17 != nil { - return 0, err17 + n18, err18 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastModifyTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastModifyTime):]) + if err18 != nil { + return 0, err18 } - i -= n17 - i = encodeVarintNode(dAtA, i, uint64(n17)) + i -= n18 + i = encodeVarintNode(dAtA, i, uint64(n18)) i-- dAtA[i] = 0x72 if len(m.FileHash) > 0 { @@ -3869,29 +3888,29 @@ func (m *Contracts_Contract) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x40 } - n18, err18 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.NextEscrowTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.NextEscrowTime):]) - if err18 != nil { - return 0, err18 - } - i -= n18 - i = encodeVarintNode(dAtA, i, uint64(n18)) - i-- - dAtA[i] = 0x3a - n19, err19 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.EndTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.EndTime):]) + n19, err19 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.NextEscrowTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.NextEscrowTime):]) if err19 != nil { return 0, err19 } i -= n19 i = encodeVarintNode(dAtA, i, uint64(n19)) i-- - dAtA[i] = 0x32 - n20, err20 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.StartTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.StartTime):]) + dAtA[i] = 0x3a + n20, err20 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.EndTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.EndTime):]) if err20 != nil { return 0, err20 } i -= n20 i = encodeVarintNode(dAtA, i, uint64(n20)) i-- + dAtA[i] = 0x32 + n21, err21 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.StartTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.StartTime):]) + if err21 != nil { + return 0, err21 + } + i -= n21 + i = encodeVarintNode(dAtA, i, uint64(n21)) + i-- dAtA[i] = 0x2a if m.Status != 0 { i = encodeVarintNode(dAtA, i, uint64(m.Status)) @@ -4044,12 +4063,12 @@ func (m *BtfsScanTab) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x52 } - n21, err21 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.DateCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.DateCreated):]) - if err21 != nil { - return 0, err21 + n22, err22 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.DateCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.DateCreated):]) + if err22 != nil { + return 0, err22 } - i -= n21 - i = encodeVarintNode(dAtA, i, uint64(n21)) + i -= n22 + i = encodeVarintNode(dAtA, i, uint64(n22)) i-- dAtA[i] = 0x4a if m.Price != 0 { @@ -4064,12 +4083,12 @@ func (m *BtfsScanTab) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x39 } - n22, err22 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.TimeCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.TimeCreated):]) - if err22 != nil { - return 0, err22 + n23, err23 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.TimeCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.TimeCreated):]) + if err23 != nil { + return 0, err23 } - i -= n22 - i = encodeVarintNode(dAtA, i, uint64(n22)) + i -= n23 + i = encodeVarintNode(dAtA, i, uint64(n23)) i-- dAtA[i] = 0x32 if len(m.ScoreDistribute) > 0 { @@ -4151,21 +4170,21 @@ func (m *ScoreHistoryTab) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } - n23, err23 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.TimeCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.TimeCreated):]) - if err23 != nil { - return 0, err23 - } - i -= n23 - i = encodeVarintNode(dAtA, i, uint64(n23)) - i-- - dAtA[i] = 0x3a - n24, err24 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.DateCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.DateCreated):]) + n24, err24 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.TimeCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.TimeCreated):]) if err24 != nil { return 0, err24 } i -= n24 i = encodeVarintNode(dAtA, i, uint64(n24)) i-- + dAtA[i] = 0x3a + n25, err25 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.DateCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.DateCreated):]) + if err25 != nil { + return 0, err25 + } + i -= n25 + i = encodeVarintNode(dAtA, i, uint64(n25)) + i-- dAtA[i] = 0x32 if m.Score != 0 { i = encodeVarintNode(dAtA, i, uint64(m.Score)) @@ -4243,21 +4262,21 @@ func (m *AirdropRewardHistoryTab) MarshalToSizedBuffer(dAtA []byte) (int, error) i-- dAtA[i] = 0x50 } - n25, err25 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.TimeCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.TimeCreated):]) - if err25 != nil { - return 0, err25 - } - i -= n25 - i = encodeVarintNode(dAtA, i, uint64(n25)) - i-- - dAtA[i] = 0x4a - n26, err26 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.DateCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.DateCreated):]) + n26, err26 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.TimeCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.TimeCreated):]) if err26 != nil { return 0, err26 } i -= n26 i = encodeVarintNode(dAtA, i, uint64(n26)) i-- + dAtA[i] = 0x4a + n27, err27 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.DateCreated, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.DateCreated):]) + if err27 != nil { + return 0, err27 + } + i -= n27 + i = encodeVarintNode(dAtA, i, uint64(n27)) + i-- dAtA[i] = 0x42 if m.Stake != 0 { i = encodeVarintNode(dAtA, i, uint64(m.Stake)) @@ -4407,8 +4426,10 @@ func NewPopulatedNode(r randyNode, easy bool) *Node { this.Node_Geo = *v6 v7 := NewPopulatedNode_ExperimentalFlags(r, easy) this.Node_ExperimentalFlags = *v7 + v8 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.FirstCreatedTime = *v8 if !easy && r.Intn(10) != 0 { - this.XXX_unrecognized = randUnrecognizedNode(r, 28) + this.XXX_unrecognized = randUnrecognizedNode(r, 29) } return this } @@ -4425,9 +4446,9 @@ func NewPopulatedNode_Settings(r randyNode, easy bool) *Node_Settings { this.CollateralStake = uint64(uint64(r.Uint32())) this.StoragePriceDefault = uint64(uint64(r.Uint32())) this.CustomizedPricing = bool(bool(r.Intn(2) == 0)) - v8 := r.Intn(10) - this.Roles = make([]NodeRole, v8) - for i := 0; i < v8; i++ { + v9 := r.Intn(10) + this.Roles = make([]NodeRole, v9) + for i := 0; i < v9; i++ { this.Roles[i] = NodeRole([]int32{0, 1, 2, 3, 4, 5, 6, 20}[r.Intn(8)]) } this.RepairPriceDefault = uint64(uint64(r.Uint32())) @@ -4491,8 +4512,8 @@ func NewPopulatedNodeContractStat(r randyNode, easy bool) *NodeContractStat { this.tableName = string(randStringNode(r)) this.NodeId = string(randStringNode(r)) this.BigMiner = bool(bool(r.Intn(2) == 0)) - v9 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.LastModifyTime = *v9 + v10 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.LastModifyTime = *v10 if !easy && r.Intn(10) != 0 { this.XXX_unrecognized = randUnrecognizedNode(r, 5) } @@ -4501,10 +4522,10 @@ func NewPopulatedNodeContractStat(r randyNode, easy bool) *NodeContractStat { func NewPopulatedStorageStat(r randyNode, easy bool) *StorageStat { this := &StorageStat{} - v10 := NewPopulatedStorageStat_Host(r, easy) - this.HostStats = *v10 - v11 := NewPopulatedStorageStat_Renter(r, easy) - this.RenterStats = *v11 + v11 := NewPopulatedStorageStat_Host(r, easy) + this.HostStats = *v11 + v12 := NewPopulatedStorageStat_Renter(r, easy) + this.RenterStats = *v12 if !easy && r.Intn(10) != 0 { this.XXX_unrecognized = randUnrecognizedNode(r, 3) } @@ -4569,8 +4590,8 @@ func NewPopulatedStorageStat_HostStats(r randyNode, easy bool) *StorageStat_Host if r.Intn(2) == 0 { this.DownloadSpeedWeight *= -1 } - v12 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.LastUpdated = *v12 + v13 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.LastUpdated = *v13 this.ActiveScore = float32(r.Float32()) if r.Intn(2) == 0 { this.ActiveScore *= -1 @@ -4624,8 +4645,8 @@ func NewPopulatedStorageStat_Host(r randyNode, easy bool) *StorageStat_Host { if r.Intn(2) == 0 { this.StorageDiskAvailable *= -1 } - v13 := NewPopulatedStorageStat_HostStats(r, easy) - this.StorageStat_HostStats = *v13 + v14 := NewPopulatedStorageStat_HostStats(r, easy) + this.StorageStat_HostStats = *v14 if !easy && r.Intn(10) != 0 { this.XXX_unrecognized = randUnrecognizedNode(r, 7) } @@ -4655,10 +4676,10 @@ func NewPopulatedContractStat(r randyNode, easy bool) *ContractStat { if r.Intn(2) == 0 { this.CompensationOutstanding *= -1 } - v14 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.FirstContractStart = *v14 v15 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.LastContractEnd = *v15 + this.FirstContractStart = *v15 + v16 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.LastContractEnd = *v16 this.Role = ContractStat_Role([]int32{0, 1, 2}[r.Intn(3)]) if !easy && r.Intn(10) != 0 { this.XXX_unrecognized = randUnrecognizedNode(r, 7) @@ -4669,9 +4690,9 @@ func NewPopulatedContractStat(r randyNode, easy bool) *ContractStat { func NewPopulatedContracts(r randyNode, easy bool) *Contracts { this := &Contracts{} if r.Intn(5) != 0 { - v16 := r.Intn(5) - this.Contracts = make([]*Contracts_Contract, v16) - for i := 0; i < v16; i++ { + v17 := r.Intn(5) + this.Contracts = make([]*Contracts_Contract, v17) + for i := 0; i < v17; i++ { this.Contracts[i] = NewPopulatedContracts_Contract(r, easy) } } @@ -4687,12 +4708,12 @@ func NewPopulatedContracts_Contract(r randyNode, easy bool) *Contracts_Contract this.HostId = string(randStringNode(r)) this.RenterId = string(randStringNode(r)) this.Status = guard.Contract_ContractState([]int32{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}[r.Intn(13)]) - v17 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.StartTime = *v17 v18 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.EndTime = *v18 + this.StartTime = *v18 v19 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.NextEscrowTime = *v19 + this.EndTime = *v19 + v20 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.NextEscrowTime = *v20 this.CompensationPaid = int64(r.Int63()) if r.Intn(2) == 0 { this.CompensationPaid *= -1 @@ -4711,8 +4732,8 @@ func NewPopulatedContracts_Contract(r randyNode, easy bool) *Contracts_Contract } this.ShardHash = string(randStringNode(r)) this.FileHash = string(randStringNode(r)) - v20 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.LastModifyTime = *v20 + v21 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.LastModifyTime = *v21 if !easy && r.Intn(10) != 0 { this.XXX_unrecognized = randUnrecognizedNode(r, 15) } @@ -4728,29 +4749,29 @@ func NewPopulatedBtfsScanTab(r randyNode, easy bool) *BtfsScanTab { } this.OnlineMinersNumber = uint32(r.Uint32()) if r.Intn(5) != 0 { - v21 := r.Intn(10) + v22 := r.Intn(10) this.CountryDistribute = make(map[string]int32) - for i := 0; i < v21; i++ { - v22 := randStringNode(r) - this.CountryDistribute[v22] = int32(r.Int31()) + for i := 0; i < v22; i++ { + v23 := randStringNode(r) + this.CountryDistribute[v23] = int32(r.Int31()) if r.Intn(2) == 0 { - this.CountryDistribute[v22] *= -1 + this.CountryDistribute[v23] *= -1 } } } if r.Intn(5) != 0 { - v23 := r.Intn(10) + v24 := r.Intn(10) this.ScoreDistribute = make(map[string]int32) - for i := 0; i < v23; i++ { - v24 := randStringNode(r) - this.ScoreDistribute[v24] = int32(r.Int31()) + for i := 0; i < v24; i++ { + v25 := randStringNode(r) + this.ScoreDistribute[v25] = int32(r.Int31()) if r.Intn(2) == 0 { - this.ScoreDistribute[v24] *= -1 + this.ScoreDistribute[v25] *= -1 } } } - v25 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.TimeCreated = *v25 + v26 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.TimeCreated = *v26 this.StorageAlreadyUsed = float64(r.Float64()) if r.Intn(2) == 0 { this.StorageAlreadyUsed *= -1 @@ -4759,8 +4780,8 @@ func NewPopulatedBtfsScanTab(r randyNode, easy bool) *BtfsScanTab { if r.Intn(2) == 0 { this.Price *= -1 } - v26 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.DateCreated = *v26 + v27 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.DateCreated = *v27 this.NewRank = string(randStringNode(r)) this.TotalRank = string(randStringNode(r)) this.ContractAllCount = uint32(r.Uint32()) @@ -4792,13 +4813,13 @@ func NewPopulatedBtfsScanTab(r randyNode, easy bool) *BtfsScanTab { this.BigMiners *= -1 } if r.Intn(5) != 0 { - v27 := r.Intn(10) + v28 := r.Intn(10) this.VersionDistribute = make(map[string]int32) - for i := 0; i < v27; i++ { - v28 := randStringNode(r) - this.VersionDistribute[v28] = int32(r.Int31()) + for i := 0; i < v28; i++ { + v29 := randStringNode(r) + this.VersionDistribute[v29] = int32(r.Int31()) if r.Intn(2) == 0 { - this.VersionDistribute[v28] *= -1 + this.VersionDistribute[v29] *= -1 } } } @@ -4815,10 +4836,10 @@ func NewPopulatedScoreHistoryTab(r randyNode, easy bool) *ScoreHistoryTab { this.StorageVolumeCap = uint64(uint64(r.Uint32())) this.StorageVolumeLeft = uint64(uint64(r.Uint32())) this.Score = uint32(r.Uint32()) - v29 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.DateCreated = *v29 v30 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.TimeCreated = *v30 + this.DateCreated = *v30 + v31 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.TimeCreated = *v31 if !easy && r.Intn(10) != 0 { this.XXX_unrecognized = randUnrecognizedNode(r, 8) } @@ -4833,10 +4854,10 @@ func NewPopulatedAirdropRewardHistoryTab(r randyNode, easy bool) *AirdropRewardH this.IsSuspect = bool(bool(r.Intn(2) == 0)) this.Weight = uint32(r.Uint32()) this.Stake = uint32(r.Uint32()) - v31 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.DateCreated = *v31 v32 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.TimeCreated = *v32 + this.DateCreated = *v32 + v33 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.TimeCreated = *v33 this.FileCount = uint32(r.Uint32()) this.FileSize = uint64(uint64(r.Uint32())) this.ShouldReward = uint64(uint64(r.Uint32())) @@ -4866,9 +4887,9 @@ func randUTF8RuneNode(r randyNode) rune { return rune(ru + 61) } func randStringNode(r randyNode) string { - v33 := r.Intn(100) - tmps := make([]rune, v33) - for i := 0; i < v33; i++ { + v34 := r.Intn(100) + tmps := make([]rune, v34) + for i := 0; i < v34; i++ { tmps[i] = randUTF8RuneNode(r) } return string(tmps) @@ -4890,11 +4911,11 @@ func randFieldNode(dAtA []byte, r randyNode, fieldNumber int, wire int) []byte { switch wire { case 0: dAtA = encodeVarintPopulateNode(dAtA, uint64(key)) - v34 := r.Int63() + v35 := r.Int63() if r.Intn(2) == 0 { - v34 *= -1 + v35 *= -1 } - dAtA = encodeVarintPopulateNode(dAtA, uint64(v34)) + dAtA = encodeVarintPopulateNode(dAtA, uint64(v35)) case 1: dAtA = encodeVarintPopulateNode(dAtA, uint64(key)) dAtA = append(dAtA, byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256))) @@ -5090,6 +5111,8 @@ func (m *Node) Size() (n int) { n += 2 + l + sovNode(uint64(l)) l = m.Node_ExperimentalFlags.Size() n += 2 + l + sovNode(uint64(l)) + l = github_com_tron_us_protobuf_types.SizeOfStdTime(m.FirstCreatedTime) + n += 2 + l + sovNode(uint64(l)) if m.XXX_unrecognized != nil { n += len(m.XXX_unrecognized) } @@ -6886,6 +6909,39 @@ func (m *Node) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 28: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FirstCreatedTime", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowNode + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthNode + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthNode + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_tron_us_protobuf_types.StdTimeUnmarshal(&m.FirstCreatedTime, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipNode(dAtA[iNdEx:]) diff --git a/protos/node/node.proto b/protos/node/node.proto index b72b4b9..2a9c7b4 100644 --- a/protos/node/node.proto +++ b/protos/node/node.proto @@ -150,6 +150,10 @@ message Node { (gogoproto.embed) = true, (gogoproto.nullable) = false ]; + google.protobuf.Timestamp first_created_time = 28 [ + (gogoproto.nullable) = false, + (gogoproto.stdtime) = true + ]; } message NodeContractStat {