Versions in this module Expand all Collapse all v1 v1.0.11 Jun 28, 2026 v1.0.10 Jun 26, 2026 v1.0.9 Jun 25, 2026 v1.0.8 Jun 24, 2026 Changes in this version type Protocol + Mc1CidrSegments []string + Mc1Mode string + MundoAcceptProxyProtocol bool + MundoCertificateFingerprint string + MundoFakeMessage string + MundoFakeTitle string + MundoUseTlsCertificate bool + MundoUsername string + SimnetClientMaxConcurrentStreams int32 + SimnetClientMaxStreamsPerSession int32 + SimnetClientMaxUdpSessions int32 + SimnetClientSessionIdleTimeoutSecs int32 + SimnetEgressBlockLinkLocal bool + SimnetEgressBlockLoopback bool + SimnetEgressBlockMetadata bool + SimnetEgressBlockPrivate bool + SimnetInboundMaxHandlerTasksPerSession int32 + SimnetInboundMaxStreamsPerSession int32 + SimnetInboundMaxUdpStreamsPerSession int32 + SimnetInitialWindowSize int32 + SimnetMaxConcurrentStreams int32 + SimnetMaxFrameSize int32 + SimnetRecvWindow int32 + SimnetSendWindow int32 + SimnetStreamDataChannelCapacity int32 + SimnetStreamEventChannelCapacity int32 + SimnetTargetDialTimeoutMs int32 + SimnetTargetMaxConcurrentDials int32 + func (x *Protocol) GetMc1CidrSegments() []string + func (x *Protocol) GetMc1Mode() string + func (x *Protocol) GetMundoAcceptProxyProtocol() bool + func (x *Protocol) GetMundoCertificateFingerprint() string + func (x *Protocol) GetMundoFakeMessage() string + func (x *Protocol) GetMundoFakeTitle() string + func (x *Protocol) GetMundoUseTlsCertificate() bool + func (x *Protocol) GetMundoUsername() string + func (x *Protocol) GetSimnetClientMaxConcurrentStreams() int32 + func (x *Protocol) GetSimnetClientMaxStreamsPerSession() int32 + func (x *Protocol) GetSimnetClientMaxUdpSessions() int32 + func (x *Protocol) GetSimnetClientSessionIdleTimeoutSecs() int32 + func (x *Protocol) GetSimnetEgressBlockLinkLocal() bool + func (x *Protocol) GetSimnetEgressBlockLoopback() bool + func (x *Protocol) GetSimnetEgressBlockMetadata() bool + func (x *Protocol) GetSimnetEgressBlockPrivate() bool + func (x *Protocol) GetSimnetInboundMaxHandlerTasksPerSession() int32 + func (x *Protocol) GetSimnetInboundMaxStreamsPerSession() int32 + func (x *Protocol) GetSimnetInboundMaxUdpStreamsPerSession() int32 + func (x *Protocol) GetSimnetInitialWindowSize() int32 + func (x *Protocol) GetSimnetMaxConcurrentStreams() int32 + func (x *Protocol) GetSimnetMaxFrameSize() int32 + func (x *Protocol) GetSimnetRecvWindow() int32 + func (x *Protocol) GetSimnetSendWindow() int32 + func (x *Protocol) GetSimnetStreamDataChannelCapacity() int32 + func (x *Protocol) GetSimnetStreamEventChannelCapacity() int32 + func (x *Protocol) GetSimnetTargetDialTimeoutMs() int32 + func (x *Protocol) GetSimnetTargetMaxConcurrentDials() int32 v1.0.7 Jun 23, 2026 Changes in this version + const OperationServerServiceCreateNode + const OperationServerServiceCreateServer + const OperationServerServiceDeleteNode + const OperationServerServiceDeleteServer + const OperationServerServiceFilterNodeList + const OperationServerServiceFilterServerList + const OperationServerServiceGetServerProtocols + const OperationServerServiceHasMigrateServerNode + const OperationServerServiceMigrateServerNode + const OperationServerServiceQueryNodeTag + const OperationServerServiceResetSortWithNode + const OperationServerServiceResetSortWithServer + const OperationServerServiceToggleNodeStatus + const OperationServerServiceUpdateNode + const OperationServerServiceUpdateServer + const ServerService_CreateNode_FullMethodName + const ServerService_CreateServer_FullMethodName + const ServerService_DeleteNode_FullMethodName + const ServerService_DeleteServer_FullMethodName + const ServerService_FilterNodeList_FullMethodName + const ServerService_FilterServerList_FullMethodName + const ServerService_GetServerProtocols_FullMethodName + const ServerService_HasMigrateServerNode_FullMethodName + const ServerService_MigrateServerNode_FullMethodName + const ServerService_QueryNodeTag_FullMethodName + const ServerService_ResetSortWithNode_FullMethodName + const ServerService_ResetSortWithServer_FullMethodName + const ServerService_ToggleNodeStatus_FullMethodName + const ServerService_UpdateNode_FullMethodName + const ServerService_UpdateServer_FullMethodName + var File_admin_server_v1_server_proto protoreflect.FileDescriptor + var ServerService_ServiceDesc = grpc.ServiceDesc + func RegisterServerServiceHTTPServer(s *http.Server, srv ServerServiceHTTPServer) + func RegisterServerServiceServer(s grpc.ServiceRegistrar, srv ServerServiceServer) + type CreateNodeData struct + Node *Node + func (*CreateNodeData) Descriptor() ([]byte, []int) + func (*CreateNodeData) ProtoMessage() + func (m *CreateNodeData) Validate() error + func (m *CreateNodeData) ValidateAll() error + func (x *CreateNodeData) GetNode() *Node + func (x *CreateNodeData) ProtoReflect() protoreflect.Message + func (x *CreateNodeData) Reset() + func (x *CreateNodeData) String() string + type CreateNodeDataMultiError []error + func (m CreateNodeDataMultiError) AllErrors() []error + func (m CreateNodeDataMultiError) Error() string + type CreateNodeDataValidationError struct + func (e CreateNodeDataValidationError) Cause() error + func (e CreateNodeDataValidationError) Error() string + func (e CreateNodeDataValidationError) ErrorName() string + func (e CreateNodeDataValidationError) Field() string + func (e CreateNodeDataValidationError) Key() bool + func (e CreateNodeDataValidationError) Reason() string + type CreateNodeReply struct + Code int32 + Data *CreateNodeData + Message string + func (*CreateNodeReply) Descriptor() ([]byte, []int) + func (*CreateNodeReply) ProtoMessage() + func (m *CreateNodeReply) Validate() error + func (m *CreateNodeReply) ValidateAll() error + func (x *CreateNodeReply) GetCode() int32 + func (x *CreateNodeReply) GetData() *CreateNodeData + func (x *CreateNodeReply) GetMessage() string + func (x *CreateNodeReply) ProtoReflect() protoreflect.Message + func (x *CreateNodeReply) Reset() + func (x *CreateNodeReply) String() string + type CreateNodeReplyMultiError []error + func (m CreateNodeReplyMultiError) AllErrors() []error + func (m CreateNodeReplyMultiError) Error() string + type CreateNodeReplyValidationError struct + func (e CreateNodeReplyValidationError) Cause() error + func (e CreateNodeReplyValidationError) Error() string + func (e CreateNodeReplyValidationError) ErrorName() string + func (e CreateNodeReplyValidationError) Field() string + func (e CreateNodeReplyValidationError) Key() bool + func (e CreateNodeReplyValidationError) Reason() string + type CreateNodeRequest struct + Address string + Enabled *bool + IsHidden *bool + Name string + NodeGroupIds []int64 + NodeType string + Port uint32 + Protocol string + ServerId int64 + Tags []string + func (*CreateNodeRequest) Descriptor() ([]byte, []int) + func (*CreateNodeRequest) ProtoMessage() + func (m *CreateNodeRequest) Validate() error + func (m *CreateNodeRequest) ValidateAll() error + func (x *CreateNodeRequest) GetAddress() string + func (x *CreateNodeRequest) GetEnabled() bool + func (x *CreateNodeRequest) GetIsHidden() bool + func (x *CreateNodeRequest) GetName() string + func (x *CreateNodeRequest) GetNodeGroupIds() []int64 + func (x *CreateNodeRequest) GetNodeType() string + func (x *CreateNodeRequest) GetPort() uint32 + func (x *CreateNodeRequest) GetProtocol() string + func (x *CreateNodeRequest) GetServerId() int64 + func (x *CreateNodeRequest) GetTags() []string + func (x *CreateNodeRequest) ProtoReflect() protoreflect.Message + func (x *CreateNodeRequest) Reset() + func (x *CreateNodeRequest) String() string + type CreateNodeRequestMultiError []error + func (m CreateNodeRequestMultiError) AllErrors() []error + func (m CreateNodeRequestMultiError) Error() string + type CreateNodeRequestValidationError struct + func (e CreateNodeRequestValidationError) Cause() error + func (e CreateNodeRequestValidationError) Error() string + func (e CreateNodeRequestValidationError) ErrorName() string + func (e CreateNodeRequestValidationError) Field() string + func (e CreateNodeRequestValidationError) Key() bool + func (e CreateNodeRequestValidationError) Reason() string + type CreateServerData struct + Server *Server + func (*CreateServerData) Descriptor() ([]byte, []int) + func (*CreateServerData) ProtoMessage() + func (m *CreateServerData) Validate() error + func (m *CreateServerData) ValidateAll() error + func (x *CreateServerData) GetServer() *Server + func (x *CreateServerData) ProtoReflect() protoreflect.Message + func (x *CreateServerData) Reset() + func (x *CreateServerData) String() string + type CreateServerDataMultiError []error + func (m CreateServerDataMultiError) AllErrors() []error + func (m CreateServerDataMultiError) Error() string + type CreateServerDataValidationError struct + func (e CreateServerDataValidationError) Cause() error + func (e CreateServerDataValidationError) Error() string + func (e CreateServerDataValidationError) ErrorName() string + func (e CreateServerDataValidationError) Field() string + func (e CreateServerDataValidationError) Key() bool + func (e CreateServerDataValidationError) Reason() string + type CreateServerReply struct + Code int32 + Data *CreateServerData + Message string + func (*CreateServerReply) Descriptor() ([]byte, []int) + func (*CreateServerReply) ProtoMessage() + func (m *CreateServerReply) Validate() error + func (m *CreateServerReply) ValidateAll() error + func (x *CreateServerReply) GetCode() int32 + func (x *CreateServerReply) GetData() *CreateServerData + func (x *CreateServerReply) GetMessage() string + func (x *CreateServerReply) ProtoReflect() protoreflect.Message + func (x *CreateServerReply) Reset() + func (x *CreateServerReply) String() string + type CreateServerReplyMultiError []error + func (m CreateServerReplyMultiError) AllErrors() []error + func (m CreateServerReplyMultiError) Error() string + type CreateServerReplyValidationError struct + func (e CreateServerReplyValidationError) Cause() error + func (e CreateServerReplyValidationError) Error() string + func (e CreateServerReplyValidationError) ErrorName() string + func (e CreateServerReplyValidationError) Field() string + func (e CreateServerReplyValidationError) Key() bool + func (e CreateServerReplyValidationError) Reason() string + type CreateServerRequest struct + Address string + City string + Country string + Name string + Protocols []*Protocol + Sort int32 + func (*CreateServerRequest) Descriptor() ([]byte, []int) + func (*CreateServerRequest) ProtoMessage() + func (m *CreateServerRequest) Validate() error + func (m *CreateServerRequest) ValidateAll() error + func (x *CreateServerRequest) GetAddress() string + func (x *CreateServerRequest) GetCity() string + func (x *CreateServerRequest) GetCountry() string + func (x *CreateServerRequest) GetName() string + func (x *CreateServerRequest) GetProtocols() []*Protocol + func (x *CreateServerRequest) GetSort() int32 + func (x *CreateServerRequest) ProtoReflect() protoreflect.Message + func (x *CreateServerRequest) Reset() + func (x *CreateServerRequest) String() string + type CreateServerRequestMultiError []error + func (m CreateServerRequestMultiError) AllErrors() []error + func (m CreateServerRequestMultiError) Error() string + type CreateServerRequestValidationError struct + func (e CreateServerRequestValidationError) Cause() error + func (e CreateServerRequestValidationError) Error() string + func (e CreateServerRequestValidationError) ErrorName() string + func (e CreateServerRequestValidationError) Field() string + func (e CreateServerRequestValidationError) Key() bool + func (e CreateServerRequestValidationError) Reason() string + type DeleteNodeData struct + Success bool + func (*DeleteNodeData) Descriptor() ([]byte, []int) + func (*DeleteNodeData) ProtoMessage() + func (m *DeleteNodeData) Validate() error + func (m *DeleteNodeData) ValidateAll() error + func (x *DeleteNodeData) GetSuccess() bool + func (x *DeleteNodeData) ProtoReflect() protoreflect.Message + func (x *DeleteNodeData) Reset() + func (x *DeleteNodeData) String() string + type DeleteNodeDataMultiError []error + func (m DeleteNodeDataMultiError) AllErrors() []error + func (m DeleteNodeDataMultiError) Error() string + type DeleteNodeDataValidationError struct + func (e DeleteNodeDataValidationError) Cause() error + func (e DeleteNodeDataValidationError) Error() string + func (e DeleteNodeDataValidationError) ErrorName() string + func (e DeleteNodeDataValidationError) Field() string + func (e DeleteNodeDataValidationError) Key() bool + func (e DeleteNodeDataValidationError) Reason() string + type DeleteNodeReply struct + Code int32 + Data *DeleteNodeData + Message string + func (*DeleteNodeReply) Descriptor() ([]byte, []int) + func (*DeleteNodeReply) ProtoMessage() + func (m *DeleteNodeReply) Validate() error + func (m *DeleteNodeReply) ValidateAll() error + func (x *DeleteNodeReply) GetCode() int32 + func (x *DeleteNodeReply) GetData() *DeleteNodeData + func (x *DeleteNodeReply) GetMessage() string + func (x *DeleteNodeReply) ProtoReflect() protoreflect.Message + func (x *DeleteNodeReply) Reset() + func (x *DeleteNodeReply) String() string + type DeleteNodeReplyMultiError []error + func (m DeleteNodeReplyMultiError) AllErrors() []error + func (m DeleteNodeReplyMultiError) Error() string + type DeleteNodeReplyValidationError struct + func (e DeleteNodeReplyValidationError) Cause() error + func (e DeleteNodeReplyValidationError) Error() string + func (e DeleteNodeReplyValidationError) ErrorName() string + func (e DeleteNodeReplyValidationError) Field() string + func (e DeleteNodeReplyValidationError) Key() bool + func (e DeleteNodeReplyValidationError) Reason() string + type DeleteNodeRequest struct + Id int64 + func (*DeleteNodeRequest) Descriptor() ([]byte, []int) + func (*DeleteNodeRequest) ProtoMessage() + func (m *DeleteNodeRequest) Validate() error + func (m *DeleteNodeRequest) ValidateAll() error + func (x *DeleteNodeRequest) GetId() int64 + func (x *DeleteNodeRequest) ProtoReflect() protoreflect.Message + func (x *DeleteNodeRequest) Reset() + func (x *DeleteNodeRequest) String() string + type DeleteNodeRequestMultiError []error + func (m DeleteNodeRequestMultiError) AllErrors() []error + func (m DeleteNodeRequestMultiError) Error() string + type DeleteNodeRequestValidationError struct + func (e DeleteNodeRequestValidationError) Cause() error + func (e DeleteNodeRequestValidationError) Error() string + func (e DeleteNodeRequestValidationError) ErrorName() string + func (e DeleteNodeRequestValidationError) Field() string + func (e DeleteNodeRequestValidationError) Key() bool + func (e DeleteNodeRequestValidationError) Reason() string + type DeleteServerData struct + Success bool + func (*DeleteServerData) Descriptor() ([]byte, []int) + func (*DeleteServerData) ProtoMessage() + func (m *DeleteServerData) Validate() error + func (m *DeleteServerData) ValidateAll() error + func (x *DeleteServerData) GetSuccess() bool + func (x *DeleteServerData) ProtoReflect() protoreflect.Message + func (x *DeleteServerData) Reset() + func (x *DeleteServerData) String() string + type DeleteServerDataMultiError []error + func (m DeleteServerDataMultiError) AllErrors() []error + func (m DeleteServerDataMultiError) Error() string + type DeleteServerDataValidationError struct + func (e DeleteServerDataValidationError) Cause() error + func (e DeleteServerDataValidationError) Error() string + func (e DeleteServerDataValidationError) ErrorName() string + func (e DeleteServerDataValidationError) Field() string + func (e DeleteServerDataValidationError) Key() bool + func (e DeleteServerDataValidationError) Reason() string + type DeleteServerReply struct + Code int32 + Data *DeleteServerData + Message string + func (*DeleteServerReply) Descriptor() ([]byte, []int) + func (*DeleteServerReply) ProtoMessage() + func (m *DeleteServerReply) Validate() error + func (m *DeleteServerReply) ValidateAll() error + func (x *DeleteServerReply) GetCode() int32 + func (x *DeleteServerReply) GetData() *DeleteServerData + func (x *DeleteServerReply) GetMessage() string + func (x *DeleteServerReply) ProtoReflect() protoreflect.Message + func (x *DeleteServerReply) Reset() + func (x *DeleteServerReply) String() string + type DeleteServerReplyMultiError []error + func (m DeleteServerReplyMultiError) AllErrors() []error + func (m DeleteServerReplyMultiError) Error() string + type DeleteServerReplyValidationError struct + func (e DeleteServerReplyValidationError) Cause() error + func (e DeleteServerReplyValidationError) Error() string + func (e DeleteServerReplyValidationError) ErrorName() string + func (e DeleteServerReplyValidationError) Field() string + func (e DeleteServerReplyValidationError) Key() bool + func (e DeleteServerReplyValidationError) Reason() string + type DeleteServerRequest struct + Id int64 + func (*DeleteServerRequest) Descriptor() ([]byte, []int) + func (*DeleteServerRequest) ProtoMessage() + func (m *DeleteServerRequest) Validate() error + func (m *DeleteServerRequest) ValidateAll() error + func (x *DeleteServerRequest) GetId() int64 + func (x *DeleteServerRequest) ProtoReflect() protoreflect.Message + func (x *DeleteServerRequest) Reset() + func (x *DeleteServerRequest) String() string + type DeleteServerRequestMultiError []error + func (m DeleteServerRequestMultiError) AllErrors() []error + func (m DeleteServerRequestMultiError) Error() string + type DeleteServerRequestValidationError struct + func (e DeleteServerRequestValidationError) Cause() error + func (e DeleteServerRequestValidationError) Error() string + func (e DeleteServerRequestValidationError) ErrorName() string + func (e DeleteServerRequestValidationError) Field() string + func (e DeleteServerRequestValidationError) Key() bool + func (e DeleteServerRequestValidationError) Reason() string + type FilterNodeListData struct + List []*Node + Total int32 + func (*FilterNodeListData) Descriptor() ([]byte, []int) + func (*FilterNodeListData) ProtoMessage() + func (m *FilterNodeListData) Validate() error + func (m *FilterNodeListData) ValidateAll() error + func (x *FilterNodeListData) GetList() []*Node + func (x *FilterNodeListData) GetTotal() int32 + func (x *FilterNodeListData) ProtoReflect() protoreflect.Message + func (x *FilterNodeListData) Reset() + func (x *FilterNodeListData) String() string + type FilterNodeListDataMultiError []error + func (m FilterNodeListDataMultiError) AllErrors() []error + func (m FilterNodeListDataMultiError) Error() string + type FilterNodeListDataValidationError struct + func (e FilterNodeListDataValidationError) Cause() error + func (e FilterNodeListDataValidationError) Error() string + func (e FilterNodeListDataValidationError) ErrorName() string + func (e FilterNodeListDataValidationError) Field() string + func (e FilterNodeListDataValidationError) Key() bool + func (e FilterNodeListDataValidationError) Reason() string + type FilterNodeListReply struct + Code int32 + Data *FilterNodeListData + Message string + func (*FilterNodeListReply) Descriptor() ([]byte, []int) + func (*FilterNodeListReply) ProtoMessage() + func (m *FilterNodeListReply) Validate() error + func (m *FilterNodeListReply) ValidateAll() error + func (x *FilterNodeListReply) GetCode() int32 + func (x *FilterNodeListReply) GetData() *FilterNodeListData + func (x *FilterNodeListReply) GetMessage() string + func (x *FilterNodeListReply) ProtoReflect() protoreflect.Message + func (x *FilterNodeListReply) Reset() + func (x *FilterNodeListReply) String() string + type FilterNodeListReplyMultiError []error + func (m FilterNodeListReplyMultiError) AllErrors() []error + func (m FilterNodeListReplyMultiError) Error() string + type FilterNodeListReplyValidationError struct + func (e FilterNodeListReplyValidationError) Cause() error + func (e FilterNodeListReplyValidationError) Error() string + func (e FilterNodeListReplyValidationError) ErrorName() string + func (e FilterNodeListReplyValidationError) Field() string + func (e FilterNodeListReplyValidationError) Key() bool + func (e FilterNodeListReplyValidationError) Reason() string + type FilterNodeListRequest struct + NodeGroupId *int64 + Page int32 + Search string + Size int32 + func (*FilterNodeListRequest) Descriptor() ([]byte, []int) + func (*FilterNodeListRequest) ProtoMessage() + func (m *FilterNodeListRequest) Validate() error + func (m *FilterNodeListRequest) ValidateAll() error + func (x *FilterNodeListRequest) GetNodeGroupId() int64 + func (x *FilterNodeListRequest) GetPage() int32 + func (x *FilterNodeListRequest) GetSearch() string + func (x *FilterNodeListRequest) GetSize() int32 + func (x *FilterNodeListRequest) ProtoReflect() protoreflect.Message + func (x *FilterNodeListRequest) Reset() + func (x *FilterNodeListRequest) String() string + type FilterNodeListRequestMultiError []error + func (m FilterNodeListRequestMultiError) AllErrors() []error + func (m FilterNodeListRequestMultiError) Error() string + type FilterNodeListRequestValidationError struct + func (e FilterNodeListRequestValidationError) Cause() error + func (e FilterNodeListRequestValidationError) Error() string + func (e FilterNodeListRequestValidationError) ErrorName() string + func (e FilterNodeListRequestValidationError) Field() string + func (e FilterNodeListRequestValidationError) Key() bool + func (e FilterNodeListRequestValidationError) Reason() string + type FilterServerListData struct + List []*Server + Total int32 + func (*FilterServerListData) Descriptor() ([]byte, []int) + func (*FilterServerListData) ProtoMessage() + func (m *FilterServerListData) Validate() error + func (m *FilterServerListData) ValidateAll() error + func (x *FilterServerListData) GetList() []*Server + func (x *FilterServerListData) GetTotal() int32 + func (x *FilterServerListData) ProtoReflect() protoreflect.Message + func (x *FilterServerListData) Reset() + func (x *FilterServerListData) String() string + type FilterServerListDataMultiError []error + func (m FilterServerListDataMultiError) AllErrors() []error + func (m FilterServerListDataMultiError) Error() string + type FilterServerListDataValidationError struct + func (e FilterServerListDataValidationError) Cause() error + func (e FilterServerListDataValidationError) Error() string + func (e FilterServerListDataValidationError) ErrorName() string + func (e FilterServerListDataValidationError) Field() string + func (e FilterServerListDataValidationError) Key() bool + func (e FilterServerListDataValidationError) Reason() string + type FilterServerListReply struct + Code int32 + Data *FilterServerListData + Message string + func (*FilterServerListReply) Descriptor() ([]byte, []int) + func (*FilterServerListReply) ProtoMessage() + func (m *FilterServerListReply) Validate() error + func (m *FilterServerListReply) ValidateAll() error + func (x *FilterServerListReply) GetCode() int32 + func (x *FilterServerListReply) GetData() *FilterServerListData + func (x *FilterServerListReply) GetMessage() string + func (x *FilterServerListReply) ProtoReflect() protoreflect.Message + func (x *FilterServerListReply) Reset() + func (x *FilterServerListReply) String() string + type FilterServerListReplyMultiError []error + func (m FilterServerListReplyMultiError) AllErrors() []error + func (m FilterServerListReplyMultiError) Error() string + type FilterServerListReplyValidationError struct + func (e FilterServerListReplyValidationError) Cause() error + func (e FilterServerListReplyValidationError) Error() string + func (e FilterServerListReplyValidationError) ErrorName() string + func (e FilterServerListReplyValidationError) Field() string + func (e FilterServerListReplyValidationError) Key() bool + func (e FilterServerListReplyValidationError) Reason() string + type FilterServerListRequest struct + Page int32 + Search string + Size int32 + func (*FilterServerListRequest) Descriptor() ([]byte, []int) + func (*FilterServerListRequest) ProtoMessage() + func (m *FilterServerListRequest) Validate() error + func (m *FilterServerListRequest) ValidateAll() error + func (x *FilterServerListRequest) GetPage() int32 + func (x *FilterServerListRequest) GetSearch() string + func (x *FilterServerListRequest) GetSize() int32 + func (x *FilterServerListRequest) ProtoReflect() protoreflect.Message + func (x *FilterServerListRequest) Reset() + func (x *FilterServerListRequest) String() string + type FilterServerListRequestMultiError []error + func (m FilterServerListRequestMultiError) AllErrors() []error + func (m FilterServerListRequestMultiError) Error() string + type FilterServerListRequestValidationError struct + func (e FilterServerListRequestValidationError) Cause() error + func (e FilterServerListRequestValidationError) Error() string + func (e FilterServerListRequestValidationError) ErrorName() string + func (e FilterServerListRequestValidationError) Field() string + func (e FilterServerListRequestValidationError) Key() bool + func (e FilterServerListRequestValidationError) Reason() string + type GetServerProtocolsData struct + Protocols []*Protocol + func (*GetServerProtocolsData) Descriptor() ([]byte, []int) + func (*GetServerProtocolsData) ProtoMessage() + func (m *GetServerProtocolsData) Validate() error + func (m *GetServerProtocolsData) ValidateAll() error + func (x *GetServerProtocolsData) GetProtocols() []*Protocol + func (x *GetServerProtocolsData) ProtoReflect() protoreflect.Message + func (x *GetServerProtocolsData) Reset() + func (x *GetServerProtocolsData) String() string + type GetServerProtocolsDataMultiError []error + func (m GetServerProtocolsDataMultiError) AllErrors() []error + func (m GetServerProtocolsDataMultiError) Error() string + type GetServerProtocolsDataValidationError struct + func (e GetServerProtocolsDataValidationError) Cause() error + func (e GetServerProtocolsDataValidationError) Error() string + func (e GetServerProtocolsDataValidationError) ErrorName() string + func (e GetServerProtocolsDataValidationError) Field() string + func (e GetServerProtocolsDataValidationError) Key() bool + func (e GetServerProtocolsDataValidationError) Reason() string + type GetServerProtocolsReply struct + Code int32 + Data *GetServerProtocolsData + Message string + func (*GetServerProtocolsReply) Descriptor() ([]byte, []int) + func (*GetServerProtocolsReply) ProtoMessage() + func (m *GetServerProtocolsReply) Validate() error + func (m *GetServerProtocolsReply) ValidateAll() error + func (x *GetServerProtocolsReply) GetCode() int32 + func (x *GetServerProtocolsReply) GetData() *GetServerProtocolsData + func (x *GetServerProtocolsReply) GetMessage() string + func (x *GetServerProtocolsReply) ProtoReflect() protoreflect.Message + func (x *GetServerProtocolsReply) Reset() + func (x *GetServerProtocolsReply) String() string + type GetServerProtocolsReplyMultiError []error + func (m GetServerProtocolsReplyMultiError) AllErrors() []error + func (m GetServerProtocolsReplyMultiError) Error() string + type GetServerProtocolsReplyValidationError struct + func (e GetServerProtocolsReplyValidationError) Cause() error + func (e GetServerProtocolsReplyValidationError) Error() string + func (e GetServerProtocolsReplyValidationError) ErrorName() string + func (e GetServerProtocolsReplyValidationError) Field() string + func (e GetServerProtocolsReplyValidationError) Key() bool + func (e GetServerProtocolsReplyValidationError) Reason() string + type GetServerProtocolsRequest struct + Id int64 + func (*GetServerProtocolsRequest) Descriptor() ([]byte, []int) + func (*GetServerProtocolsRequest) ProtoMessage() + func (m *GetServerProtocolsRequest) Validate() error + func (m *GetServerProtocolsRequest) ValidateAll() error + func (x *GetServerProtocolsRequest) GetId() int64 + func (x *GetServerProtocolsRequest) ProtoReflect() protoreflect.Message + func (x *GetServerProtocolsRequest) Reset() + func (x *GetServerProtocolsRequest) String() string + type GetServerProtocolsRequestMultiError []error + func (m GetServerProtocolsRequestMultiError) AllErrors() []error + func (m GetServerProtocolsRequestMultiError) Error() string + type GetServerProtocolsRequestValidationError struct + func (e GetServerProtocolsRequestValidationError) Cause() error + func (e GetServerProtocolsRequestValidationError) Error() string + func (e GetServerProtocolsRequestValidationError) ErrorName() string + func (e GetServerProtocolsRequestValidationError) Field() string + func (e GetServerProtocolsRequestValidationError) Key() bool + func (e GetServerProtocolsRequestValidationError) Reason() string + type HasMigrateServerNodeData struct + HasMigrate bool + func (*HasMigrateServerNodeData) Descriptor() ([]byte, []int) + func (*HasMigrateServerNodeData) ProtoMessage() + func (m *HasMigrateServerNodeData) Validate() error + func (m *HasMigrateServerNodeData) ValidateAll() error + func (x *HasMigrateServerNodeData) GetHasMigrate() bool + func (x *HasMigrateServerNodeData) ProtoReflect() protoreflect.Message + func (x *HasMigrateServerNodeData) Reset() + func (x *HasMigrateServerNodeData) String() string + type HasMigrateServerNodeDataMultiError []error + func (m HasMigrateServerNodeDataMultiError) AllErrors() []error + func (m HasMigrateServerNodeDataMultiError) Error() string + type HasMigrateServerNodeDataValidationError struct + func (e HasMigrateServerNodeDataValidationError) Cause() error + func (e HasMigrateServerNodeDataValidationError) Error() string + func (e HasMigrateServerNodeDataValidationError) ErrorName() string + func (e HasMigrateServerNodeDataValidationError) Field() string + func (e HasMigrateServerNodeDataValidationError) Key() bool + func (e HasMigrateServerNodeDataValidationError) Reason() string + type HasMigrateServerNodeReply struct + Code int32 + Data *HasMigrateServerNodeData + Message string + func (*HasMigrateServerNodeReply) Descriptor() ([]byte, []int) + func (*HasMigrateServerNodeReply) ProtoMessage() + func (m *HasMigrateServerNodeReply) Validate() error + func (m *HasMigrateServerNodeReply) ValidateAll() error + func (x *HasMigrateServerNodeReply) GetCode() int32 + func (x *HasMigrateServerNodeReply) GetData() *HasMigrateServerNodeData + func (x *HasMigrateServerNodeReply) GetMessage() string + func (x *HasMigrateServerNodeReply) ProtoReflect() protoreflect.Message + func (x *HasMigrateServerNodeReply) Reset() + func (x *HasMigrateServerNodeReply) String() string + type HasMigrateServerNodeReplyMultiError []error + func (m HasMigrateServerNodeReplyMultiError) AllErrors() []error + func (m HasMigrateServerNodeReplyMultiError) Error() string + type HasMigrateServerNodeReplyValidationError struct + func (e HasMigrateServerNodeReplyValidationError) Cause() error + func (e HasMigrateServerNodeReplyValidationError) Error() string + func (e HasMigrateServerNodeReplyValidationError) ErrorName() string + func (e HasMigrateServerNodeReplyValidationError) Field() string + func (e HasMigrateServerNodeReplyValidationError) Key() bool + func (e HasMigrateServerNodeReplyValidationError) Reason() string + type HasMigrateServerNodeRequest struct + func (*HasMigrateServerNodeRequest) Descriptor() ([]byte, []int) + func (*HasMigrateServerNodeRequest) ProtoMessage() + func (m *HasMigrateServerNodeRequest) Validate() error + func (m *HasMigrateServerNodeRequest) ValidateAll() error + func (x *HasMigrateServerNodeRequest) ProtoReflect() protoreflect.Message + func (x *HasMigrateServerNodeRequest) Reset() + func (x *HasMigrateServerNodeRequest) String() string + type HasMigrateServerNodeRequestMultiError []error + func (m HasMigrateServerNodeRequestMultiError) AllErrors() []error + func (m HasMigrateServerNodeRequestMultiError) Error() string + type HasMigrateServerNodeRequestValidationError struct + func (e HasMigrateServerNodeRequestValidationError) Cause() error + func (e HasMigrateServerNodeRequestValidationError) Error() string + func (e HasMigrateServerNodeRequestValidationError) ErrorName() string + func (e HasMigrateServerNodeRequestValidationError) Field() string + func (e HasMigrateServerNodeRequestValidationError) Key() bool + func (e HasMigrateServerNodeRequestValidationError) Reason() string + type MigrateServerNodeData struct + Fail uint64 + Success uint64 + func (*MigrateServerNodeData) Descriptor() ([]byte, []int) + func (*MigrateServerNodeData) ProtoMessage() + func (m *MigrateServerNodeData) Validate() error + func (m *MigrateServerNodeData) ValidateAll() error + func (x *MigrateServerNodeData) GetFail() uint64 + func (x *MigrateServerNodeData) GetSuccess() uint64 + func (x *MigrateServerNodeData) ProtoReflect() protoreflect.Message + func (x *MigrateServerNodeData) Reset() + func (x *MigrateServerNodeData) String() string + type MigrateServerNodeDataMultiError []error + func (m MigrateServerNodeDataMultiError) AllErrors() []error + func (m MigrateServerNodeDataMultiError) Error() string + type MigrateServerNodeDataValidationError struct + func (e MigrateServerNodeDataValidationError) Cause() error + func (e MigrateServerNodeDataValidationError) Error() string + func (e MigrateServerNodeDataValidationError) ErrorName() string + func (e MigrateServerNodeDataValidationError) Field() string + func (e MigrateServerNodeDataValidationError) Key() bool + func (e MigrateServerNodeDataValidationError) Reason() string + type MigrateServerNodeReply struct + Code int32 + Data *MigrateServerNodeData + Message string + func (*MigrateServerNodeReply) Descriptor() ([]byte, []int) + func (*MigrateServerNodeReply) ProtoMessage() + func (m *MigrateServerNodeReply) Validate() error + func (m *MigrateServerNodeReply) ValidateAll() error + func (x *MigrateServerNodeReply) GetCode() int32 + func (x *MigrateServerNodeReply) GetData() *MigrateServerNodeData + func (x *MigrateServerNodeReply) GetMessage() string + func (x *MigrateServerNodeReply) ProtoReflect() protoreflect.Message + func (x *MigrateServerNodeReply) Reset() + func (x *MigrateServerNodeReply) String() string + type MigrateServerNodeReplyMultiError []error + func (m MigrateServerNodeReplyMultiError) AllErrors() []error + func (m MigrateServerNodeReplyMultiError) Error() string + type MigrateServerNodeReplyValidationError struct + func (e MigrateServerNodeReplyValidationError) Cause() error + func (e MigrateServerNodeReplyValidationError) Error() string + func (e MigrateServerNodeReplyValidationError) ErrorName() string + func (e MigrateServerNodeReplyValidationError) Field() string + func (e MigrateServerNodeReplyValidationError) Key() bool + func (e MigrateServerNodeReplyValidationError) Reason() string + type MigrateServerNodeRequest struct + func (*MigrateServerNodeRequest) Descriptor() ([]byte, []int) + func (*MigrateServerNodeRequest) ProtoMessage() + func (m *MigrateServerNodeRequest) Validate() error + func (m *MigrateServerNodeRequest) ValidateAll() error + func (x *MigrateServerNodeRequest) ProtoReflect() protoreflect.Message + func (x *MigrateServerNodeRequest) Reset() + func (x *MigrateServerNodeRequest) String() string + type MigrateServerNodeRequestMultiError []error + func (m MigrateServerNodeRequestMultiError) AllErrors() []error + func (m MigrateServerNodeRequestMultiError) Error() string + type MigrateServerNodeRequestValidationError struct + func (e MigrateServerNodeRequestValidationError) Cause() error + func (e MigrateServerNodeRequestValidationError) Error() string + func (e MigrateServerNodeRequestValidationError) ErrorName() string + func (e MigrateServerNodeRequestValidationError) Field() string + func (e MigrateServerNodeRequestValidationError) Key() bool + func (e MigrateServerNodeRequestValidationError) Reason() string + type Node struct + Address string + CreatedAt int64 + Enabled *bool + Id int64 + IsHidden *bool + Name string + NodeGroupId int64 + NodeGroupIds []int64 + NodeType string + Port uint32 + Protocol string + ServerId int64 + Sort int32 + Tags []string + UpdatedAt int64 + func (*Node) Descriptor() ([]byte, []int) + func (*Node) ProtoMessage() + func (m *Node) Validate() error + func (m *Node) ValidateAll() error + func (x *Node) GetAddress() string + func (x *Node) GetCreatedAt() int64 + func (x *Node) GetEnabled() bool + func (x *Node) GetId() int64 + func (x *Node) GetIsHidden() bool + func (x *Node) GetName() string + func (x *Node) GetNodeGroupId() int64 + func (x *Node) GetNodeGroupIds() []int64 + func (x *Node) GetNodeType() string + func (x *Node) GetPort() uint32 + func (x *Node) GetProtocol() string + func (x *Node) GetServerId() int64 + func (x *Node) GetSort() int32 + func (x *Node) GetTags() []string + func (x *Node) GetUpdatedAt() int64 + func (x *Node) ProtoReflect() protoreflect.Message + func (x *Node) Reset() + func (x *Node) String() string + type NodeMultiError []error + func (m NodeMultiError) AllErrors() []error + func (m NodeMultiError) Error() string + type NodeValidationError struct + func (e NodeValidationError) Cause() error + func (e NodeValidationError) Error() string + func (e NodeValidationError) ErrorName() string + func (e NodeValidationError) Field() string + func (e NodeValidationError) Key() bool + func (e NodeValidationError) Reason() string + type Protocol struct + AllowInsecure bool + CertDnsEnv string + CertDnsProvider string + CertMode string + Cipher string + CongestionController string + DisableSni bool + DownMbps int32 + Enable bool + Encryption string + EncryptionClientPadding string + EncryptionMode string + EncryptionPassword string + EncryptionPrivateKey string + EncryptionRtt string + EncryptionServerPadding string + EncryptionTicket string + Fingerprint string + Flow string + HopInterval int32 + HopPorts string + Host string + Multiplex string + Obfs string + ObfsHost string + ObfsPassword string + ObfsPath string + OmniflowAdaptiveTlsEnabled bool + OmniflowAfEnabled bool + OmniflowAfPathMode string + OmniflowAfPathPrefix string + OmniflowAfPathRotationSecs int32 + OmniflowAfPathSkewSlots int32 + OmniflowAfPathSuffix string + OmniflowCaCertPath string + OmniflowCarrier string + OmniflowContentType string + OmniflowFallbackCarrierEnabled bool + OmniflowFallbackConnectTunnel bool + OmniflowFallbackEnabled bool + OmniflowFallbackHostHeader string + OmniflowFallbackTargetHost string + OmniflowFallbackTargetPort int32 + OmniflowFallbackTargetScheme string + OmniflowFallbackTlsSni string + OmniflowFallbackWssEnabled bool + OmniflowH3FallbackEnabled bool + OmniflowH3FallbackPolicy string + OmniflowH3FallbackRetryBudget int32 + OmniflowH3FallbackSmokeEnabled bool + OmniflowH3FallbackSmokeIntervalSec int32 + OmniflowH3FallbackSmokeTimeoutMs int32 + OmniflowH3FallbackTimeoutMs int32 + OmniflowIdleTimeoutSec int32 + OmniflowMaxAgeSec int32 + OmniflowMaxConnections int32 + OmniflowPaddingMode string + OmniflowPath string + OmniflowProfileJson string + OmniflowProfilePath string + OmniflowServerHost string + OmniflowServerPort int32 + OmniflowSniMode string + OmniflowSpkiPin string + OmniflowTargetMeta string + OmniflowTlsFingerprint string + OmniflowTrafficShapingEnabled bool + PaddingScheme string + Path string + Port int32 + Ratio float64 + RealityPrivateKey string + RealityPublicKey string + RealityServerAddr string + RealityServerPort int32 + RealityShortId string + ReduceRtt bool + Security string + ServerKey string + ServiceName string + SimnetAfEnabled bool + SimnetAfFakeHeaderInjection bool + SimnetAfHandshakePolymorphism bool + SimnetAfMagicMode string + SimnetAfPathMode string + SimnetAfPathPrefix string + SimnetAfPathSuffix string + SimnetAfResponseJitterMs int32 + SimnetAfSettingsJitter bool + SimnetCarrier string + SimnetFallbackEnabled bool + SimnetFallbackHostHeader string + SimnetFallbackTargetHost string + SimnetFallbackTargetPort int32 + SimnetFallbackTargetScheme string + SimnetFallbackTlsSni string + SimnetKeyId int32 + SimnetPath string + SimnetPsk string + SimnetReverseEnabled bool + SimnetReverseListenAddr string + SimnetReverseListenPort int32 + SimnetReverseTargetHost string + SimnetReverseTargetPort int32 + SimnetTicketId string + Sni string + Transport string + Type string + UdpRelayMode string + UpMbps int32 + XhttpExtra string + XhttpMode string + func (*Protocol) Descriptor() ([]byte, []int) + func (*Protocol) ProtoMessage() + func (m *Protocol) Validate() error + func (m *Protocol) ValidateAll() error + func (x *Protocol) GetAllowInsecure() bool + func (x *Protocol) GetCertDnsEnv() string + func (x *Protocol) GetCertDnsProvider() string + func (x *Protocol) GetCertMode() string + func (x *Protocol) GetCipher() string + func (x *Protocol) GetCongestionController() string + func (x *Protocol) GetDisableSni() bool + func (x *Protocol) GetDownMbps() int32 + func (x *Protocol) GetEnable() bool + func (x *Protocol) GetEncryption() string + func (x *Protocol) GetEncryptionClientPadding() string + func (x *Protocol) GetEncryptionMode() string + func (x *Protocol) GetEncryptionPassword() string + func (x *Protocol) GetEncryptionPrivateKey() string + func (x *Protocol) GetEncryptionRtt() string + func (x *Protocol) GetEncryptionServerPadding() string + func (x *Protocol) GetEncryptionTicket() string + func (x *Protocol) GetFingerprint() string + func (x *Protocol) GetFlow() string + func (x *Protocol) GetHopInterval() int32 + func (x *Protocol) GetHopPorts() string + func (x *Protocol) GetHost() string + func (x *Protocol) GetMultiplex() string + func (x *Protocol) GetObfs() string + func (x *Protocol) GetObfsHost() string + func (x *Protocol) GetObfsPassword() string + func (x *Protocol) GetObfsPath() string + func (x *Protocol) GetOmniflowAdaptiveTlsEnabled() bool + func (x *Protocol) GetOmniflowAfEnabled() bool + func (x *Protocol) GetOmniflowAfPathMode() string + func (x *Protocol) GetOmniflowAfPathPrefix() string + func (x *Protocol) GetOmniflowAfPathRotationSecs() int32 + func (x *Protocol) GetOmniflowAfPathSkewSlots() int32 + func (x *Protocol) GetOmniflowAfPathSuffix() string + func (x *Protocol) GetOmniflowCaCertPath() string + func (x *Protocol) GetOmniflowCarrier() string + func (x *Protocol) GetOmniflowContentType() string + func (x *Protocol) GetOmniflowFallbackCarrierEnabled() bool + func (x *Protocol) GetOmniflowFallbackConnectTunnel() bool + func (x *Protocol) GetOmniflowFallbackEnabled() bool + func (x *Protocol) GetOmniflowFallbackHostHeader() string + func (x *Protocol) GetOmniflowFallbackTargetHost() string + func (x *Protocol) GetOmniflowFallbackTargetPort() int32 + func (x *Protocol) GetOmniflowFallbackTargetScheme() string + func (x *Protocol) GetOmniflowFallbackTlsSni() string + func (x *Protocol) GetOmniflowFallbackWssEnabled() bool + func (x *Protocol) GetOmniflowH3FallbackEnabled() bool + func (x *Protocol) GetOmniflowH3FallbackPolicy() string + func (x *Protocol) GetOmniflowH3FallbackRetryBudget() int32 + func (x *Protocol) GetOmniflowH3FallbackSmokeEnabled() bool + func (x *Protocol) GetOmniflowH3FallbackSmokeIntervalSec() int32 + func (x *Protocol) GetOmniflowH3FallbackSmokeTimeoutMs() int32 + func (x *Protocol) GetOmniflowH3FallbackTimeoutMs() int32 + func (x *Protocol) GetOmniflowIdleTimeoutSec() int32 + func (x *Protocol) GetOmniflowMaxAgeSec() int32 + func (x *Protocol) GetOmniflowMaxConnections() int32 + func (x *Protocol) GetOmniflowPaddingMode() string + func (x *Protocol) GetOmniflowPath() string + func (x *Protocol) GetOmniflowProfileJson() string + func (x *Protocol) GetOmniflowProfilePath() string + func (x *Protocol) GetOmniflowServerHost() string + func (x *Protocol) GetOmniflowServerPort() int32 + func (x *Protocol) GetOmniflowSniMode() string + func (x *Protocol) GetOmniflowSpkiPin() string + func (x *Protocol) GetOmniflowTargetMeta() string + func (x *Protocol) GetOmniflowTlsFingerprint() string + func (x *Protocol) GetOmniflowTrafficShapingEnabled() bool + func (x *Protocol) GetPaddingScheme() string + func (x *Protocol) GetPath() string + func (x *Protocol) GetPort() int32 + func (x *Protocol) GetRatio() float64 + func (x *Protocol) GetRealityPrivateKey() string + func (x *Protocol) GetRealityPublicKey() string + func (x *Protocol) GetRealityServerAddr() string + func (x *Protocol) GetRealityServerPort() int32 + func (x *Protocol) GetRealityShortId() string + func (x *Protocol) GetReduceRtt() bool + func (x *Protocol) GetSecurity() string + func (x *Protocol) GetServerKey() string + func (x *Protocol) GetServiceName() string + func (x *Protocol) GetSimnetAfEnabled() bool + func (x *Protocol) GetSimnetAfFakeHeaderInjection() bool + func (x *Protocol) GetSimnetAfHandshakePolymorphism() bool + func (x *Protocol) GetSimnetAfMagicMode() string + func (x *Protocol) GetSimnetAfPathMode() string + func (x *Protocol) GetSimnetAfPathPrefix() string + func (x *Protocol) GetSimnetAfPathSuffix() string + func (x *Protocol) GetSimnetAfResponseJitterMs() int32 + func (x *Protocol) GetSimnetAfSettingsJitter() bool + func (x *Protocol) GetSimnetCarrier() string + func (x *Protocol) GetSimnetFallbackEnabled() bool + func (x *Protocol) GetSimnetFallbackHostHeader() string + func (x *Protocol) GetSimnetFallbackTargetHost() string + func (x *Protocol) GetSimnetFallbackTargetPort() int32 + func (x *Protocol) GetSimnetFallbackTargetScheme() string + func (x *Protocol) GetSimnetFallbackTlsSni() string + func (x *Protocol) GetSimnetKeyId() int32 + func (x *Protocol) GetSimnetPath() string + func (x *Protocol) GetSimnetPsk() string + func (x *Protocol) GetSimnetReverseEnabled() bool + func (x *Protocol) GetSimnetReverseListenAddr() string + func (x *Protocol) GetSimnetReverseListenPort() int32 + func (x *Protocol) GetSimnetReverseTargetHost() string + func (x *Protocol) GetSimnetReverseTargetPort() int32 + func (x *Protocol) GetSimnetTicketId() string + func (x *Protocol) GetSni() string + func (x *Protocol) GetTransport() string + func (x *Protocol) GetType() string + func (x *Protocol) GetUdpRelayMode() string + func (x *Protocol) GetUpMbps() int32 + func (x *Protocol) GetXhttpExtra() string + func (x *Protocol) GetXhttpMode() string + func (x *Protocol) ProtoReflect() protoreflect.Message + func (x *Protocol) Reset() + func (x *Protocol) String() string + type ProtocolMultiError []error + func (m ProtocolMultiError) AllErrors() []error + func (m ProtocolMultiError) Error() string + type ProtocolValidationError struct + func (e ProtocolValidationError) Cause() error + func (e ProtocolValidationError) Error() string + func (e ProtocolValidationError) ErrorName() string + func (e ProtocolValidationError) Field() string + func (e ProtocolValidationError) Key() bool + func (e ProtocolValidationError) Reason() string + type QueryNodeTagData struct + Tags []string + func (*QueryNodeTagData) Descriptor() ([]byte, []int) + func (*QueryNodeTagData) ProtoMessage() + func (m *QueryNodeTagData) Validate() error + func (m *QueryNodeTagData) ValidateAll() error + func (x *QueryNodeTagData) GetTags() []string + func (x *QueryNodeTagData) ProtoReflect() protoreflect.Message + func (x *QueryNodeTagData) Reset() + func (x *QueryNodeTagData) String() string + type QueryNodeTagDataMultiError []error + func (m QueryNodeTagDataMultiError) AllErrors() []error + func (m QueryNodeTagDataMultiError) Error() string + type QueryNodeTagDataValidationError struct + func (e QueryNodeTagDataValidationError) Cause() error + func (e QueryNodeTagDataValidationError) Error() string + func (e QueryNodeTagDataValidationError) ErrorName() string + func (e QueryNodeTagDataValidationError) Field() string + func (e QueryNodeTagDataValidationError) Key() bool + func (e QueryNodeTagDataValidationError) Reason() string + type QueryNodeTagReply struct + Code int32 + Data *QueryNodeTagData + Message string + func (*QueryNodeTagReply) Descriptor() ([]byte, []int) + func (*QueryNodeTagReply) ProtoMessage() + func (m *QueryNodeTagReply) Validate() error + func (m *QueryNodeTagReply) ValidateAll() error + func (x *QueryNodeTagReply) GetCode() int32 + func (x *QueryNodeTagReply) GetData() *QueryNodeTagData + func (x *QueryNodeTagReply) GetMessage() string + func (x *QueryNodeTagReply) ProtoReflect() protoreflect.Message + func (x *QueryNodeTagReply) Reset() + func (x *QueryNodeTagReply) String() string + type QueryNodeTagReplyMultiError []error + func (m QueryNodeTagReplyMultiError) AllErrors() []error + func (m QueryNodeTagReplyMultiError) Error() string + type QueryNodeTagReplyValidationError struct + func (e QueryNodeTagReplyValidationError) Cause() error + func (e QueryNodeTagReplyValidationError) Error() string + func (e QueryNodeTagReplyValidationError) ErrorName() string + func (e QueryNodeTagReplyValidationError) Field() string + func (e QueryNodeTagReplyValidationError) Key() bool + func (e QueryNodeTagReplyValidationError) Reason() string + type QueryNodeTagRequest struct + func (*QueryNodeTagRequest) Descriptor() ([]byte, []int) + func (*QueryNodeTagRequest) ProtoMessage() + func (m *QueryNodeTagRequest) Validate() error + func (m *QueryNodeTagRequest) ValidateAll() error + func (x *QueryNodeTagRequest) ProtoReflect() protoreflect.Message + func (x *QueryNodeTagRequest) Reset() + func (x *QueryNodeTagRequest) String() string + type QueryNodeTagRequestMultiError []error + func (m QueryNodeTagRequestMultiError) AllErrors() []error + func (m QueryNodeTagRequestMultiError) Error() string + type QueryNodeTagRequestValidationError struct + func (e QueryNodeTagRequestValidationError) Cause() error + func (e QueryNodeTagRequestValidationError) Error() string + func (e QueryNodeTagRequestValidationError) ErrorName() string + func (e QueryNodeTagRequestValidationError) Field() string + func (e QueryNodeTagRequestValidationError) Key() bool + func (e QueryNodeTagRequestValidationError) Reason() string + type ResetSortData struct + Success bool + func (*ResetSortData) Descriptor() ([]byte, []int) + func (*ResetSortData) ProtoMessage() + func (m *ResetSortData) Validate() error + func (m *ResetSortData) ValidateAll() error + func (x *ResetSortData) GetSuccess() bool + func (x *ResetSortData) ProtoReflect() protoreflect.Message + func (x *ResetSortData) Reset() + func (x *ResetSortData) String() string + type ResetSortDataMultiError []error + func (m ResetSortDataMultiError) AllErrors() []error + func (m ResetSortDataMultiError) Error() string + type ResetSortDataValidationError struct + func (e ResetSortDataValidationError) Cause() error + func (e ResetSortDataValidationError) Error() string + func (e ResetSortDataValidationError) ErrorName() string + func (e ResetSortDataValidationError) Field() string + func (e ResetSortDataValidationError) Key() bool + func (e ResetSortDataValidationError) Reason() string + type ResetSortReply struct + Code int32 + Data *ResetSortData + Message string + func (*ResetSortReply) Descriptor() ([]byte, []int) + func (*ResetSortReply) ProtoMessage() + func (m *ResetSortReply) Validate() error + func (m *ResetSortReply) ValidateAll() error + func (x *ResetSortReply) GetCode() int32 + func (x *ResetSortReply) GetData() *ResetSortData + func (x *ResetSortReply) GetMessage() string + func (x *ResetSortReply) ProtoReflect() protoreflect.Message + func (x *ResetSortReply) Reset() + func (x *ResetSortReply) String() string + type ResetSortReplyMultiError []error + func (m ResetSortReplyMultiError) AllErrors() []error + func (m ResetSortReplyMultiError) Error() string + type ResetSortReplyValidationError struct + func (e ResetSortReplyValidationError) Cause() error + func (e ResetSortReplyValidationError) Error() string + func (e ResetSortReplyValidationError) ErrorName() string + func (e ResetSortReplyValidationError) Field() string + func (e ResetSortReplyValidationError) Key() bool + func (e ResetSortReplyValidationError) Reason() string + type ResetSortRequest struct + Sort []*SortItem + func (*ResetSortRequest) Descriptor() ([]byte, []int) + func (*ResetSortRequest) ProtoMessage() + func (m *ResetSortRequest) Validate() error + func (m *ResetSortRequest) ValidateAll() error + func (x *ResetSortRequest) GetSort() []*SortItem + func (x *ResetSortRequest) ProtoReflect() protoreflect.Message + func (x *ResetSortRequest) Reset() + func (x *ResetSortRequest) String() string + type ResetSortRequestMultiError []error + func (m ResetSortRequestMultiError) AllErrors() []error + func (m ResetSortRequestMultiError) Error() string + type ResetSortRequestValidationError struct + func (e ResetSortRequestValidationError) Cause() error + func (e ResetSortRequestValidationError) Error() string + func (e ResetSortRequestValidationError) ErrorName() string + func (e ResetSortRequestValidationError) Field() string + func (e ResetSortRequestValidationError) Key() bool + func (e ResetSortRequestValidationError) Reason() string + type Server struct + Address string + City string + Country string + CreatedAt int64 + Id int64 + LastReportedAt int64 + Name string + Protocols []*Protocol + Sort int32 + Status *ServerStatus + UpdatedAt int64 + func (*Server) Descriptor() ([]byte, []int) + func (*Server) ProtoMessage() + func (m *Server) Validate() error + func (m *Server) ValidateAll() error + func (x *Server) GetAddress() string + func (x *Server) GetCity() string + func (x *Server) GetCountry() string + func (x *Server) GetCreatedAt() int64 + func (x *Server) GetId() int64 + func (x *Server) GetLastReportedAt() int64 + func (x *Server) GetName() string + func (x *Server) GetProtocols() []*Protocol + func (x *Server) GetSort() int32 + func (x *Server) GetStatus() *ServerStatus + func (x *Server) GetUpdatedAt() int64 + func (x *Server) ProtoReflect() protoreflect.Message + func (x *Server) Reset() + func (x *Server) String() string + type ServerMultiError []error + func (m ServerMultiError) AllErrors() []error + func (m ServerMultiError) Error() string + type ServerOnlineIP struct + Ip string + Protocol string + func (*ServerOnlineIP) Descriptor() ([]byte, []int) + func (*ServerOnlineIP) ProtoMessage() + func (m *ServerOnlineIP) Validate() error + func (m *ServerOnlineIP) ValidateAll() error + func (x *ServerOnlineIP) GetIp() string + func (x *ServerOnlineIP) GetProtocol() string + func (x *ServerOnlineIP) ProtoReflect() protoreflect.Message + func (x *ServerOnlineIP) Reset() + func (x *ServerOnlineIP) String() string + type ServerOnlineIPMultiError []error + func (m ServerOnlineIPMultiError) AllErrors() []error + func (m ServerOnlineIPMultiError) Error() string + type ServerOnlineIPValidationError struct + func (e ServerOnlineIPValidationError) Cause() error + func (e ServerOnlineIPValidationError) Error() string + func (e ServerOnlineIPValidationError) ErrorName() string + func (e ServerOnlineIPValidationError) Field() string + func (e ServerOnlineIPValidationError) Key() bool + func (e ServerOnlineIPValidationError) Reason() string + type ServerOnlineUser struct + ExpiredAt int64 + Ip []*ServerOnlineIP + Subscribe string + SubscribeId int64 + Traffic int64 + UserId int64 + func (*ServerOnlineUser) Descriptor() ([]byte, []int) + func (*ServerOnlineUser) ProtoMessage() + func (m *ServerOnlineUser) Validate() error + func (m *ServerOnlineUser) ValidateAll() error + func (x *ServerOnlineUser) GetExpiredAt() int64 + func (x *ServerOnlineUser) GetIp() []*ServerOnlineIP + func (x *ServerOnlineUser) GetSubscribe() string + func (x *ServerOnlineUser) GetSubscribeId() int64 + func (x *ServerOnlineUser) GetTraffic() int64 + func (x *ServerOnlineUser) GetUserId() int64 + func (x *ServerOnlineUser) ProtoReflect() protoreflect.Message + func (x *ServerOnlineUser) Reset() + func (x *ServerOnlineUser) String() string + type ServerOnlineUserMultiError []error + func (m ServerOnlineUserMultiError) AllErrors() []error + func (m ServerOnlineUserMultiError) Error() string + type ServerOnlineUserValidationError struct + func (e ServerOnlineUserValidationError) Cause() error + func (e ServerOnlineUserValidationError) Error() string + func (e ServerOnlineUserValidationError) ErrorName() string + func (e ServerOnlineUserValidationError) Field() string + func (e ServerOnlineUserValidationError) Key() bool + func (e ServerOnlineUserValidationError) Reason() string + type ServerServiceClient interface + CreateNode func(ctx context.Context, in *CreateNodeRequest, opts ...grpc.CallOption) (*CreateNodeReply, error) + CreateServer func(ctx context.Context, in *CreateServerRequest, opts ...grpc.CallOption) (*CreateServerReply, error) + DeleteNode func(ctx context.Context, in *DeleteNodeRequest, opts ...grpc.CallOption) (*DeleteNodeReply, error) + DeleteServer func(ctx context.Context, in *DeleteServerRequest, opts ...grpc.CallOption) (*DeleteServerReply, error) + FilterNodeList func(ctx context.Context, in *FilterNodeListRequest, opts ...grpc.CallOption) (*FilterNodeListReply, error) + FilterServerList func(ctx context.Context, in *FilterServerListRequest, opts ...grpc.CallOption) (*FilterServerListReply, error) + GetServerProtocols func(ctx context.Context, in *GetServerProtocolsRequest, opts ...grpc.CallOption) (*GetServerProtocolsReply, error) + HasMigrateServerNode func(ctx context.Context, in *HasMigrateServerNodeRequest, opts ...grpc.CallOption) (*HasMigrateServerNodeReply, error) + MigrateServerNode func(ctx context.Context, in *MigrateServerNodeRequest, opts ...grpc.CallOption) (*MigrateServerNodeReply, error) + QueryNodeTag func(ctx context.Context, in *QueryNodeTagRequest, opts ...grpc.CallOption) (*QueryNodeTagReply, error) + ResetSortWithNode func(ctx context.Context, in *ResetSortRequest, opts ...grpc.CallOption) (*ResetSortReply, error) + ResetSortWithServer func(ctx context.Context, in *ResetSortRequest, opts ...grpc.CallOption) (*ResetSortReply, error) + ToggleNodeStatus func(ctx context.Context, in *ToggleNodeStatusRequest, opts ...grpc.CallOption) (*ToggleNodeStatusReply, error) + UpdateNode func(ctx context.Context, in *UpdateNodeRequest, opts ...grpc.CallOption) (*UpdateNodeReply, error) + UpdateServer func(ctx context.Context, in *UpdateServerRequest, opts ...grpc.CallOption) (*UpdateServerReply, error) + func NewServerServiceClient(cc grpc.ClientConnInterface) ServerServiceClient + type ServerServiceHTTPClient interface + CreateNode func(ctx context.Context, req *CreateNodeRequest, opts ...http.CallOption) (rsp *CreateNodeReply, err error) + CreateServer func(ctx context.Context, req *CreateServerRequest, opts ...http.CallOption) (rsp *CreateServerReply, err error) + DeleteNode func(ctx context.Context, req *DeleteNodeRequest, opts ...http.CallOption) (rsp *DeleteNodeReply, err error) + DeleteServer func(ctx context.Context, req *DeleteServerRequest, opts ...http.CallOption) (rsp *DeleteServerReply, err error) + FilterNodeList func(ctx context.Context, req *FilterNodeListRequest, opts ...http.CallOption) (rsp *FilterNodeListReply, err error) + FilterServerList func(ctx context.Context, req *FilterServerListRequest, opts ...http.CallOption) (rsp *FilterServerListReply, err error) + GetServerProtocols func(ctx context.Context, req *GetServerProtocolsRequest, opts ...http.CallOption) (rsp *GetServerProtocolsReply, err error) + HasMigrateServerNode func(ctx context.Context, req *HasMigrateServerNodeRequest, opts ...http.CallOption) (rsp *HasMigrateServerNodeReply, err error) + MigrateServerNode func(ctx context.Context, req *MigrateServerNodeRequest, opts ...http.CallOption) (rsp *MigrateServerNodeReply, err error) + QueryNodeTag func(ctx context.Context, req *QueryNodeTagRequest, opts ...http.CallOption) (rsp *QueryNodeTagReply, err error) + ResetSortWithNode func(ctx context.Context, req *ResetSortRequest, opts ...http.CallOption) (rsp *ResetSortReply, err error) + ResetSortWithServer func(ctx context.Context, req *ResetSortRequest, opts ...http.CallOption) (rsp *ResetSortReply, err error) + ToggleNodeStatus func(ctx context.Context, req *ToggleNodeStatusRequest, opts ...http.CallOption) (rsp *ToggleNodeStatusReply, err error) + UpdateNode func(ctx context.Context, req *UpdateNodeRequest, opts ...http.CallOption) (rsp *UpdateNodeReply, err error) + UpdateServer func(ctx context.Context, req *UpdateServerRequest, opts ...http.CallOption) (rsp *UpdateServerReply, err error) + func NewServerServiceHTTPClient(client *http.Client) ServerServiceHTTPClient + type ServerServiceHTTPClientImpl struct + func (c *ServerServiceHTTPClientImpl) CreateNode(ctx context.Context, in *CreateNodeRequest, opts ...http.CallOption) (*CreateNodeReply, error) + func (c *ServerServiceHTTPClientImpl) CreateServer(ctx context.Context, in *CreateServerRequest, opts ...http.CallOption) (*CreateServerReply, error) + func (c *ServerServiceHTTPClientImpl) DeleteNode(ctx context.Context, in *DeleteNodeRequest, opts ...http.CallOption) (*DeleteNodeReply, error) + func (c *ServerServiceHTTPClientImpl) DeleteServer(ctx context.Context, in *DeleteServerRequest, opts ...http.CallOption) (*DeleteServerReply, error) + func (c *ServerServiceHTTPClientImpl) FilterNodeList(ctx context.Context, in *FilterNodeListRequest, opts ...http.CallOption) (*FilterNodeListReply, error) + func (c *ServerServiceHTTPClientImpl) FilterServerList(ctx context.Context, in *FilterServerListRequest, opts ...http.CallOption) (*FilterServerListReply, error) + func (c *ServerServiceHTTPClientImpl) GetServerProtocols(ctx context.Context, in *GetServerProtocolsRequest, opts ...http.CallOption) (*GetServerProtocolsReply, error) + func (c *ServerServiceHTTPClientImpl) HasMigrateServerNode(ctx context.Context, in *HasMigrateServerNodeRequest, opts ...http.CallOption) (*HasMigrateServerNodeReply, error) + func (c *ServerServiceHTTPClientImpl) MigrateServerNode(ctx context.Context, in *MigrateServerNodeRequest, opts ...http.CallOption) (*MigrateServerNodeReply, error) + func (c *ServerServiceHTTPClientImpl) QueryNodeTag(ctx context.Context, in *QueryNodeTagRequest, opts ...http.CallOption) (*QueryNodeTagReply, error) + func (c *ServerServiceHTTPClientImpl) ResetSortWithNode(ctx context.Context, in *ResetSortRequest, opts ...http.CallOption) (*ResetSortReply, error) + func (c *ServerServiceHTTPClientImpl) ResetSortWithServer(ctx context.Context, in *ResetSortRequest, opts ...http.CallOption) (*ResetSortReply, error) + func (c *ServerServiceHTTPClientImpl) ToggleNodeStatus(ctx context.Context, in *ToggleNodeStatusRequest, opts ...http.CallOption) (*ToggleNodeStatusReply, error) + func (c *ServerServiceHTTPClientImpl) UpdateNode(ctx context.Context, in *UpdateNodeRequest, opts ...http.CallOption) (*UpdateNodeReply, error) + func (c *ServerServiceHTTPClientImpl) UpdateServer(ctx context.Context, in *UpdateServerRequest, opts ...http.CallOption) (*UpdateServerReply, error) + type ServerServiceHTTPServer interface + CreateNode func(context.Context, *CreateNodeRequest) (*CreateNodeReply, error) + CreateServer func(context.Context, *CreateServerRequest) (*CreateServerReply, error) + DeleteNode func(context.Context, *DeleteNodeRequest) (*DeleteNodeReply, error) + DeleteServer func(context.Context, *DeleteServerRequest) (*DeleteServerReply, error) + FilterNodeList func(context.Context, *FilterNodeListRequest) (*FilterNodeListReply, error) + FilterServerList func(context.Context, *FilterServerListRequest) (*FilterServerListReply, error) + GetServerProtocols func(context.Context, *GetServerProtocolsRequest) (*GetServerProtocolsReply, error) + HasMigrateServerNode func(context.Context, *HasMigrateServerNodeRequest) (*HasMigrateServerNodeReply, error) + MigrateServerNode func(context.Context, *MigrateServerNodeRequest) (*MigrateServerNodeReply, error) + QueryNodeTag func(context.Context, *QueryNodeTagRequest) (*QueryNodeTagReply, error) + ResetSortWithNode func(context.Context, *ResetSortRequest) (*ResetSortReply, error) + ResetSortWithServer func(context.Context, *ResetSortRequest) (*ResetSortReply, error) + ToggleNodeStatus func(context.Context, *ToggleNodeStatusRequest) (*ToggleNodeStatusReply, error) + UpdateNode func(context.Context, *UpdateNodeRequest) (*UpdateNodeReply, error) + UpdateServer func(context.Context, *UpdateServerRequest) (*UpdateServerReply, error) + type ServerServiceServer interface + CreateNode func(context.Context, *CreateNodeRequest) (*CreateNodeReply, error) + CreateServer func(context.Context, *CreateServerRequest) (*CreateServerReply, error) + DeleteNode func(context.Context, *DeleteNodeRequest) (*DeleteNodeReply, error) + DeleteServer func(context.Context, *DeleteServerRequest) (*DeleteServerReply, error) + FilterNodeList func(context.Context, *FilterNodeListRequest) (*FilterNodeListReply, error) + FilterServerList func(context.Context, *FilterServerListRequest) (*FilterServerListReply, error) + GetServerProtocols func(context.Context, *GetServerProtocolsRequest) (*GetServerProtocolsReply, error) + HasMigrateServerNode func(context.Context, *HasMigrateServerNodeRequest) (*HasMigrateServerNodeReply, error) + MigrateServerNode func(context.Context, *MigrateServerNodeRequest) (*MigrateServerNodeReply, error) + QueryNodeTag func(context.Context, *QueryNodeTagRequest) (*QueryNodeTagReply, error) + ResetSortWithNode func(context.Context, *ResetSortRequest) (*ResetSortReply, error) + ResetSortWithServer func(context.Context, *ResetSortRequest) (*ResetSortReply, error) + ToggleNodeStatus func(context.Context, *ToggleNodeStatusRequest) (*ToggleNodeStatusReply, error) + UpdateNode func(context.Context, *UpdateNodeRequest) (*UpdateNodeReply, error) + UpdateServer func(context.Context, *UpdateServerRequest) (*UpdateServerReply, error) + type ServerStatus struct + Cpu float64 + Disk float64 + Mem float64 + Online []*ServerOnlineUser + Protocol string + Status string + func (*ServerStatus) Descriptor() ([]byte, []int) + func (*ServerStatus) ProtoMessage() + func (m *ServerStatus) Validate() error + func (m *ServerStatus) ValidateAll() error + func (x *ServerStatus) GetCpu() float64 + func (x *ServerStatus) GetDisk() float64 + func (x *ServerStatus) GetMem() float64 + func (x *ServerStatus) GetOnline() []*ServerOnlineUser + func (x *ServerStatus) GetProtocol() string + func (x *ServerStatus) GetStatus() string + func (x *ServerStatus) ProtoReflect() protoreflect.Message + func (x *ServerStatus) Reset() + func (x *ServerStatus) String() string + type ServerStatusMultiError []error + func (m ServerStatusMultiError) AllErrors() []error + func (m ServerStatusMultiError) Error() string + type ServerStatusValidationError struct + func (e ServerStatusValidationError) Cause() error + func (e ServerStatusValidationError) Error() string + func (e ServerStatusValidationError) ErrorName() string + func (e ServerStatusValidationError) Field() string + func (e ServerStatusValidationError) Key() bool + func (e ServerStatusValidationError) Reason() string + type ServerValidationError struct + func (e ServerValidationError) Cause() error + func (e ServerValidationError) Error() string + func (e ServerValidationError) ErrorName() string + func (e ServerValidationError) Field() string + func (e ServerValidationError) Key() bool + func (e ServerValidationError) Reason() string + type SortItem struct + Id int64 + Sort int32 + func (*SortItem) Descriptor() ([]byte, []int) + func (*SortItem) ProtoMessage() + func (m *SortItem) Validate() error + func (m *SortItem) ValidateAll() error + func (x *SortItem) GetId() int64 + func (x *SortItem) GetSort() int32 + func (x *SortItem) ProtoReflect() protoreflect.Message + func (x *SortItem) Reset() + func (x *SortItem) String() string + type SortItemMultiError []error + func (m SortItemMultiError) AllErrors() []error + func (m SortItemMultiError) Error() string + type SortItemValidationError struct + func (e SortItemValidationError) Cause() error + func (e SortItemValidationError) Error() string + func (e SortItemValidationError) ErrorName() string + func (e SortItemValidationError) Field() string + func (e SortItemValidationError) Key() bool + func (e SortItemValidationError) Reason() string + type ToggleNodeStatusData struct + Node *Node + func (*ToggleNodeStatusData) Descriptor() ([]byte, []int) + func (*ToggleNodeStatusData) ProtoMessage() + func (m *ToggleNodeStatusData) Validate() error + func (m *ToggleNodeStatusData) ValidateAll() error + func (x *ToggleNodeStatusData) GetNode() *Node + func (x *ToggleNodeStatusData) ProtoReflect() protoreflect.Message + func (x *ToggleNodeStatusData) Reset() + func (x *ToggleNodeStatusData) String() string + type ToggleNodeStatusDataMultiError []error + func (m ToggleNodeStatusDataMultiError) AllErrors() []error + func (m ToggleNodeStatusDataMultiError) Error() string + type ToggleNodeStatusDataValidationError struct + func (e ToggleNodeStatusDataValidationError) Cause() error + func (e ToggleNodeStatusDataValidationError) Error() string + func (e ToggleNodeStatusDataValidationError) ErrorName() string + func (e ToggleNodeStatusDataValidationError) Field() string + func (e ToggleNodeStatusDataValidationError) Key() bool + func (e ToggleNodeStatusDataValidationError) Reason() string + type ToggleNodeStatusReply struct + Code int32 + Data *ToggleNodeStatusData + Message string + func (*ToggleNodeStatusReply) Descriptor() ([]byte, []int) + func (*ToggleNodeStatusReply) ProtoMessage() + func (m *ToggleNodeStatusReply) Validate() error + func (m *ToggleNodeStatusReply) ValidateAll() error + func (x *ToggleNodeStatusReply) GetCode() int32 + func (x *ToggleNodeStatusReply) GetData() *ToggleNodeStatusData + func (x *ToggleNodeStatusReply) GetMessage() string + func (x *ToggleNodeStatusReply) ProtoReflect() protoreflect.Message + func (x *ToggleNodeStatusReply) Reset() + func (x *ToggleNodeStatusReply) String() string + type ToggleNodeStatusReplyMultiError []error + func (m ToggleNodeStatusReplyMultiError) AllErrors() []error + func (m ToggleNodeStatusReplyMultiError) Error() string + type ToggleNodeStatusReplyValidationError struct + func (e ToggleNodeStatusReplyValidationError) Cause() error + func (e ToggleNodeStatusReplyValidationError) Error() string + func (e ToggleNodeStatusReplyValidationError) ErrorName() string + func (e ToggleNodeStatusReplyValidationError) Field() string + func (e ToggleNodeStatusReplyValidationError) Key() bool + func (e ToggleNodeStatusReplyValidationError) Reason() string + type ToggleNodeStatusRequest struct + Enable *bool + Id int64 + func (*ToggleNodeStatusRequest) Descriptor() ([]byte, []int) + func (*ToggleNodeStatusRequest) ProtoMessage() + func (m *ToggleNodeStatusRequest) Validate() error + func (m *ToggleNodeStatusRequest) ValidateAll() error + func (x *ToggleNodeStatusRequest) GetEnable() bool + func (x *ToggleNodeStatusRequest) GetId() int64 + func (x *ToggleNodeStatusRequest) ProtoReflect() protoreflect.Message + func (x *ToggleNodeStatusRequest) Reset() + func (x *ToggleNodeStatusRequest) String() string + type ToggleNodeStatusRequestMultiError []error + func (m ToggleNodeStatusRequestMultiError) AllErrors() []error + func (m ToggleNodeStatusRequestMultiError) Error() string + type ToggleNodeStatusRequestValidationError struct + func (e ToggleNodeStatusRequestValidationError) Cause() error + func (e ToggleNodeStatusRequestValidationError) Error() string + func (e ToggleNodeStatusRequestValidationError) ErrorName() string + func (e ToggleNodeStatusRequestValidationError) Field() string + func (e ToggleNodeStatusRequestValidationError) Key() bool + func (e ToggleNodeStatusRequestValidationError) Reason() string + type UnimplementedServerServiceServer struct + func (UnimplementedServerServiceServer) CreateNode(context.Context, *CreateNodeRequest) (*CreateNodeReply, error) + func (UnimplementedServerServiceServer) CreateServer(context.Context, *CreateServerRequest) (*CreateServerReply, error) + func (UnimplementedServerServiceServer) DeleteNode(context.Context, *DeleteNodeRequest) (*DeleteNodeReply, error) + func (UnimplementedServerServiceServer) DeleteServer(context.Context, *DeleteServerRequest) (*DeleteServerReply, error) + func (UnimplementedServerServiceServer) FilterNodeList(context.Context, *FilterNodeListRequest) (*FilterNodeListReply, error) + func (UnimplementedServerServiceServer) FilterServerList(context.Context, *FilterServerListRequest) (*FilterServerListReply, error) + func (UnimplementedServerServiceServer) GetServerProtocols(context.Context, *GetServerProtocolsRequest) (*GetServerProtocolsReply, error) + func (UnimplementedServerServiceServer) HasMigrateServerNode(context.Context, *HasMigrateServerNodeRequest) (*HasMigrateServerNodeReply, error) + func (UnimplementedServerServiceServer) MigrateServerNode(context.Context, *MigrateServerNodeRequest) (*MigrateServerNodeReply, error) + func (UnimplementedServerServiceServer) QueryNodeTag(context.Context, *QueryNodeTagRequest) (*QueryNodeTagReply, error) + func (UnimplementedServerServiceServer) ResetSortWithNode(context.Context, *ResetSortRequest) (*ResetSortReply, error) + func (UnimplementedServerServiceServer) ResetSortWithServer(context.Context, *ResetSortRequest) (*ResetSortReply, error) + func (UnimplementedServerServiceServer) ToggleNodeStatus(context.Context, *ToggleNodeStatusRequest) (*ToggleNodeStatusReply, error) + func (UnimplementedServerServiceServer) UpdateNode(context.Context, *UpdateNodeRequest) (*UpdateNodeReply, error) + func (UnimplementedServerServiceServer) UpdateServer(context.Context, *UpdateServerRequest) (*UpdateServerReply, error) + type UnsafeServerServiceServer interface + type UpdateNodeData struct + Node *Node + func (*UpdateNodeData) Descriptor() ([]byte, []int) + func (*UpdateNodeData) ProtoMessage() + func (m *UpdateNodeData) Validate() error + func (m *UpdateNodeData) ValidateAll() error + func (x *UpdateNodeData) GetNode() *Node + func (x *UpdateNodeData) ProtoReflect() protoreflect.Message + func (x *UpdateNodeData) Reset() + func (x *UpdateNodeData) String() string + type UpdateNodeDataMultiError []error + func (m UpdateNodeDataMultiError) AllErrors() []error + func (m UpdateNodeDataMultiError) Error() string + type UpdateNodeDataValidationError struct + func (e UpdateNodeDataValidationError) Cause() error + func (e UpdateNodeDataValidationError) Error() string + func (e UpdateNodeDataValidationError) ErrorName() string + func (e UpdateNodeDataValidationError) Field() string + func (e UpdateNodeDataValidationError) Key() bool + func (e UpdateNodeDataValidationError) Reason() string + type UpdateNodeReply struct + Code int32 + Data *UpdateNodeData + Message string + func (*UpdateNodeReply) Descriptor() ([]byte, []int) + func (*UpdateNodeReply) ProtoMessage() + func (m *UpdateNodeReply) Validate() error + func (m *UpdateNodeReply) ValidateAll() error + func (x *UpdateNodeReply) GetCode() int32 + func (x *UpdateNodeReply) GetData() *UpdateNodeData + func (x *UpdateNodeReply) GetMessage() string + func (x *UpdateNodeReply) ProtoReflect() protoreflect.Message + func (x *UpdateNodeReply) Reset() + func (x *UpdateNodeReply) String() string + type UpdateNodeReplyMultiError []error + func (m UpdateNodeReplyMultiError) AllErrors() []error + func (m UpdateNodeReplyMultiError) Error() string + type UpdateNodeReplyValidationError struct + func (e UpdateNodeReplyValidationError) Cause() error + func (e UpdateNodeReplyValidationError) Error() string + func (e UpdateNodeReplyValidationError) ErrorName() string + func (e UpdateNodeReplyValidationError) Field() string + func (e UpdateNodeReplyValidationError) Key() bool + func (e UpdateNodeReplyValidationError) Reason() string + type UpdateNodeRequest struct + Address string + Enabled *bool + Id int64 + IsHidden *bool + Name string + NodeGroupIds []int64 + NodeType string + Port uint32 + Protocol string + ServerId int64 + Tags []string + func (*UpdateNodeRequest) Descriptor() ([]byte, []int) + func (*UpdateNodeRequest) ProtoMessage() + func (m *UpdateNodeRequest) Validate() error + func (m *UpdateNodeRequest) ValidateAll() error + func (x *UpdateNodeRequest) GetAddress() string + func (x *UpdateNodeRequest) GetEnabled() bool + func (x *UpdateNodeRequest) GetId() int64 + func (x *UpdateNodeRequest) GetIsHidden() bool + func (x *UpdateNodeRequest) GetName() string + func (x *UpdateNodeRequest) GetNodeGroupIds() []int64 + func (x *UpdateNodeRequest) GetNodeType() string + func (x *UpdateNodeRequest) GetPort() uint32 + func (x *UpdateNodeRequest) GetProtocol() string + func (x *UpdateNodeRequest) GetServerId() int64 + func (x *UpdateNodeRequest) GetTags() []string + func (x *UpdateNodeRequest) ProtoReflect() protoreflect.Message + func (x *UpdateNodeRequest) Reset() + func (x *UpdateNodeRequest) String() string + type UpdateNodeRequestMultiError []error + func (m UpdateNodeRequestMultiError) AllErrors() []error + func (m UpdateNodeRequestMultiError) Error() string + type UpdateNodeRequestValidationError struct + func (e UpdateNodeRequestValidationError) Cause() error + func (e UpdateNodeRequestValidationError) Error() string + func (e UpdateNodeRequestValidationError) ErrorName() string + func (e UpdateNodeRequestValidationError) Field() string + func (e UpdateNodeRequestValidationError) Key() bool + func (e UpdateNodeRequestValidationError) Reason() string + type UpdateServerData struct + Server *Server + func (*UpdateServerData) Descriptor() ([]byte, []int) + func (*UpdateServerData) ProtoMessage() + func (m *UpdateServerData) Validate() error + func (m *UpdateServerData) ValidateAll() error + func (x *UpdateServerData) GetServer() *Server + func (x *UpdateServerData) ProtoReflect() protoreflect.Message + func (x *UpdateServerData) Reset() + func (x *UpdateServerData) String() string + type UpdateServerDataMultiError []error + func (m UpdateServerDataMultiError) AllErrors() []error + func (m UpdateServerDataMultiError) Error() string + type UpdateServerDataValidationError struct + func (e UpdateServerDataValidationError) Cause() error + func (e UpdateServerDataValidationError) Error() string + func (e UpdateServerDataValidationError) ErrorName() string + func (e UpdateServerDataValidationError) Field() string + func (e UpdateServerDataValidationError) Key() bool + func (e UpdateServerDataValidationError) Reason() string + type UpdateServerReply struct + Code int32 + Data *UpdateServerData + Message string + func (*UpdateServerReply) Descriptor() ([]byte, []int) + func (*UpdateServerReply) ProtoMessage() + func (m *UpdateServerReply) Validate() error + func (m *UpdateServerReply) ValidateAll() error + func (x *UpdateServerReply) GetCode() int32 + func (x *UpdateServerReply) GetData() *UpdateServerData + func (x *UpdateServerReply) GetMessage() string + func (x *UpdateServerReply) ProtoReflect() protoreflect.Message + func (x *UpdateServerReply) Reset() + func (x *UpdateServerReply) String() string + type UpdateServerReplyMultiError []error + func (m UpdateServerReplyMultiError) AllErrors() []error + func (m UpdateServerReplyMultiError) Error() string + type UpdateServerReplyValidationError struct + func (e UpdateServerReplyValidationError) Cause() error + func (e UpdateServerReplyValidationError) Error() string + func (e UpdateServerReplyValidationError) ErrorName() string + func (e UpdateServerReplyValidationError) Field() string + func (e UpdateServerReplyValidationError) Key() bool + func (e UpdateServerReplyValidationError) Reason() string + type UpdateServerRequest struct + Address string + City string + Country string + Id int64 + Name string + Protocols []*Protocol + Sort int32 + func (*UpdateServerRequest) Descriptor() ([]byte, []int) + func (*UpdateServerRequest) ProtoMessage() + func (m *UpdateServerRequest) Validate() error + func (m *UpdateServerRequest) ValidateAll() error + func (x *UpdateServerRequest) GetAddress() string + func (x *UpdateServerRequest) GetCity() string + func (x *UpdateServerRequest) GetCountry() string + func (x *UpdateServerRequest) GetId() int64 + func (x *UpdateServerRequest) GetName() string + func (x *UpdateServerRequest) GetProtocols() []*Protocol + func (x *UpdateServerRequest) GetSort() int32 + func (x *UpdateServerRequest) ProtoReflect() protoreflect.Message + func (x *UpdateServerRequest) Reset() + func (x *UpdateServerRequest) String() string + type UpdateServerRequestMultiError []error + func (m UpdateServerRequestMultiError) AllErrors() []error + func (m UpdateServerRequestMultiError) Error() string + type UpdateServerRequestValidationError struct + func (e UpdateServerRequestValidationError) Cause() error + func (e UpdateServerRequestValidationError) Error() string + func (e UpdateServerRequestValidationError) ErrorName() string + func (e UpdateServerRequestValidationError) Field() string + func (e UpdateServerRequestValidationError) Key() bool + func (e UpdateServerRequestValidationError) Reason() string