971 lines
32 KiB
Go
971 lines
32 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc v3.21.12
|
|
// source: service_httpdns_node.proto
|
|
|
|
package pb
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type CreateHTTPDNSNodeRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ClusterId int64 `protobuf:"varint,1,opt,name=clusterId,proto3" json:"clusterId,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
InstallDir string `protobuf:"bytes,3,opt,name=installDir,proto3" json:"installDir,omitempty"`
|
|
IsOn bool `protobuf:"varint,4,opt,name=isOn,proto3" json:"isOn,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateHTTPDNSNodeRequest) Reset() {
|
|
*x = CreateHTTPDNSNodeRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateHTTPDNSNodeRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateHTTPDNSNodeRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateHTTPDNSNodeRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[0]
|
|
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 CreateHTTPDNSNodeRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateHTTPDNSNodeRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *CreateHTTPDNSNodeRequest) GetClusterId() int64 {
|
|
if x != nil {
|
|
return x.ClusterId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateHTTPDNSNodeRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateHTTPDNSNodeRequest) GetInstallDir() string {
|
|
if x != nil {
|
|
return x.InstallDir
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateHTTPDNSNodeRequest) GetIsOn() bool {
|
|
if x != nil {
|
|
return x.IsOn
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CreateHTTPDNSNodeResponse 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 *CreateHTTPDNSNodeResponse) Reset() {
|
|
*x = CreateHTTPDNSNodeResponse{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateHTTPDNSNodeResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateHTTPDNSNodeResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateHTTPDNSNodeResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[1]
|
|
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 CreateHTTPDNSNodeResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateHTTPDNSNodeResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *CreateHTTPDNSNodeResponse) GetNodeId() int64 {
|
|
if x != nil {
|
|
return x.NodeId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type UpdateHTTPDNSNodeRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
NodeId int64 `protobuf:"varint,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
InstallDir string `protobuf:"bytes,3,opt,name=installDir,proto3" json:"installDir,omitempty"`
|
|
IsOn bool `protobuf:"varint,4,opt,name=isOn,proto3" json:"isOn,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeRequest) Reset() {
|
|
*x = UpdateHTTPDNSNodeRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateHTTPDNSNodeRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateHTTPDNSNodeRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[2]
|
|
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 UpdateHTTPDNSNodeRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateHTTPDNSNodeRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeRequest) GetNodeId() int64 {
|
|
if x != nil {
|
|
return x.NodeId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeRequest) GetInstallDir() string {
|
|
if x != nil {
|
|
return x.InstallDir
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeRequest) GetIsOn() bool {
|
|
if x != nil {
|
|
return x.IsOn
|
|
}
|
|
return false
|
|
}
|
|
|
|
type DeleteHTTPDNSNodeRequest 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 *DeleteHTTPDNSNodeRequest) Reset() {
|
|
*x = DeleteHTTPDNSNodeRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteHTTPDNSNodeRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteHTTPDNSNodeRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteHTTPDNSNodeRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[3]
|
|
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 DeleteHTTPDNSNodeRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteHTTPDNSNodeRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *DeleteHTTPDNSNodeRequest) GetNodeId() int64 {
|
|
if x != nil {
|
|
return x.NodeId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FindHTTPDNSNodeRequest 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 *FindHTTPDNSNodeRequest) Reset() {
|
|
*x = FindHTTPDNSNodeRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindHTTPDNSNodeRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindHTTPDNSNodeRequest) ProtoMessage() {}
|
|
|
|
func (x *FindHTTPDNSNodeRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[4]
|
|
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 FindHTTPDNSNodeRequest.ProtoReflect.Descriptor instead.
|
|
func (*FindHTTPDNSNodeRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *FindHTTPDNSNodeRequest) GetNodeId() int64 {
|
|
if x != nil {
|
|
return x.NodeId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FindHTTPDNSNodeResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Node *HTTPDNSNode `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindHTTPDNSNodeResponse) Reset() {
|
|
*x = FindHTTPDNSNodeResponse{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindHTTPDNSNodeResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindHTTPDNSNodeResponse) ProtoMessage() {}
|
|
|
|
func (x *FindHTTPDNSNodeResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[5]
|
|
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 FindHTTPDNSNodeResponse.ProtoReflect.Descriptor instead.
|
|
func (*FindHTTPDNSNodeResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *FindHTTPDNSNodeResponse) GetNode() *HTTPDNSNode {
|
|
if x != nil {
|
|
return x.Node
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ListHTTPDNSNodesRequest 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 *ListHTTPDNSNodesRequest) Reset() {
|
|
*x = ListHTTPDNSNodesRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListHTTPDNSNodesRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListHTTPDNSNodesRequest) ProtoMessage() {}
|
|
|
|
func (x *ListHTTPDNSNodesRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[6]
|
|
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 ListHTTPDNSNodesRequest.ProtoReflect.Descriptor instead.
|
|
func (*ListHTTPDNSNodesRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *ListHTTPDNSNodesRequest) GetClusterId() int64 {
|
|
if x != nil {
|
|
return x.ClusterId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ListHTTPDNSNodesResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Nodes []*HTTPDNSNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *ListHTTPDNSNodesResponse) Reset() {
|
|
*x = ListHTTPDNSNodesResponse{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *ListHTTPDNSNodesResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ListHTTPDNSNodesResponse) ProtoMessage() {}
|
|
|
|
func (x *ListHTTPDNSNodesResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[7]
|
|
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 ListHTTPDNSNodesResponse.ProtoReflect.Descriptor instead.
|
|
func (*ListHTTPDNSNodesResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *ListHTTPDNSNodesResponse) GetNodes() []*HTTPDNSNode {
|
|
if x != nil {
|
|
return x.Nodes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type UpdateHTTPDNSNodeStatusRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
NodeId int64 `protobuf:"varint,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
|
|
IsUp bool `protobuf:"varint,2,opt,name=isUp,proto3" json:"isUp,omitempty"`
|
|
IsInstalled bool `protobuf:"varint,3,opt,name=isInstalled,proto3" json:"isInstalled,omitempty"`
|
|
IsActive bool `protobuf:"varint,4,opt,name=isActive,proto3" json:"isActive,omitempty"`
|
|
StatusJSON []byte `protobuf:"bytes,5,opt,name=statusJSON,proto3" json:"statusJSON,omitempty"`
|
|
InstallStatusJSON []byte `protobuf:"bytes,6,opt,name=installStatusJSON,proto3" json:"installStatusJSON,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) Reset() {
|
|
*x = UpdateHTTPDNSNodeStatusRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateHTTPDNSNodeStatusRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[8]
|
|
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 UpdateHTTPDNSNodeStatusRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateHTTPDNSNodeStatusRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) GetNodeId() int64 {
|
|
if x != nil {
|
|
return x.NodeId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) GetIsUp() bool {
|
|
if x != nil {
|
|
return x.IsUp
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) GetIsInstalled() bool {
|
|
if x != nil {
|
|
return x.IsInstalled
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) GetIsActive() bool {
|
|
if x != nil {
|
|
return x.IsActive
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) GetStatusJSON() []byte {
|
|
if x != nil {
|
|
return x.StatusJSON
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeStatusRequest) GetInstallStatusJSON() []byte {
|
|
if x != nil {
|
|
return x.InstallStatusJSON
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 修改HTTPDNS节点登录信息
|
|
type UpdateHTTPDNSNodeLoginRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
NodeId int64 `protobuf:"varint,1,opt,name=nodeId,proto3" json:"nodeId,omitempty"`
|
|
NodeLogin *NodeLogin `protobuf:"bytes,2,opt,name=nodeLogin,proto3" json:"nodeLogin,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeLoginRequest) Reset() {
|
|
*x = UpdateHTTPDNSNodeLoginRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeLoginRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateHTTPDNSNodeLoginRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateHTTPDNSNodeLoginRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[9]
|
|
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 UpdateHTTPDNSNodeLoginRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateHTTPDNSNodeLoginRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeLoginRequest) GetNodeId() int64 {
|
|
if x != nil {
|
|
return x.NodeId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateHTTPDNSNodeLoginRequest) GetNodeLogin() *NodeLogin {
|
|
if x != nil {
|
|
return x.NodeLogin
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 检查HTTPDNS节点新版本
|
|
type CheckHTTPDNSNodeLatestVersionRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Os string `protobuf:"bytes,1,opt,name=os,proto3" json:"os,omitempty"`
|
|
Arch string `protobuf:"bytes,2,opt,name=arch,proto3" json:"arch,omitempty"`
|
|
CurrentVersion string `protobuf:"bytes,3,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionRequest) Reset() {
|
|
*x = CheckHTTPDNSNodeLatestVersionRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CheckHTTPDNSNodeLatestVersionRequest) ProtoMessage() {}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[10]
|
|
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 CheckHTTPDNSNodeLatestVersionRequest.ProtoReflect.Descriptor instead.
|
|
func (*CheckHTTPDNSNodeLatestVersionRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionRequest) GetOs() string {
|
|
if x != nil {
|
|
return x.Os
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionRequest) GetArch() string {
|
|
if x != nil {
|
|
return x.Arch
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionRequest) GetCurrentVersion() string {
|
|
if x != nil {
|
|
return x.CurrentVersion
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CheckHTTPDNSNodeLatestVersionResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
HasNewVersion bool `protobuf:"varint,1,opt,name=hasNewVersion,proto3" json:"hasNewVersion,omitempty"`
|
|
NewVersion string `protobuf:"bytes,2,opt,name=newVersion,proto3" json:"newVersion,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionResponse) Reset() {
|
|
*x = CheckHTTPDNSNodeLatestVersionResponse{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CheckHTTPDNSNodeLatestVersionResponse) ProtoMessage() {}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[11]
|
|
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 CheckHTTPDNSNodeLatestVersionResponse.ProtoReflect.Descriptor instead.
|
|
func (*CheckHTTPDNSNodeLatestVersionResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionResponse) GetHasNewVersion() bool {
|
|
if x != nil {
|
|
return x.HasNewVersion
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *CheckHTTPDNSNodeLatestVersionResponse) GetNewVersion() string {
|
|
if x != nil {
|
|
return x.NewVersion
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// 下载最新HTTPDNS节点安装文件
|
|
type DownloadHTTPDNSNodeInstallationFileRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Os string `protobuf:"bytes,1,opt,name=os,proto3" json:"os,omitempty"`
|
|
Arch string `protobuf:"bytes,2,opt,name=arch,proto3" json:"arch,omitempty"`
|
|
ChunkOffset int64 `protobuf:"varint,3,opt,name=chunkOffset,proto3" json:"chunkOffset,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileRequest) Reset() {
|
|
*x = DownloadHTTPDNSNodeInstallationFileRequest{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DownloadHTTPDNSNodeInstallationFileRequest) ProtoMessage() {}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[12]
|
|
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 DownloadHTTPDNSNodeInstallationFileRequest.ProtoReflect.Descriptor instead.
|
|
func (*DownloadHTTPDNSNodeInstallationFileRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileRequest) GetOs() string {
|
|
if x != nil {
|
|
return x.Os
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileRequest) GetArch() string {
|
|
if x != nil {
|
|
return x.Arch
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileRequest) GetChunkOffset() int64 {
|
|
if x != nil {
|
|
return x.ChunkOffset
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type DownloadHTTPDNSNodeInstallationFileResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ChunkData []byte `protobuf:"bytes,1,opt,name=chunkData,proto3" json:"chunkData,omitempty"`
|
|
Sum string `protobuf:"bytes,2,opt,name=sum,proto3" json:"sum,omitempty"`
|
|
Offset int64 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
|
|
Filename string `protobuf:"bytes,5,opt,name=filename,proto3" json:"filename,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileResponse) Reset() {
|
|
*x = DownloadHTTPDNSNodeInstallationFileResponse{}
|
|
mi := &file_service_httpdns_node_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DownloadHTTPDNSNodeInstallationFileResponse) ProtoMessage() {}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_httpdns_node_proto_msgTypes[13]
|
|
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 DownloadHTTPDNSNodeInstallationFileResponse.ProtoReflect.Descriptor instead.
|
|
func (*DownloadHTTPDNSNodeInstallationFileResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_httpdns_node_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileResponse) GetChunkData() []byte {
|
|
if x != nil {
|
|
return x.ChunkData
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileResponse) GetSum() string {
|
|
if x != nil {
|
|
return x.Sum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileResponse) GetOffset() int64 {
|
|
if x != nil {
|
|
return x.Offset
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileResponse) GetVersion() string {
|
|
if x != nil {
|
|
return x.Version
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DownloadHTTPDNSNodeInstallationFileResponse) GetFilename() string {
|
|
if x != nil {
|
|
return x.Filename
|
|
}
|
|
return ""
|
|
}
|
|
|
|
var File_service_httpdns_node_proto protoreflect.FileDescriptor
|
|
|
|
const file_service_httpdns_node_proto_rawDesc = "" +
|
|
"\n" +
|
|
"\x1aservice_httpdns_node.proto\x12\x02pb\x1a\x1fmodels/model_httpdns_node.proto\x1a\x1dmodels/model_node_login.proto\x1a\x19models/rpc_messages.proto\"\x80\x01\n" +
|
|
"\x18CreateHTTPDNSNodeRequest\x12\x1c\n" +
|
|
"\tclusterId\x18\x01 \x01(\x03R\tclusterId\x12\x12\n" +
|
|
"\x04name\x18\x02 \x01(\tR\x04name\x12\x1e\n" +
|
|
"\n" +
|
|
"installDir\x18\x03 \x01(\tR\n" +
|
|
"installDir\x12\x12\n" +
|
|
"\x04isOn\x18\x04 \x01(\bR\x04isOn\"3\n" +
|
|
"\x19CreateHTTPDNSNodeResponse\x12\x16\n" +
|
|
"\x06nodeId\x18\x01 \x01(\x03R\x06nodeId\"z\n" +
|
|
"\x18UpdateHTTPDNSNodeRequest\x12\x16\n" +
|
|
"\x06nodeId\x18\x01 \x01(\x03R\x06nodeId\x12\x12\n" +
|
|
"\x04name\x18\x02 \x01(\tR\x04name\x12\x1e\n" +
|
|
"\n" +
|
|
"installDir\x18\x03 \x01(\tR\n" +
|
|
"installDir\x12\x12\n" +
|
|
"\x04isOn\x18\x04 \x01(\bR\x04isOn\"2\n" +
|
|
"\x18DeleteHTTPDNSNodeRequest\x12\x16\n" +
|
|
"\x06nodeId\x18\x01 \x01(\x03R\x06nodeId\"0\n" +
|
|
"\x16FindHTTPDNSNodeRequest\x12\x16\n" +
|
|
"\x06nodeId\x18\x01 \x01(\x03R\x06nodeId\">\n" +
|
|
"\x17FindHTTPDNSNodeResponse\x12#\n" +
|
|
"\x04node\x18\x01 \x01(\v2\x0f.pb.HTTPDNSNodeR\x04node\"7\n" +
|
|
"\x17ListHTTPDNSNodesRequest\x12\x1c\n" +
|
|
"\tclusterId\x18\x01 \x01(\x03R\tclusterId\"A\n" +
|
|
"\x18ListHTTPDNSNodesResponse\x12%\n" +
|
|
"\x05nodes\x18\x01 \x03(\v2\x0f.pb.HTTPDNSNodeR\x05nodes\"\xd8\x01\n" +
|
|
"\x1eUpdateHTTPDNSNodeStatusRequest\x12\x16\n" +
|
|
"\x06nodeId\x18\x01 \x01(\x03R\x06nodeId\x12\x12\n" +
|
|
"\x04isUp\x18\x02 \x01(\bR\x04isUp\x12 \n" +
|
|
"\visInstalled\x18\x03 \x01(\bR\visInstalled\x12\x1a\n" +
|
|
"\bisActive\x18\x04 \x01(\bR\bisActive\x12\x1e\n" +
|
|
"\n" +
|
|
"statusJSON\x18\x05 \x01(\fR\n" +
|
|
"statusJSON\x12,\n" +
|
|
"\x11installStatusJSON\x18\x06 \x01(\fR\x11installStatusJSON\"d\n" +
|
|
"\x1dUpdateHTTPDNSNodeLoginRequest\x12\x16\n" +
|
|
"\x06nodeId\x18\x01 \x01(\x03R\x06nodeId\x12+\n" +
|
|
"\tnodeLogin\x18\x02 \x01(\v2\r.pb.NodeLoginR\tnodeLogin\"r\n" +
|
|
"$CheckHTTPDNSNodeLatestVersionRequest\x12\x0e\n" +
|
|
"\x02os\x18\x01 \x01(\tR\x02os\x12\x12\n" +
|
|
"\x04arch\x18\x02 \x01(\tR\x04arch\x12&\n" +
|
|
"\x0ecurrentVersion\x18\x03 \x01(\tR\x0ecurrentVersion\"m\n" +
|
|
"%CheckHTTPDNSNodeLatestVersionResponse\x12$\n" +
|
|
"\rhasNewVersion\x18\x01 \x01(\bR\rhasNewVersion\x12\x1e\n" +
|
|
"\n" +
|
|
"newVersion\x18\x02 \x01(\tR\n" +
|
|
"newVersion\"r\n" +
|
|
"*DownloadHTTPDNSNodeInstallationFileRequest\x12\x0e\n" +
|
|
"\x02os\x18\x01 \x01(\tR\x02os\x12\x12\n" +
|
|
"\x04arch\x18\x02 \x01(\tR\x04arch\x12 \n" +
|
|
"\vchunkOffset\x18\x03 \x01(\x03R\vchunkOffset\"\xab\x01\n" +
|
|
"+DownloadHTTPDNSNodeInstallationFileResponse\x12\x1c\n" +
|
|
"\tchunkData\x18\x01 \x01(\fR\tchunkData\x12\x10\n" +
|
|
"\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" +
|
|
"\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" +
|
|
"\x11deleteHTTPDNSNode\x12\x1c.pb.DeleteHTTPDNSNodeRequest\x1a\x0e.pb.RPCSuccess\x12J\n" +
|
|
"\x0ffindHTTPDNSNode\x12\x1a.pb.FindHTTPDNSNodeRequest\x1a\x1b.pb.FindHTTPDNSNodeResponse\x12M\n" +
|
|
"\x10listHTTPDNSNodes\x12\x1b.pb.ListHTTPDNSNodesRequest\x1a\x1c.pb.ListHTTPDNSNodesResponse\x12M\n" +
|
|
"\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"
|
|
|
|
var (
|
|
file_service_httpdns_node_proto_rawDescOnce sync.Once
|
|
file_service_httpdns_node_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_service_httpdns_node_proto_rawDescGZIP() []byte {
|
|
file_service_httpdns_node_proto_rawDescOnce.Do(func() {
|
|
file_service_httpdns_node_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_service_httpdns_node_proto_rawDesc), len(file_service_httpdns_node_proto_rawDesc)))
|
|
})
|
|
return file_service_httpdns_node_proto_rawDescData
|
|
}
|
|
|
|
var file_service_httpdns_node_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
|
|
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
|
|
}
|
|
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
|
|
}
|
|
|
|
func init() { file_service_httpdns_node_proto_init() }
|
|
func file_service_httpdns_node_proto_init() {
|
|
if File_service_httpdns_node_proto != nil {
|
|
return
|
|
}
|
|
file_models_model_httpdns_node_proto_init()
|
|
file_models_model_node_login_proto_init()
|
|
file_models_rpc_messages_proto_init()
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
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,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_service_httpdns_node_proto_goTypes,
|
|
DependencyIndexes: file_service_httpdns_node_proto_depIdxs,
|
|
MessageInfos: file_service_httpdns_node_proto_msgTypes,
|
|
}.Build()
|
|
File_service_httpdns_node_proto = out.File
|
|
file_service_httpdns_node_proto_goTypes = nil
|
|
file_service_httpdns_node_proto_depIdxs = nil
|
|
}
|