v1.5.1 增强程序稳定性
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.11
|
||||
// protoc v3.21.12
|
||||
// protoc v3.19.6
|
||||
// source: service_httpdns_node.proto
|
||||
|
||||
package pb
|
||||
@@ -808,6 +808,261 @@ func (x *DownloadHTTPDNSNodeInstallationFileResponse) GetFilename() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// 计算需要升级的HTTPDNS节点数量
|
||||
type CountAllUpgradeHTTPDNSNodesWithClusterIdRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
ClusterId int64 `protobuf:"varint,1,opt,name=clusterId,proto3" json:"clusterId,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *CountAllUpgradeHTTPDNSNodesWithClusterIdRequest) Reset() {
|
||||
*x = CountAllUpgradeHTTPDNSNodesWithClusterIdRequest{}
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[14]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *CountAllUpgradeHTTPDNSNodesWithClusterIdRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*CountAllUpgradeHTTPDNSNodesWithClusterIdRequest) ProtoMessage() {}
|
||||
|
||||
func (x *CountAllUpgradeHTTPDNSNodesWithClusterIdRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[14]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use CountAllUpgradeHTTPDNSNodesWithClusterIdRequest.ProtoReflect.Descriptor instead.
|
||||
func (*CountAllUpgradeHTTPDNSNodesWithClusterIdRequest) Descriptor() ([]byte, []int) {
|
||||
return file_service_httpdns_node_proto_rawDescGZIP(), []int{14}
|
||||
}
|
||||
|
||||
func (x *CountAllUpgradeHTTPDNSNodesWithClusterIdRequest) GetClusterId() int64 {
|
||||
if x != nil {
|
||||
return x.ClusterId
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
// 列出所有需要升级的HTTPDNS节点
|
||||
type FindAllUpgradeHTTPDNSNodesWithClusterIdRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
ClusterId int64 `protobuf:"varint,1,opt,name=clusterId,proto3" json:"clusterId,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdRequest) Reset() {
|
||||
*x = FindAllUpgradeHTTPDNSNodesWithClusterIdRequest{}
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[15]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*FindAllUpgradeHTTPDNSNodesWithClusterIdRequest) ProtoMessage() {}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[15]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use FindAllUpgradeHTTPDNSNodesWithClusterIdRequest.ProtoReflect.Descriptor instead.
|
||||
func (*FindAllUpgradeHTTPDNSNodesWithClusterIdRequest) Descriptor() ([]byte, []int) {
|
||||
return file_service_httpdns_node_proto_rawDescGZIP(), []int{15}
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdRequest) GetClusterId() int64 {
|
||||
if x != nil {
|
||||
return x.ClusterId
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
type FindAllUpgradeHTTPDNSNodesWithClusterIdResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Nodes []*FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse) Reset() {
|
||||
*x = FindAllUpgradeHTTPDNSNodesWithClusterIdResponse{}
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[16]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*FindAllUpgradeHTTPDNSNodesWithClusterIdResponse) ProtoMessage() {}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[16]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use FindAllUpgradeHTTPDNSNodesWithClusterIdResponse.ProtoReflect.Descriptor instead.
|
||||
func (*FindAllUpgradeHTTPDNSNodesWithClusterIdResponse) Descriptor() ([]byte, []int) {
|
||||
return file_service_httpdns_node_proto_rawDescGZIP(), []int{16}
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse) GetNodes() []*FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade {
|
||||
if x != nil {
|
||||
return x.Nodes
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// 升级单个HTTPDNS节点
|
||||
type UpgradeHTTPDNSNodeRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
NodeId int64 `protobuf:"varint,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *UpgradeHTTPDNSNodeRequest) Reset() {
|
||||
*x = UpgradeHTTPDNSNodeRequest{}
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[17]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *UpgradeHTTPDNSNodeRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*UpgradeHTTPDNSNodeRequest) ProtoMessage() {}
|
||||
|
||||
func (x *UpgradeHTTPDNSNodeRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[17]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use UpgradeHTTPDNSNodeRequest.ProtoReflect.Descriptor instead.
|
||||
func (*UpgradeHTTPDNSNodeRequest) Descriptor() ([]byte, []int) {
|
||||
return file_service_httpdns_node_proto_rawDescGZIP(), []int{17}
|
||||
}
|
||||
|
||||
func (x *UpgradeHTTPDNSNodeRequest) GetNodeId() int64 {
|
||||
if x != nil {
|
||||
return x.NodeId
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
type FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Node *HTTPDNSNode `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
|
||||
Os string `protobuf:"bytes,2,opt,name=os,proto3" json:"os,omitempty"`
|
||||
Arch string `protobuf:"bytes,3,opt,name=arch,proto3" json:"arch,omitempty"`
|
||||
OldVersion string `protobuf:"bytes,4,opt,name=oldVersion,proto3" json:"oldVersion,omitempty"`
|
||||
NewVersion string `protobuf:"bytes,5,opt,name=newVersion,proto3" json:"newVersion,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) Reset() {
|
||||
*x = FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade{}
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[18]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) ProtoMessage() {}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_service_httpdns_node_proto_msgTypes[18]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade.ProtoReflect.Descriptor instead.
|
||||
func (*FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) Descriptor() ([]byte, []int) {
|
||||
return file_service_httpdns_node_proto_rawDescGZIP(), []int{16, 0}
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) GetNode() *HTTPDNSNode {
|
||||
if x != nil {
|
||||
return x.Node
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) GetOs() string {
|
||||
if x != nil {
|
||||
return x.Os
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) GetArch() string {
|
||||
if x != nil {
|
||||
return x.Arch
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) GetOldVersion() string {
|
||||
if x != nil {
|
||||
return x.OldVersion
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade) GetNewVersion() string {
|
||||
if x != nil {
|
||||
return x.NewVersion
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
var File_service_httpdns_node_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_service_httpdns_node_proto_rawDesc = "" +
|
||||
@@ -869,7 +1124,25 @@ const file_service_httpdns_node_proto_rawDesc = "" +
|
||||
"\x03sum\x18\x02 \x01(\tR\x03sum\x12\x16\n" +
|
||||
"\x06offset\x18\x03 \x01(\x03R\x06offset\x12\x18\n" +
|
||||
"\aversion\x18\x04 \x01(\tR\aversion\x12\x1a\n" +
|
||||
"\bfilename\x18\x05 \x01(\tR\bfilename2\xa2\x06\n" +
|
||||
"\bfilename\x18\x05 \x01(\tR\bfilename\"O\n" +
|
||||
"/CountAllUpgradeHTTPDNSNodesWithClusterIdRequest\x12\x1c\n" +
|
||||
"\tclusterId\x18\x01 \x01(\x03R\tclusterId\"N\n" +
|
||||
".FindAllUpgradeHTTPDNSNodesWithClusterIdRequest\x12\x1c\n" +
|
||||
"\tclusterId\x18\x01 \x01(\x03R\tclusterId\"\xaf\x02\n" +
|
||||
"/FindAllUpgradeHTTPDNSNodesWithClusterIdResponse\x12\\\n" +
|
||||
"\x05nodes\x18\x01 \x03(\v2F.pb.FindAllUpgradeHTTPDNSNodesWithClusterIdResponse.HTTPDNSNodeUpgradeR\x05nodes\x1a\x9d\x01\n" +
|
||||
"\x12HTTPDNSNodeUpgrade\x12#\n" +
|
||||
"\x04node\x18\x01 \x01(\v2\x0f.pb.HTTPDNSNodeR\x04node\x12\x0e\n" +
|
||||
"\x02os\x18\x02 \x01(\tR\x02os\x12\x12\n" +
|
||||
"\x04arch\x18\x03 \x01(\tR\x04arch\x12\x1e\n" +
|
||||
"\n" +
|
||||
"oldVersion\x18\x04 \x01(\tR\n" +
|
||||
"oldVersion\x12\x1e\n" +
|
||||
"\n" +
|
||||
"newVersion\x18\x05 \x01(\tR\n" +
|
||||
"newVersion\"3\n" +
|
||||
"\x19UpgradeHTTPDNSNodeRequest\x12\x16\n" +
|
||||
"\x06nodeId\x18\x01 \x01(\x03R\x06nodeId2\xf3\b\n" +
|
||||
"\x12HTTPDNSNodeService\x12P\n" +
|
||||
"\x11createHTTPDNSNode\x12\x1c.pb.CreateHTTPDNSNodeRequest\x1a\x1d.pb.CreateHTTPDNSNodeResponse\x12A\n" +
|
||||
"\x11updateHTTPDNSNode\x12\x1c.pb.UpdateHTTPDNSNodeRequest\x1a\x0e.pb.RPCSuccess\x12A\n" +
|
||||
@@ -879,7 +1152,10 @@ const file_service_httpdns_node_proto_rawDesc = "" +
|
||||
"\x17updateHTTPDNSNodeStatus\x12\".pb.UpdateHTTPDNSNodeStatusRequest\x1a\x0e.pb.RPCSuccess\x12K\n" +
|
||||
"\x16updateHTTPDNSNodeLogin\x12!.pb.UpdateHTTPDNSNodeLoginRequest\x1a\x0e.pb.RPCSuccess\x12t\n" +
|
||||
"\x1dcheckHTTPDNSNodeLatestVersion\x12(.pb.CheckHTTPDNSNodeLatestVersionRequest\x1a).pb.CheckHTTPDNSNodeLatestVersionResponse\x12\x86\x01\n" +
|
||||
"#downloadHTTPDNSNodeInstallationFile\x12..pb.DownloadHTTPDNSNodeInstallationFileRequest\x1a/.pb.DownloadHTTPDNSNodeInstallationFileResponseB\x06Z\x04./pbb\x06proto3"
|
||||
"#downloadHTTPDNSNodeInstallationFile\x12..pb.DownloadHTTPDNSNodeInstallationFileRequest\x1a/.pb.DownloadHTTPDNSNodeInstallationFileResponse\x12u\n" +
|
||||
"(countAllUpgradeHTTPDNSNodesWithClusterId\x123.pb.CountAllUpgradeHTTPDNSNodesWithClusterIdRequest\x1a\x14.pb.RPCCountResponse\x12\x92\x01\n" +
|
||||
"'findAllUpgradeHTTPDNSNodesWithClusterId\x122.pb.FindAllUpgradeHTTPDNSNodesWithClusterIdRequest\x1a3.pb.FindAllUpgradeHTTPDNSNodesWithClusterIdResponse\x12C\n" +
|
||||
"\x12upgradeHTTPDNSNode\x12\x1d.pb.UpgradeHTTPDNSNodeRequest\x1a\x0e.pb.RPCSuccessB\x06Z\x04./pbb\x06proto3"
|
||||
|
||||
var (
|
||||
file_service_httpdns_node_proto_rawDescOnce sync.Once
|
||||
@@ -893,53 +1169,67 @@ func file_service_httpdns_node_proto_rawDescGZIP() []byte {
|
||||
return file_service_httpdns_node_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_service_httpdns_node_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
|
||||
var file_service_httpdns_node_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
|
||||
var file_service_httpdns_node_proto_goTypes = []any{
|
||||
(*CreateHTTPDNSNodeRequest)(nil), // 0: pb.CreateHTTPDNSNodeRequest
|
||||
(*CreateHTTPDNSNodeResponse)(nil), // 1: pb.CreateHTTPDNSNodeResponse
|
||||
(*UpdateHTTPDNSNodeRequest)(nil), // 2: pb.UpdateHTTPDNSNodeRequest
|
||||
(*DeleteHTTPDNSNodeRequest)(nil), // 3: pb.DeleteHTTPDNSNodeRequest
|
||||
(*FindHTTPDNSNodeRequest)(nil), // 4: pb.FindHTTPDNSNodeRequest
|
||||
(*FindHTTPDNSNodeResponse)(nil), // 5: pb.FindHTTPDNSNodeResponse
|
||||
(*ListHTTPDNSNodesRequest)(nil), // 6: pb.ListHTTPDNSNodesRequest
|
||||
(*ListHTTPDNSNodesResponse)(nil), // 7: pb.ListHTTPDNSNodesResponse
|
||||
(*UpdateHTTPDNSNodeStatusRequest)(nil), // 8: pb.UpdateHTTPDNSNodeStatusRequest
|
||||
(*UpdateHTTPDNSNodeLoginRequest)(nil), // 9: pb.UpdateHTTPDNSNodeLoginRequest
|
||||
(*CheckHTTPDNSNodeLatestVersionRequest)(nil), // 10: pb.CheckHTTPDNSNodeLatestVersionRequest
|
||||
(*CheckHTTPDNSNodeLatestVersionResponse)(nil), // 11: pb.CheckHTTPDNSNodeLatestVersionResponse
|
||||
(*DownloadHTTPDNSNodeInstallationFileRequest)(nil), // 12: pb.DownloadHTTPDNSNodeInstallationFileRequest
|
||||
(*DownloadHTTPDNSNodeInstallationFileResponse)(nil), // 13: pb.DownloadHTTPDNSNodeInstallationFileResponse
|
||||
(*HTTPDNSNode)(nil), // 14: pb.HTTPDNSNode
|
||||
(*NodeLogin)(nil), // 15: pb.NodeLogin
|
||||
(*RPCSuccess)(nil), // 16: pb.RPCSuccess
|
||||
(*CreateHTTPDNSNodeRequest)(nil), // 0: pb.CreateHTTPDNSNodeRequest
|
||||
(*CreateHTTPDNSNodeResponse)(nil), // 1: pb.CreateHTTPDNSNodeResponse
|
||||
(*UpdateHTTPDNSNodeRequest)(nil), // 2: pb.UpdateHTTPDNSNodeRequest
|
||||
(*DeleteHTTPDNSNodeRequest)(nil), // 3: pb.DeleteHTTPDNSNodeRequest
|
||||
(*FindHTTPDNSNodeRequest)(nil), // 4: pb.FindHTTPDNSNodeRequest
|
||||
(*FindHTTPDNSNodeResponse)(nil), // 5: pb.FindHTTPDNSNodeResponse
|
||||
(*ListHTTPDNSNodesRequest)(nil), // 6: pb.ListHTTPDNSNodesRequest
|
||||
(*ListHTTPDNSNodesResponse)(nil), // 7: pb.ListHTTPDNSNodesResponse
|
||||
(*UpdateHTTPDNSNodeStatusRequest)(nil), // 8: pb.UpdateHTTPDNSNodeStatusRequest
|
||||
(*UpdateHTTPDNSNodeLoginRequest)(nil), // 9: pb.UpdateHTTPDNSNodeLoginRequest
|
||||
(*CheckHTTPDNSNodeLatestVersionRequest)(nil), // 10: pb.CheckHTTPDNSNodeLatestVersionRequest
|
||||
(*CheckHTTPDNSNodeLatestVersionResponse)(nil), // 11: pb.CheckHTTPDNSNodeLatestVersionResponse
|
||||
(*DownloadHTTPDNSNodeInstallationFileRequest)(nil), // 12: pb.DownloadHTTPDNSNodeInstallationFileRequest
|
||||
(*DownloadHTTPDNSNodeInstallationFileResponse)(nil), // 13: pb.DownloadHTTPDNSNodeInstallationFileResponse
|
||||
(*CountAllUpgradeHTTPDNSNodesWithClusterIdRequest)(nil), // 14: pb.CountAllUpgradeHTTPDNSNodesWithClusterIdRequest
|
||||
(*FindAllUpgradeHTTPDNSNodesWithClusterIdRequest)(nil), // 15: pb.FindAllUpgradeHTTPDNSNodesWithClusterIdRequest
|
||||
(*FindAllUpgradeHTTPDNSNodesWithClusterIdResponse)(nil), // 16: pb.FindAllUpgradeHTTPDNSNodesWithClusterIdResponse
|
||||
(*UpgradeHTTPDNSNodeRequest)(nil), // 17: pb.UpgradeHTTPDNSNodeRequest
|
||||
(*FindAllUpgradeHTTPDNSNodesWithClusterIdResponse_HTTPDNSNodeUpgrade)(nil), // 18: pb.FindAllUpgradeHTTPDNSNodesWithClusterIdResponse.HTTPDNSNodeUpgrade
|
||||
(*HTTPDNSNode)(nil), // 19: pb.HTTPDNSNode
|
||||
(*NodeLogin)(nil), // 20: pb.NodeLogin
|
||||
(*RPCSuccess)(nil), // 21: pb.RPCSuccess
|
||||
(*RPCCountResponse)(nil), // 22: pb.RPCCountResponse
|
||||
}
|
||||
var file_service_httpdns_node_proto_depIdxs = []int32{
|
||||
14, // 0: pb.FindHTTPDNSNodeResponse.node:type_name -> pb.HTTPDNSNode
|
||||
14, // 1: pb.ListHTTPDNSNodesResponse.nodes:type_name -> pb.HTTPDNSNode
|
||||
15, // 2: pb.UpdateHTTPDNSNodeLoginRequest.nodeLogin:type_name -> pb.NodeLogin
|
||||
0, // 3: pb.HTTPDNSNodeService.createHTTPDNSNode:input_type -> pb.CreateHTTPDNSNodeRequest
|
||||
2, // 4: pb.HTTPDNSNodeService.updateHTTPDNSNode:input_type -> pb.UpdateHTTPDNSNodeRequest
|
||||
3, // 5: pb.HTTPDNSNodeService.deleteHTTPDNSNode:input_type -> pb.DeleteHTTPDNSNodeRequest
|
||||
4, // 6: pb.HTTPDNSNodeService.findHTTPDNSNode:input_type -> pb.FindHTTPDNSNodeRequest
|
||||
6, // 7: pb.HTTPDNSNodeService.listHTTPDNSNodes:input_type -> pb.ListHTTPDNSNodesRequest
|
||||
8, // 8: pb.HTTPDNSNodeService.updateHTTPDNSNodeStatus:input_type -> pb.UpdateHTTPDNSNodeStatusRequest
|
||||
9, // 9: pb.HTTPDNSNodeService.updateHTTPDNSNodeLogin:input_type -> pb.UpdateHTTPDNSNodeLoginRequest
|
||||
10, // 10: pb.HTTPDNSNodeService.checkHTTPDNSNodeLatestVersion:input_type -> pb.CheckHTTPDNSNodeLatestVersionRequest
|
||||
12, // 11: pb.HTTPDNSNodeService.downloadHTTPDNSNodeInstallationFile:input_type -> pb.DownloadHTTPDNSNodeInstallationFileRequest
|
||||
1, // 12: pb.HTTPDNSNodeService.createHTTPDNSNode:output_type -> pb.CreateHTTPDNSNodeResponse
|
||||
16, // 13: pb.HTTPDNSNodeService.updateHTTPDNSNode:output_type -> pb.RPCSuccess
|
||||
16, // 14: pb.HTTPDNSNodeService.deleteHTTPDNSNode:output_type -> pb.RPCSuccess
|
||||
5, // 15: pb.HTTPDNSNodeService.findHTTPDNSNode:output_type -> pb.FindHTTPDNSNodeResponse
|
||||
7, // 16: pb.HTTPDNSNodeService.listHTTPDNSNodes:output_type -> pb.ListHTTPDNSNodesResponse
|
||||
16, // 17: pb.HTTPDNSNodeService.updateHTTPDNSNodeStatus:output_type -> pb.RPCSuccess
|
||||
16, // 18: pb.HTTPDNSNodeService.updateHTTPDNSNodeLogin:output_type -> pb.RPCSuccess
|
||||
11, // 19: pb.HTTPDNSNodeService.checkHTTPDNSNodeLatestVersion:output_type -> pb.CheckHTTPDNSNodeLatestVersionResponse
|
||||
13, // 20: pb.HTTPDNSNodeService.downloadHTTPDNSNodeInstallationFile:output_type -> pb.DownloadHTTPDNSNodeInstallationFileResponse
|
||||
12, // [12:21] is the sub-list for method output_type
|
||||
3, // [3:12] is the sub-list for method input_type
|
||||
3, // [3:3] is the sub-list for extension type_name
|
||||
3, // [3:3] is the sub-list for extension extendee
|
||||
0, // [0:3] is the sub-list for field type_name
|
||||
19, // 0: pb.FindHTTPDNSNodeResponse.node:type_name -> pb.HTTPDNSNode
|
||||
19, // 1: pb.ListHTTPDNSNodesResponse.nodes:type_name -> pb.HTTPDNSNode
|
||||
20, // 2: pb.UpdateHTTPDNSNodeLoginRequest.nodeLogin:type_name -> pb.NodeLogin
|
||||
18, // 3: pb.FindAllUpgradeHTTPDNSNodesWithClusterIdResponse.nodes:type_name -> pb.FindAllUpgradeHTTPDNSNodesWithClusterIdResponse.HTTPDNSNodeUpgrade
|
||||
19, // 4: pb.FindAllUpgradeHTTPDNSNodesWithClusterIdResponse.HTTPDNSNodeUpgrade.node:type_name -> pb.HTTPDNSNode
|
||||
0, // 5: pb.HTTPDNSNodeService.createHTTPDNSNode:input_type -> pb.CreateHTTPDNSNodeRequest
|
||||
2, // 6: pb.HTTPDNSNodeService.updateHTTPDNSNode:input_type -> pb.UpdateHTTPDNSNodeRequest
|
||||
3, // 7: pb.HTTPDNSNodeService.deleteHTTPDNSNode:input_type -> pb.DeleteHTTPDNSNodeRequest
|
||||
4, // 8: pb.HTTPDNSNodeService.findHTTPDNSNode:input_type -> pb.FindHTTPDNSNodeRequest
|
||||
6, // 9: pb.HTTPDNSNodeService.listHTTPDNSNodes:input_type -> pb.ListHTTPDNSNodesRequest
|
||||
8, // 10: pb.HTTPDNSNodeService.updateHTTPDNSNodeStatus:input_type -> pb.UpdateHTTPDNSNodeStatusRequest
|
||||
9, // 11: pb.HTTPDNSNodeService.updateHTTPDNSNodeLogin:input_type -> pb.UpdateHTTPDNSNodeLoginRequest
|
||||
10, // 12: pb.HTTPDNSNodeService.checkHTTPDNSNodeLatestVersion:input_type -> pb.CheckHTTPDNSNodeLatestVersionRequest
|
||||
12, // 13: pb.HTTPDNSNodeService.downloadHTTPDNSNodeInstallationFile:input_type -> pb.DownloadHTTPDNSNodeInstallationFileRequest
|
||||
14, // 14: pb.HTTPDNSNodeService.countAllUpgradeHTTPDNSNodesWithClusterId:input_type -> pb.CountAllUpgradeHTTPDNSNodesWithClusterIdRequest
|
||||
15, // 15: pb.HTTPDNSNodeService.findAllUpgradeHTTPDNSNodesWithClusterId:input_type -> pb.FindAllUpgradeHTTPDNSNodesWithClusterIdRequest
|
||||
17, // 16: pb.HTTPDNSNodeService.upgradeHTTPDNSNode:input_type -> pb.UpgradeHTTPDNSNodeRequest
|
||||
1, // 17: pb.HTTPDNSNodeService.createHTTPDNSNode:output_type -> pb.CreateHTTPDNSNodeResponse
|
||||
21, // 18: pb.HTTPDNSNodeService.updateHTTPDNSNode:output_type -> pb.RPCSuccess
|
||||
21, // 19: pb.HTTPDNSNodeService.deleteHTTPDNSNode:output_type -> pb.RPCSuccess
|
||||
5, // 20: pb.HTTPDNSNodeService.findHTTPDNSNode:output_type -> pb.FindHTTPDNSNodeResponse
|
||||
7, // 21: pb.HTTPDNSNodeService.listHTTPDNSNodes:output_type -> pb.ListHTTPDNSNodesResponse
|
||||
21, // 22: pb.HTTPDNSNodeService.updateHTTPDNSNodeStatus:output_type -> pb.RPCSuccess
|
||||
21, // 23: pb.HTTPDNSNodeService.updateHTTPDNSNodeLogin:output_type -> pb.RPCSuccess
|
||||
11, // 24: pb.HTTPDNSNodeService.checkHTTPDNSNodeLatestVersion:output_type -> pb.CheckHTTPDNSNodeLatestVersionResponse
|
||||
13, // 25: pb.HTTPDNSNodeService.downloadHTTPDNSNodeInstallationFile:output_type -> pb.DownloadHTTPDNSNodeInstallationFileResponse
|
||||
22, // 26: pb.HTTPDNSNodeService.countAllUpgradeHTTPDNSNodesWithClusterId:output_type -> pb.RPCCountResponse
|
||||
16, // 27: pb.HTTPDNSNodeService.findAllUpgradeHTTPDNSNodesWithClusterId:output_type -> pb.FindAllUpgradeHTTPDNSNodesWithClusterIdResponse
|
||||
21, // 28: pb.HTTPDNSNodeService.upgradeHTTPDNSNode:output_type -> pb.RPCSuccess
|
||||
17, // [17:29] is the sub-list for method output_type
|
||||
5, // [5:17] is the sub-list for method input_type
|
||||
5, // [5:5] is the sub-list for extension type_name
|
||||
5, // [5:5] is the sub-list for extension extendee
|
||||
0, // [0:5] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_service_httpdns_node_proto_init() }
|
||||
@@ -956,7 +1246,7 @@ func file_service_httpdns_node_proto_init() {
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_service_httpdns_node_proto_rawDesc), len(file_service_httpdns_node_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 14,
|
||||
NumMessages: 19,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user