From 89758042765cb9f66b6a4eb5b8d0364bd589eab6 Mon Sep 17 00:00:00 2001 From: fish <920886811@163.com> Date: Mon, 5 Dec 2022 15:14:34 +0800 Subject: [PATCH] chore: mod ReqLatestSignReport --- js/protos/online/online_pb.js | 108 +++++++++--------- protos/online/online.pb.go | 206 +++++++++++++++++----------------- 2 files changed, 157 insertions(+), 157 deletions(-) diff --git a/js/protos/online/online_pb.js b/js/protos/online/online_pb.js index 17316e0..f031655 100644 --- a/js/protos/online/online_pb.js +++ b/js/protos/online/online_pb.js @@ -35,16 +35,16 @@ goog.exportSymbol('proto.online.SignedInfo', null, global); * @extends {jspb.Message} * @constructor */ -proto.online.ReqLatestSignReport = function(opt_data) { +proto.online.ReqSignMetrics = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.online.ReqLatestSignReport, jspb.Message); +goog.inherits(proto.online.ReqSignMetrics, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.online.ReqLatestSignReport.displayName = 'proto.online.ReqLatestSignReport'; + proto.online.ReqSignMetrics.displayName = 'proto.online.ReqSignMetrics'; } /** * Generated by JsPbCodeGenerator. @@ -119,16 +119,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.online.ReqSignMetrics = function(opt_data) { +proto.online.ReqLatestSignReport = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.online.ReqSignMetrics, jspb.Message); +goog.inherits(proto.online.ReqLatestSignReport, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.online.ReqSignMetrics.displayName = 'proto.online.ReqSignMetrics'; + proto.online.ReqLatestSignReport.displayName = 'proto.online.ReqLatestSignReport'; } /** * Generated by JsPbCodeGenerator. @@ -167,8 +167,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.online.ReqLatestSignReport.prototype.toObject = function(opt_includeInstance) { - return proto.online.ReqLatestSignReport.toObject(opt_includeInstance, this); +proto.online.ReqSignMetrics.prototype.toObject = function(opt_includeInstance) { + return proto.online.ReqSignMetrics.toObject(opt_includeInstance, this); }; @@ -177,11 +177,11 @@ proto.online.ReqLatestSignReport.prototype.toObject = function(opt_includeInstan * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.online.ReqLatestSignReport} msg The msg instance to transform. + * @param {!proto.online.ReqSignMetrics} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.online.ReqLatestSignReport.toObject = function(includeInstance, msg) { +proto.online.ReqSignMetrics.toObject = function(includeInstance, msg) { var f, obj = { publicKey: msg.getPublicKey_asB64(), signature: msg.getSignature_asB64(), @@ -199,23 +199,23 @@ proto.online.ReqLatestSignReport.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.online.ReqLatestSignReport} + * @return {!proto.online.ReqSignMetrics} */ -proto.online.ReqLatestSignReport.deserializeBinary = function(bytes) { +proto.online.ReqSignMetrics.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.online.ReqLatestSignReport; - return proto.online.ReqLatestSignReport.deserializeBinaryFromReader(msg, reader); + var msg = new proto.online.ReqSignMetrics; + return proto.online.ReqSignMetrics.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.online.ReqLatestSignReport} msg The message object to deserialize into. + * @param {!proto.online.ReqSignMetrics} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.online.ReqLatestSignReport} + * @return {!proto.online.ReqSignMetrics} */ -proto.online.ReqLatestSignReport.deserializeBinaryFromReader = function(msg, reader) { +proto.online.ReqSignMetrics.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -247,9 +247,9 @@ proto.online.ReqLatestSignReport.deserializeBinaryFromReader = function(msg, rea * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.online.ReqLatestSignReport.prototype.serializeBinary = function() { +proto.online.ReqSignMetrics.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.online.ReqLatestSignReport.serializeBinaryToWriter(this, writer); + proto.online.ReqSignMetrics.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -257,11 +257,11 @@ proto.online.ReqLatestSignReport.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.online.ReqLatestSignReport} message + * @param {!proto.online.ReqSignMetrics} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.online.ReqLatestSignReport.serializeBinaryToWriter = function(message, writer) { +proto.online.ReqSignMetrics.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPublicKey_asU8(); if (f.length > 0) { @@ -291,7 +291,7 @@ proto.online.ReqLatestSignReport.serializeBinaryToWriter = function(message, wri * optional bytes public_key = 1; * @return {!(string|Uint8Array)} */ -proto.online.ReqLatestSignReport.prototype.getPublicKey = function() { +proto.online.ReqSignMetrics.prototype.getPublicKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -301,7 +301,7 @@ proto.online.ReqLatestSignReport.prototype.getPublicKey = function() { * This is a type-conversion wrapper around `getPublicKey()` * @return {string} */ -proto.online.ReqLatestSignReport.prototype.getPublicKey_asB64 = function() { +proto.online.ReqSignMetrics.prototype.getPublicKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPublicKey())); }; @@ -314,7 +314,7 @@ proto.online.ReqLatestSignReport.prototype.getPublicKey_asB64 = function() { * This is a type-conversion wrapper around `getPublicKey()` * @return {!Uint8Array} */ -proto.online.ReqLatestSignReport.prototype.getPublicKey_asU8 = function() { +proto.online.ReqSignMetrics.prototype.getPublicKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPublicKey())); }; @@ -322,9 +322,9 @@ proto.online.ReqLatestSignReport.prototype.getPublicKey_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.online.ReqLatestSignReport} returns this + * @return {!proto.online.ReqSignMetrics} returns this */ -proto.online.ReqLatestSignReport.prototype.setPublicKey = function(value) { +proto.online.ReqSignMetrics.prototype.setPublicKey = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; @@ -333,7 +333,7 @@ proto.online.ReqLatestSignReport.prototype.setPublicKey = function(value) { * optional bytes signature = 2; * @return {!(string|Uint8Array)} */ -proto.online.ReqLatestSignReport.prototype.getSignature = function() { +proto.online.ReqSignMetrics.prototype.getSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -343,7 +343,7 @@ proto.online.ReqLatestSignReport.prototype.getSignature = function() { * This is a type-conversion wrapper around `getSignature()` * @return {string} */ -proto.online.ReqLatestSignReport.prototype.getSignature_asB64 = function() { +proto.online.ReqSignMetrics.prototype.getSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSignature())); }; @@ -356,7 +356,7 @@ proto.online.ReqLatestSignReport.prototype.getSignature_asB64 = function() { * This is a type-conversion wrapper around `getSignature()` * @return {!Uint8Array} */ -proto.online.ReqLatestSignReport.prototype.getSignature_asU8 = function() { +proto.online.ReqSignMetrics.prototype.getSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSignature())); }; @@ -364,9 +364,9 @@ proto.online.ReqLatestSignReport.prototype.getSignature_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.online.ReqLatestSignReport} returns this + * @return {!proto.online.ReqSignMetrics} returns this */ -proto.online.ReqLatestSignReport.prototype.setSignature = function(value) { +proto.online.ReqSignMetrics.prototype.setSignature = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -375,7 +375,7 @@ proto.online.ReqLatestSignReport.prototype.setSignature = function(value) { * optional bytes payload = 3; * @return {!(string|Uint8Array)} */ -proto.online.ReqLatestSignReport.prototype.getPayload = function() { +proto.online.ReqSignMetrics.prototype.getPayload = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; @@ -385,7 +385,7 @@ proto.online.ReqLatestSignReport.prototype.getPayload = function() { * This is a type-conversion wrapper around `getPayload()` * @return {string} */ -proto.online.ReqLatestSignReport.prototype.getPayload_asB64 = function() { +proto.online.ReqSignMetrics.prototype.getPayload_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPayload())); }; @@ -398,7 +398,7 @@ proto.online.ReqLatestSignReport.prototype.getPayload_asB64 = function() { * This is a type-conversion wrapper around `getPayload()` * @return {!Uint8Array} */ -proto.online.ReqLatestSignReport.prototype.getPayload_asU8 = function() { +proto.online.ReqSignMetrics.prototype.getPayload_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPayload())); }; @@ -406,9 +406,9 @@ proto.online.ReqLatestSignReport.prototype.getPayload_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.online.ReqLatestSignReport} returns this + * @return {!proto.online.ReqSignMetrics} returns this */ -proto.online.ReqLatestSignReport.prototype.setPayload = function(value) { +proto.online.ReqSignMetrics.prototype.setPayload = function(value) { return jspb.Message.setProto3BytesField(this, 3, value); }; @@ -1263,8 +1263,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.online.ReqSignMetrics.prototype.toObject = function(opt_includeInstance) { - return proto.online.ReqSignMetrics.toObject(opt_includeInstance, this); +proto.online.ReqLatestSignReport.prototype.toObject = function(opt_includeInstance) { + return proto.online.ReqLatestSignReport.toObject(opt_includeInstance, this); }; @@ -1273,11 +1273,11 @@ proto.online.ReqSignMetrics.prototype.toObject = function(opt_includeInstance) { * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.online.ReqSignMetrics} msg The msg instance to transform. + * @param {!proto.online.ReqLatestSignReport} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.online.ReqSignMetrics.toObject = function(includeInstance, msg) { +proto.online.ReqLatestSignReport.toObject = function(includeInstance, msg) { var f, obj = { nodeId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -1293,23 +1293,23 @@ proto.online.ReqSignMetrics.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.online.ReqSignMetrics} + * @return {!proto.online.ReqLatestSignReport} */ -proto.online.ReqSignMetrics.deserializeBinary = function(bytes) { +proto.online.ReqLatestSignReport.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.online.ReqSignMetrics; - return proto.online.ReqSignMetrics.deserializeBinaryFromReader(msg, reader); + var msg = new proto.online.ReqLatestSignReport; + return proto.online.ReqLatestSignReport.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.online.ReqSignMetrics} msg The message object to deserialize into. + * @param {!proto.online.ReqLatestSignReport} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.online.ReqSignMetrics} + * @return {!proto.online.ReqLatestSignReport} */ -proto.online.ReqSignMetrics.deserializeBinaryFromReader = function(msg, reader) { +proto.online.ReqLatestSignReport.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -1333,9 +1333,9 @@ proto.online.ReqSignMetrics.deserializeBinaryFromReader = function(msg, reader) * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.online.ReqSignMetrics.prototype.serializeBinary = function() { +proto.online.ReqLatestSignReport.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.online.ReqSignMetrics.serializeBinaryToWriter(this, writer); + proto.online.ReqLatestSignReport.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -1343,11 +1343,11 @@ proto.online.ReqSignMetrics.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.online.ReqSignMetrics} message + * @param {!proto.online.ReqLatestSignReport} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.online.ReqSignMetrics.serializeBinaryToWriter = function(message, writer) { +proto.online.ReqLatestSignReport.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNodeId(); if (f.length > 0) { @@ -1363,16 +1363,16 @@ proto.online.ReqSignMetrics.serializeBinaryToWriter = function(message, writer) * optional string node_id = 1; * @return {string} */ -proto.online.ReqSignMetrics.prototype.getNodeId = function() { +proto.online.ReqLatestSignReport.prototype.getNodeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.online.ReqSignMetrics} returns this + * @return {!proto.online.ReqLatestSignReport} returns this */ -proto.online.ReqSignMetrics.prototype.setNodeId = function(value) { +proto.online.ReqLatestSignReport.prototype.setNodeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; diff --git a/protos/online/online.pb.go b/protos/online/online.pb.go index 7e8dcb2..9e5e3a6 100644 --- a/protos/online/online.pb.go +++ b/protos/online/online.pb.go @@ -68,7 +68,7 @@ func (ResponseCode) EnumDescriptor() ([]byte, []int) { return fileDescriptor_ee5923c3111b600a, []int{0} } -type ReqLatestSignReport struct { +type ReqSignMetrics struct { PublicKey []byte `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty" pg:"public_key"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty" pg:"signature"` Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty" pg:"payload"` @@ -77,18 +77,18 @@ type ReqLatestSignReport struct { XXX_sizecache int32 `json:"-" pg:"-"` } -func (m *ReqLatestSignReport) Reset() { *m = ReqLatestSignReport{} } -func (m *ReqLatestSignReport) String() string { return proto.CompactTextString(m) } -func (*ReqLatestSignReport) ProtoMessage() {} -func (*ReqLatestSignReport) Descriptor() ([]byte, []int) { +func (m *ReqSignMetrics) Reset() { *m = ReqSignMetrics{} } +func (m *ReqSignMetrics) String() string { return proto.CompactTextString(m) } +func (*ReqSignMetrics) ProtoMessage() {} +func (*ReqSignMetrics) Descriptor() ([]byte, []int) { return fileDescriptor_ee5923c3111b600a, []int{0} } -func (m *ReqLatestSignReport) XXX_Unmarshal(b []byte) error { +func (m *ReqSignMetrics) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } -func (m *ReqLatestSignReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { +func (m *ReqSignMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { if deterministic { - return xxx_messageInfo_ReqLatestSignReport.Marshal(b, m, deterministic) + return xxx_messageInfo_ReqSignMetrics.Marshal(b, m, deterministic) } else { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) @@ -98,41 +98,41 @@ func (m *ReqLatestSignReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, return b[:n], nil } } -func (m *ReqLatestSignReport) XXX_Merge(src proto.Message) { - xxx_messageInfo_ReqLatestSignReport.Merge(m, src) +func (m *ReqSignMetrics) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReqSignMetrics.Merge(m, src) } -func (m *ReqLatestSignReport) XXX_Size() int { +func (m *ReqSignMetrics) XXX_Size() int { return m.Size() } -func (m *ReqLatestSignReport) XXX_DiscardUnknown() { - xxx_messageInfo_ReqLatestSignReport.DiscardUnknown(m) +func (m *ReqSignMetrics) XXX_DiscardUnknown() { + xxx_messageInfo_ReqSignMetrics.DiscardUnknown(m) } -var xxx_messageInfo_ReqLatestSignReport proto.InternalMessageInfo +var xxx_messageInfo_ReqSignMetrics proto.InternalMessageInfo -func (m *ReqLatestSignReport) GetPublicKey() []byte { +func (m *ReqSignMetrics) GetPublicKey() []byte { if m != nil { return m.PublicKey } return nil } -func (m *ReqLatestSignReport) GetSignature() []byte { +func (m *ReqSignMetrics) GetSignature() []byte { if m != nil { return m.Signature } return nil } -func (m *ReqLatestSignReport) GetPayload() []byte { +func (m *ReqSignMetrics) GetPayload() []byte { if m != nil { return m.Payload } return nil } -func (*ReqLatestSignReport) XXX_MessageName() string { - return "online.ReqLatestSignReport" +func (*ReqSignMetrics) XXX_MessageName() string { + return "online.ReqSignMetrics" } type PayLoadInfo struct { @@ -384,25 +384,25 @@ func (*SignedInfo) XXX_MessageName() string { return "online.SignedInfo" } -type ReqSignMetrics struct { +type ReqLatestSignReport struct { NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty" pg:"node_id"` XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` XXX_unrecognized []byte `json:"-" pg:"-"` XXX_sizecache int32 `json:"-" pg:"-"` } -func (m *ReqSignMetrics) Reset() { *m = ReqSignMetrics{} } -func (m *ReqSignMetrics) String() string { return proto.CompactTextString(m) } -func (*ReqSignMetrics) ProtoMessage() {} -func (*ReqSignMetrics) Descriptor() ([]byte, []int) { +func (m *ReqLatestSignReport) Reset() { *m = ReqLatestSignReport{} } +func (m *ReqLatestSignReport) String() string { return proto.CompactTextString(m) } +func (*ReqLatestSignReport) ProtoMessage() {} +func (*ReqLatestSignReport) Descriptor() ([]byte, []int) { return fileDescriptor_ee5923c3111b600a, []int{4} } -func (m *ReqSignMetrics) XXX_Unmarshal(b []byte) error { +func (m *ReqLatestSignReport) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } -func (m *ReqSignMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { +func (m *ReqLatestSignReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { if deterministic { - return xxx_messageInfo_ReqSignMetrics.Marshal(b, m, deterministic) + return xxx_messageInfo_ReqLatestSignReport.Marshal(b, m, deterministic) } else { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) @@ -412,27 +412,27 @@ func (m *ReqSignMetrics) XXX_Marshal(b []byte, deterministic bool) ([]byte, erro return b[:n], nil } } -func (m *ReqSignMetrics) XXX_Merge(src proto.Message) { - xxx_messageInfo_ReqSignMetrics.Merge(m, src) +func (m *ReqLatestSignReport) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReqLatestSignReport.Merge(m, src) } -func (m *ReqSignMetrics) XXX_Size() int { +func (m *ReqLatestSignReport) XXX_Size() int { return m.Size() } -func (m *ReqSignMetrics) XXX_DiscardUnknown() { - xxx_messageInfo_ReqSignMetrics.DiscardUnknown(m) +func (m *ReqLatestSignReport) XXX_DiscardUnknown() { + xxx_messageInfo_ReqLatestSignReport.DiscardUnknown(m) } -var xxx_messageInfo_ReqSignMetrics proto.InternalMessageInfo +var xxx_messageInfo_ReqLatestSignReport proto.InternalMessageInfo -func (m *ReqSignMetrics) GetNodeId() string { +func (m *ReqLatestSignReport) GetNodeId() string { if m != nil { return m.NodeId } return "" } -func (*ReqSignMetrics) XXX_MessageName() string { - return "online.ReqSignMetrics" +func (*ReqLatestSignReport) XXX_MessageName() string { + return "online.ReqLatestSignReport" } type Result struct { @@ -504,16 +504,16 @@ func (*Result) XXX_MessageName() string { func init() { proto.RegisterEnum("online.ResponseCode", ResponseCode_name, ResponseCode_value) golang_proto.RegisterEnum("online.ResponseCode", ResponseCode_name, ResponseCode_value) - proto.RegisterType((*ReqLatestSignReport)(nil), "online.ReqLatestSignReport") - golang_proto.RegisterType((*ReqLatestSignReport)(nil), "online.ReqLatestSignReport") + proto.RegisterType((*ReqSignMetrics)(nil), "online.ReqSignMetrics") + golang_proto.RegisterType((*ReqSignMetrics)(nil), "online.ReqSignMetrics") proto.RegisterType((*PayLoadInfo)(nil), "online.PayLoadInfo") golang_proto.RegisterType((*PayLoadInfo)(nil), "online.PayLoadInfo") proto.RegisterType((*RespSignMetrics)(nil), "online.RespSignMetrics") golang_proto.RegisterType((*RespSignMetrics)(nil), "online.RespSignMetrics") proto.RegisterType((*SignedInfo)(nil), "online.SignedInfo") golang_proto.RegisterType((*SignedInfo)(nil), "online.SignedInfo") - proto.RegisterType((*ReqSignMetrics)(nil), "online.ReqSignMetrics") - golang_proto.RegisterType((*ReqSignMetrics)(nil), "online.ReqSignMetrics") + proto.RegisterType((*ReqLatestSignReport)(nil), "online.ReqLatestSignReport") + golang_proto.RegisterType((*ReqLatestSignReport)(nil), "online.ReqLatestSignReport") proto.RegisterType((*Result)(nil), "online.Result") golang_proto.RegisterType((*Result)(nil), "online.Result") } @@ -522,55 +522,55 @@ func init() { proto.RegisterFile("protos/online/online.proto", fileDescriptor_ee func init() { golang_proto.RegisterFile("protos/online/online.proto", fileDescriptor_ee5923c3111b600a) } var fileDescriptor_ee5923c3111b600a = []byte{ - // 760 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcb, 0x6e, 0xf3, 0x44, - 0x14, 0xfe, 0xe7, 0x6f, 0xfe, 0xb4, 0x39, 0x4e, 0xd2, 0x76, 0x5a, 0xda, 0x10, 0x20, 0x81, 0x48, - 0x48, 0x05, 0xa9, 0x0e, 0x4a, 0x37, 0x2c, 0x90, 0x50, 0x6e, 0xb4, 0x51, 0x9b, 0x26, 0x1a, 0x27, - 0x1b, 0x36, 0x96, 0x63, 0x4f, 0x8c, 0x85, 0xe3, 0x71, 0x3d, 0x93, 0x4a, 0x79, 0x0b, 0x76, 0xf0, - 0x08, 0xbc, 0x01, 0x5b, 0x96, 0x5d, 0xf2, 0x04, 0x80, 0x5a, 0x89, 0x25, 0xcf, 0x80, 0x66, 0xc6, - 0x6e, 0xcc, 0xa5, 0x12, 0x48, 0x6c, 0x92, 0x39, 0x97, 0xef, 0x9c, 0xf3, 0x7d, 0xc7, 0x3a, 0x50, - 0x8f, 0x13, 0x26, 0x18, 0x6f, 0xb3, 0x28, 0x0c, 0x22, 0x9a, 0xfe, 0x99, 0xca, 0x89, 0x8b, 0xda, - 0xaa, 0x7f, 0xea, 0x07, 0xe2, 0xab, 0xf5, 0xc2, 0x74, 0xd9, 0xaa, 0x2d, 0x12, 0x16, 0x9d, 0xaf, - 0x79, 0xdb, 0x67, 0xe7, 0x0b, 0xb1, 0xe4, 0xe7, 0x2e, 0x5b, 0xad, 0x58, 0xd4, 0x4e, 0xab, 0x44, - 0xcc, 0xa3, 0xea, 0x47, 0x57, 0xa8, 0x7f, 0xf2, 0x0f, 0x48, 0x15, 0x59, 0xac, 0x97, 0x6d, 0x9f, - 0xf9, 0x4c, 0x19, 0xea, 0x95, 0x22, 0x9a, 0x3e, 0x63, 0x7e, 0x48, 0xb7, 0x59, 0x22, 0x58, 0x51, - 0x2e, 0x9c, 0x55, 0xac, 0x13, 0x5a, 0x21, 0x1c, 0x11, 0x7a, 0x77, 0xe3, 0x08, 0xca, 0x85, 0x15, - 0xf8, 0x11, 0xa1, 0x31, 0x4b, 0x04, 0x7e, 0x0f, 0x20, 0x5e, 0x2f, 0xc2, 0xc0, 0xb5, 0xbf, 0xa6, - 0x9b, 0x1a, 0x7a, 0x1f, 0x9d, 0x95, 0x49, 0x49, 0x7b, 0xae, 0xe9, 0x06, 0xbf, 0x0b, 0x25, 0x1e, - 0xf8, 0x91, 0x23, 0xd6, 0x09, 0xad, 0xbd, 0xd6, 0xd1, 0x67, 0x07, 0xae, 0xc1, 0x6e, 0xec, 0x6c, - 0x42, 0xe6, 0x78, 0xb5, 0x1d, 0x15, 0xcb, 0xcc, 0xd6, 0xef, 0x08, 0x8c, 0xa9, 0xb3, 0xb9, 0x61, - 0x8e, 0x37, 0x8a, 0x96, 0x0c, 0x9f, 0xc2, 0xae, 0xa4, 0x67, 0x07, 0x9e, 0xea, 0x51, 0x22, 0x45, - 0x69, 0x8e, 0x3c, 0xdc, 0x80, 0x82, 0x7c, 0xa9, 0xda, 0x46, 0x07, 0x4c, 0x25, 0xc2, 0x2d, 0xf3, - 0x28, 0x51, 0x7e, 0xfc, 0x19, 0x1c, 0x84, 0x0e, 0x17, 0xb6, 0x6c, 0x4a, 0x3d, 0x3b, 0x88, 0x96, - 0x4c, 0xf5, 0x32, 0x3a, 0xd8, 0x4c, 0x45, 0xb7, 0x54, 0x48, 0xb6, 0x21, 0x55, 0x99, 0xbb, 0xb5, - 0xf1, 0x87, 0x50, 0x7d, 0x46, 0x6b, 0x0e, 0x05, 0xd5, 0xbd, 0x92, 0xe5, 0x69, 0x1e, 0x5d, 0x28, - 0xa9, 0x34, 0xa9, 0x59, 0xed, 0x8d, 0xaa, 0x5e, 0x37, 0xb5, 0xa0, 0x66, 0x26, 0xa8, 0x39, 0xcb, - 0x04, 0xed, 0xed, 0x3d, 0xfc, 0xdc, 0x7c, 0xf5, 0xcd, 0x2f, 0x4d, 0x44, 0xf6, 0x24, 0x4c, 0x06, - 0x5a, 0xdf, 0x23, 0xd8, 0x27, 0x94, 0xc7, 0xb2, 0xe8, 0x98, 0x8a, 0x24, 0x70, 0x39, 0x3e, 0x83, - 0x82, 0x2b, 0xb9, 0x49, 0xc6, 0xd5, 0xce, 0x71, 0x36, 0xaf, 0x4c, 0x63, 0x11, 0xa7, 0x7d, 0xc5, - 0x52, 0x66, 0x48, 0x21, 0x57, 0x94, 0x73, 0xc7, 0xd7, 0x42, 0x94, 0x48, 0x66, 0xe2, 0x0b, 0x30, - 0xfe, 0x1d, 0x75, 0xe0, 0x5b, 0xda, 0x7f, 0xda, 0x9a, 0x66, 0xbc, 0x75, 0xb4, 0x7e, 0x40, 0x00, - 0x39, 0x8d, 0x30, 0x14, 0x62, 0x4a, 0x93, 0x74, 0x2f, 0xea, 0x8d, 0x3f, 0x80, 0xb2, 0x9b, 0x50, - 0x47, 0x50, 0x4f, 0x6b, 0x22, 0x87, 0xaa, 0x10, 0x23, 0xf5, 0x49, 0xc2, 0x72, 0xe4, 0x7b, 0x9a, - 0xf0, 0x80, 0x45, 0x6a, 0xa8, 0x12, 0xc9, 0x4c, 0x7c, 0x0c, 0x6f, 0x22, 0x16, 0xb9, 0xba, 0x73, - 0x85, 0x68, 0x43, 0x96, 0x5c, 0x08, 0xe1, 0xda, 0x8e, 0xe7, 0x25, 0x94, 0x73, 0x25, 0x73, 0x89, - 0x18, 0xd2, 0xd7, 0xd5, 0x2e, 0xdc, 0x7c, 0xe6, 0xaa, 0x9a, 0x16, 0x15, 0x3c, 0xe5, 0xa5, 0x44, - 0xfe, 0x08, 0xaa, 0x84, 0xde, 0xe5, 0x25, 0x7e, 0xe9, 0xbb, 0x6a, 0x7d, 0x8b, 0xa0, 0x48, 0x28, - 0x5f, 0x87, 0xe2, 0x7f, 0x59, 0xc3, 0x08, 0x2a, 0x49, 0x9a, 0xaf, 0x87, 0xdb, 0xf9, 0x0f, 0x5f, - 0x49, 0x39, 0x83, 0xca, 0xe0, 0xc7, 0xf7, 0x50, 0xce, 0xb7, 0xc6, 0x06, 0xec, 0x5a, 0xf3, 0x7e, - 0x7f, 0x68, 0x59, 0x07, 0xaf, 0x70, 0x1d, 0x4e, 0xac, 0xd1, 0xe5, 0x6d, 0x77, 0x36, 0x27, 0x43, - 0xfb, 0x8b, 0x09, 0x19, 0x77, 0x67, 0xf6, 0x90, 0x90, 0x09, 0x39, 0x40, 0xf8, 0x6d, 0x78, 0xab, - 0x3f, 0x19, 0x4f, 0xe7, 0xb3, 0xa1, 0xdd, 0x1d, 0x0c, 0xc8, 0xd0, 0xb2, 0xd2, 0xd0, 0x6b, 0x7c, - 0x08, 0x95, 0xd9, 0x68, 0x3c, 0x9c, 0xcc, 0xb3, 0xec, 0x1d, 0xbc, 0x0f, 0xc6, 0x64, 0x76, 0x35, - 0x24, 0xa9, 0xe3, 0xb8, 0xf3, 0x1b, 0x82, 0xca, 0x44, 0x51, 0xb7, 0x68, 0x72, 0x1f, 0xb8, 0x14, - 0x0f, 0xe0, 0x70, 0x1e, 0x7b, 0x8e, 0xa0, 0x79, 0x45, 0x4f, 0xb6, 0xfa, 0xe4, 0x95, 0xae, 0x9f, - 0xe6, 0x75, 0xcb, 0x03, 0x7a, 0x50, 0x1b, 0xb0, 0x81, 0x13, 0x84, 0x9b, 0xed, 0x59, 0xb9, 0x72, - 0x22, 0x2f, 0xa4, 0xc9, 0x8b, 0xc5, 0xaa, 0xb9, 0x62, 0x72, 0x45, 0xd7, 0x70, 0x74, 0x49, 0xc5, - 0xdf, 0x8e, 0xd3, 0x3b, 0x39, 0xf8, 0x5f, 0x83, 0x2f, 0x0e, 0xd4, 0xfb, 0xfc, 0xe1, 0xb1, 0x81, - 0x7e, 0x7a, 0x6c, 0xa0, 0x5f, 0x1f, 0x1b, 0xe8, 0xbb, 0xa7, 0x06, 0xfa, 0xf1, 0xa9, 0x81, 0x1e, - 0x9e, 0x1a, 0x08, 0xaa, 0x01, 0x33, 0xe5, 0xf5, 0x4d, 0x91, 0x3d, 0x43, 0xeb, 0x31, 0x95, 0xcb, - 0x9b, 0xa2, 0x2f, 0xd3, 0xbb, 0xbd, 0x28, 0xaa, 0x6d, 0x5e, 0xfc, 0x11, 0x00, 0x00, 0xff, 0xff, - 0x61, 0x5a, 0xdc, 0x79, 0xe4, 0x05, 0x00, 0x00, + // 757 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcb, 0x6e, 0xeb, 0x44, + 0x18, 0x3e, 0x73, 0x9a, 0x93, 0x36, 0xbf, 0x93, 0xb4, 0x9d, 0x96, 0x36, 0x04, 0x48, 0x20, 0x12, + 0x52, 0x85, 0x54, 0x07, 0xa5, 0x1b, 0x16, 0x48, 0x28, 0x37, 0xda, 0xa8, 0x4d, 0x13, 0x8d, 0x93, + 0x0d, 0x1b, 0xcb, 0xb1, 0x27, 0xc6, 0xc2, 0xf1, 0xb8, 0x9e, 0x49, 0xa5, 0xbc, 0x05, 0x3b, 0x78, + 0x04, 0xde, 0x80, 0x2d, 0xcb, 0x2e, 0x79, 0x02, 0x40, 0xad, 0xc4, 0x92, 0x67, 0x40, 0x33, 0x63, + 0x37, 0xe6, 0x52, 0x09, 0xa4, 0xb3, 0xb1, 0xe7, 0xbf, 0xff, 0xdf, 0xf7, 0x8d, 0x06, 0xea, 0x71, + 0xc2, 0x04, 0xe3, 0x6d, 0x16, 0x85, 0x41, 0x44, 0xd3, 0x9f, 0xa9, 0x9c, 0xb8, 0xa8, 0xad, 0xfa, + 0x67, 0x7e, 0x20, 0xbe, 0x5e, 0x2f, 0x4c, 0x97, 0xad, 0xda, 0x22, 0x61, 0xd1, 0xf9, 0x9a, 0xb7, + 0x7d, 0x76, 0xbe, 0x10, 0x4b, 0x7e, 0xee, 0xb2, 0xd5, 0x8a, 0x45, 0xed, 0xb4, 0x4b, 0xc4, 0x3c, + 0xaa, 0x3e, 0xba, 0x43, 0xfd, 0xd3, 0x7f, 0xa9, 0x54, 0x91, 0xc5, 0x7a, 0xd9, 0xf6, 0x99, 0xcf, + 0x94, 0xa1, 0x4e, 0x69, 0x45, 0xd3, 0x67, 0xcc, 0x0f, 0xe9, 0x36, 0x4b, 0x04, 0x2b, 0xca, 0x85, + 0xb3, 0x8a, 0x75, 0x42, 0xcb, 0x87, 0x2a, 0xa1, 0x77, 0x56, 0xe0, 0x47, 0x63, 0x2a, 0x92, 0xc0, + 0xe5, 0xf8, 0x03, 0x80, 0x78, 0xbd, 0x08, 0x03, 0xd7, 0xfe, 0x86, 0x6e, 0x6a, 0xe8, 0x43, 0x74, + 0x56, 0x26, 0x25, 0xed, 0xb9, 0xa6, 0x1b, 0xfc, 0x3e, 0x94, 0x78, 0xe0, 0x47, 0x8e, 0x58, 0x27, + 0xb4, 0xf6, 0x5a, 0x47, 0x9f, 0x1d, 0xb8, 0x06, 0xbb, 0xb1, 0xb3, 0x09, 0x99, 0xe3, 0xd5, 0x76, + 0x54, 0x2c, 0x33, 0x5b, 0x7f, 0x20, 0x30, 0xa6, 0xce, 0xe6, 0x86, 0x39, 0xde, 0x28, 0x5a, 0x32, + 0x7c, 0x0a, 0xbb, 0x12, 0x99, 0x1d, 0x78, 0x6a, 0x46, 0x89, 0x14, 0xa5, 0x39, 0xf2, 0x70, 0x03, + 0x0a, 0xf2, 0xa4, 0x7a, 0x1b, 0x1d, 0x30, 0x15, 0xfe, 0x5b, 0xe6, 0x51, 0xa2, 0xfc, 0xf8, 0x73, + 0x38, 0x08, 0x1d, 0x2e, 0x6c, 0x39, 0x94, 0x7a, 0x76, 0x10, 0x2d, 0x99, 0x9a, 0x65, 0x74, 0xb0, + 0x99, 0xf2, 0x6d, 0xa9, 0x90, 0x1c, 0x43, 0xaa, 0x32, 0x77, 0x6b, 0xe3, 0x8f, 0xa1, 0xfa, 0x5c, + 0xad, 0x31, 0x14, 0xd4, 0xf4, 0x4a, 0x96, 0xa7, 0x71, 0x74, 0xa1, 0xa4, 0xd2, 0x24, 0x5d, 0xb5, + 0x37, 0xaa, 0x7b, 0xdd, 0xd4, 0x5c, 0x9a, 0x19, 0x97, 0xe6, 0x2c, 0xe3, 0xb2, 0xb7, 0xf7, 0xf0, + 0x4b, 0xf3, 0xd5, 0xb7, 0xbf, 0x36, 0x11, 0xd9, 0x93, 0x65, 0x32, 0xd0, 0xfa, 0x01, 0xc1, 0x3e, + 0xa1, 0x3c, 0xce, 0x73, 0x7b, 0x06, 0x05, 0x57, 0x62, 0x93, 0x88, 0xab, 0x9d, 0xe3, 0x6c, 0x5f, + 0x99, 0xc6, 0x22, 0x4e, 0xfb, 0x0a, 0xa5, 0xcc, 0x90, 0x44, 0xae, 0x28, 0xe7, 0x8e, 0xaf, 0x89, + 0x28, 0x91, 0xcc, 0xc4, 0x17, 0x60, 0xfc, 0x37, 0xe8, 0xc0, 0xb7, 0xb0, 0xff, 0xa2, 0x9a, 0x46, + 0xbc, 0x75, 0xb4, 0x7e, 0x44, 0x00, 0x39, 0x8e, 0x30, 0x14, 0x62, 0x4a, 0x93, 0x54, 0x17, 0x75, + 0xc6, 0x1f, 0x41, 0xd9, 0x4d, 0xa8, 0x23, 0xa8, 0xa7, 0x39, 0x91, 0x4b, 0x55, 0x88, 0x91, 0xfa, + 0x24, 0x60, 0xb9, 0xf2, 0x3d, 0x4d, 0x78, 0xc0, 0x22, 0xb5, 0x54, 0x89, 0x64, 0x26, 0x3e, 0x86, + 0x37, 0x11, 0x8b, 0x5c, 0x3d, 0xb9, 0x42, 0xb4, 0x21, 0x5b, 0x2e, 0x84, 0x70, 0x6d, 0xc7, 0xf3, + 0x12, 0xca, 0xb9, 0xa2, 0xb9, 0x44, 0x0c, 0xe9, 0xeb, 0x6a, 0x17, 0x6e, 0x3e, 0x63, 0x55, 0x43, + 0x8b, 0xaa, 0x3c, 0xc5, 0xa5, 0x48, 0x36, 0xe1, 0x88, 0xd0, 0xbb, 0x1b, 0x47, 0x50, 0xad, 0x1e, + 0xa1, 0x31, 0x4b, 0xc4, 0x8b, 0x97, 0xab, 0xf5, 0x1d, 0x82, 0x22, 0xa1, 0x7c, 0x1d, 0x8a, 0xb7, + 0xa2, 0xc5, 0x08, 0x2a, 0x49, 0x9a, 0xaf, 0x37, 0xdc, 0xf9, 0x1f, 0x57, 0xa5, 0x9c, 0x95, 0xca, + 0xe0, 0x27, 0xf7, 0x50, 0xce, 0x8f, 0xc6, 0x06, 0xec, 0x5a, 0xf3, 0x7e, 0x7f, 0x68, 0x59, 0x07, + 0xaf, 0x70, 0x1d, 0x4e, 0xac, 0xd1, 0xe5, 0x6d, 0x77, 0x36, 0x27, 0x43, 0xfb, 0xcb, 0x09, 0x19, + 0x77, 0x67, 0xf6, 0x90, 0x90, 0x09, 0x39, 0x40, 0xf8, 0x5d, 0x78, 0xa7, 0x3f, 0x19, 0x4f, 0xe7, + 0xb3, 0xa1, 0xdd, 0x1d, 0x0c, 0xc8, 0xd0, 0xb2, 0xd2, 0xd0, 0x6b, 0x7c, 0x08, 0x95, 0xd9, 0x68, + 0x3c, 0x9c, 0xcc, 0xb3, 0xec, 0x1d, 0xbc, 0x0f, 0xc6, 0x64, 0x76, 0x35, 0x24, 0xa9, 0xe3, 0xb8, + 0xf3, 0x3b, 0x82, 0xca, 0x44, 0x41, 0xb7, 0x68, 0x72, 0x1f, 0xb8, 0x14, 0x0f, 0xe0, 0x70, 0x1e, + 0x7b, 0x8e, 0xa0, 0xf9, 0x9b, 0x7b, 0xb2, 0xe5, 0x27, 0xff, 0x5a, 0xd4, 0x4f, 0xf3, 0xbc, 0xe5, + 0x0b, 0x7a, 0x50, 0x1b, 0xb0, 0x81, 0x13, 0x84, 0x9b, 0xad, 0x2e, 0x57, 0x4e, 0xe4, 0x85, 0x34, + 0x79, 0xb1, 0x59, 0x35, 0xd7, 0x4c, 0x4a, 0x74, 0x0d, 0x47, 0x97, 0x54, 0xfc, 0x43, 0xdd, 0xf7, + 0x72, 0xe5, 0x7f, 0x0f, 0xbe, 0xb8, 0x50, 0xef, 0x8b, 0x87, 0xc7, 0x06, 0xfa, 0xf9, 0xb1, 0x81, + 0x7e, 0x7b, 0x6c, 0xa0, 0xef, 0x9f, 0x1a, 0xe8, 0xa7, 0xa7, 0x06, 0x7a, 0x78, 0x6a, 0x20, 0xa8, + 0x06, 0xcc, 0x94, 0xaf, 0x6f, 0x5a, 0xd9, 0x33, 0x34, 0x1f, 0x53, 0x29, 0xde, 0x14, 0x7d, 0x95, + 0xbe, 0xdb, 0x8b, 0xa2, 0x52, 0xf3, 0xe2, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9b, 0xd9, 0x02, + 0x60, 0xe4, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -725,7 +725,7 @@ var _OnlineService_serviceDesc = grpc.ServiceDesc{ Metadata: "protos/online/online.proto", } -func (m *ReqLatestSignReport) Marshal() (dAtA []byte, err error) { +func (m *ReqSignMetrics) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -735,12 +735,12 @@ func (m *ReqLatestSignReport) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *ReqLatestSignReport) MarshalTo(dAtA []byte) (int, error) { +func (m *ReqSignMetrics) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *ReqLatestSignReport) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *ReqSignMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int @@ -967,7 +967,7 @@ func (m *SignedInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *ReqSignMetrics) Marshal() (dAtA []byte, err error) { +func (m *ReqLatestSignReport) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -977,12 +977,12 @@ func (m *ReqSignMetrics) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *ReqSignMetrics) MarshalTo(dAtA []byte) (int, error) { +func (m *ReqLatestSignReport) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *ReqSignMetrics) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *ReqLatestSignReport) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int @@ -1059,7 +1059,7 @@ func encodeVarintOnline(dAtA []byte, offset int, v uint64) int { dAtA[offset] = uint8(v) return base } -func (m *ReqLatestSignReport) Size() (n int) { +func (m *ReqSignMetrics) Size() (n int) { if m == nil { return 0 } @@ -1173,7 +1173,7 @@ func (m *SignedInfo) Size() (n int) { return n } -func (m *ReqSignMetrics) Size() (n int) { +func (m *ReqLatestSignReport) Size() (n int) { if m == nil { return 0 } @@ -1216,7 +1216,7 @@ func sovOnline(x uint64) (n int) { func sozOnline(x uint64) (n int) { return sovOnline(uint64((x << 1) ^ uint64((int64(x) >> 63)))) } -func (m *ReqLatestSignReport) Unmarshal(dAtA []byte) error { +func (m *ReqSignMetrics) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -1239,10 +1239,10 @@ func (m *ReqLatestSignReport) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ReqLatestSignReport: wiretype end group for non-group") + return fmt.Errorf("proto: ReqSignMetrics: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ReqLatestSignReport: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ReqSignMetrics: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -1975,7 +1975,7 @@ func (m *SignedInfo) Unmarshal(dAtA []byte) error { } return nil } -func (m *ReqSignMetrics) Unmarshal(dAtA []byte) error { +func (m *ReqLatestSignReport) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -1998,10 +1998,10 @@ func (m *ReqSignMetrics) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: ReqSignMetrics: wiretype end group for non-group") + return fmt.Errorf("proto: ReqLatestSignReport: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: ReqSignMetrics: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: ReqLatestSignReport: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: