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 v1.0.7 Jun 23, 2026 Changes in this version + const Group_CreateNodeGroup_FullMethodName + const Group_DeleteNodeGroup_FullMethodName + const Group_ExportGroupResult_FullMethodName + const Group_GetGroupConfig_FullMethodName + const Group_GetGroupHistoryDetail_FullMethodName + const Group_GetGroupHistory_FullMethodName + const Group_GetNodeGroupList_FullMethodName + const Group_GetRecalculationStatus_FullMethodName + const Group_GetSubscribeGroupMapping_FullMethodName + const Group_MigrateUsers_FullMethodName + const Group_PreviewUserNodes_FullMethodName + const Group_RecalculateGroup_FullMethodName + const Group_ResetGroups_FullMethodName + const Group_UpdateGroupConfig_FullMethodName + const Group_UpdateNodeGroup_FullMethodName + const OperationGroupCreateNodeGroup + const OperationGroupDeleteNodeGroup + const OperationGroupExportGroupResult + const OperationGroupGetGroupConfig + const OperationGroupGetGroupHistory + const OperationGroupGetGroupHistoryDetail + const OperationGroupGetNodeGroupList + const OperationGroupGetRecalculationStatus + const OperationGroupGetSubscribeGroupMapping + const OperationGroupMigrateUsers + const OperationGroupPreviewUserNodes + const OperationGroupRecalculateGroup + const OperationGroupResetGroups + const OperationGroupUpdateGroupConfig + const OperationGroupUpdateNodeGroup + var File_admin_group_v1_group_proto protoreflect.FileDescriptor + var Group_ServiceDesc = grpc.ServiceDesc + func RegisterGroupHTTPServer(s *http.Server, srv GroupHTTPServer) + func RegisterGroupServer(s grpc.ServiceRegistrar, srv GroupServer) + type CreateNodeGroupData struct + Id int64 + func (*CreateNodeGroupData) Descriptor() ([]byte, []int) + func (*CreateNodeGroupData) ProtoMessage() + func (m *CreateNodeGroupData) Validate() error + func (m *CreateNodeGroupData) ValidateAll() error + func (x *CreateNodeGroupData) GetId() int64 + func (x *CreateNodeGroupData) ProtoReflect() protoreflect.Message + func (x *CreateNodeGroupData) Reset() + func (x *CreateNodeGroupData) String() string + type CreateNodeGroupDataMultiError []error + func (m CreateNodeGroupDataMultiError) AllErrors() []error + func (m CreateNodeGroupDataMultiError) Error() string + type CreateNodeGroupDataValidationError struct + func (e CreateNodeGroupDataValidationError) Cause() error + func (e CreateNodeGroupDataValidationError) Error() string + func (e CreateNodeGroupDataValidationError) ErrorName() string + func (e CreateNodeGroupDataValidationError) Field() string + func (e CreateNodeGroupDataValidationError) Key() bool + func (e CreateNodeGroupDataValidationError) Reason() string + type CreateNodeGroupReply struct + Code int32 + Data *CreateNodeGroupData + Message string + func (*CreateNodeGroupReply) Descriptor() ([]byte, []int) + func (*CreateNodeGroupReply) ProtoMessage() + func (m *CreateNodeGroupReply) Validate() error + func (m *CreateNodeGroupReply) ValidateAll() error + func (x *CreateNodeGroupReply) GetCode() int32 + func (x *CreateNodeGroupReply) GetData() *CreateNodeGroupData + func (x *CreateNodeGroupReply) GetMessage() string + func (x *CreateNodeGroupReply) ProtoReflect() protoreflect.Message + func (x *CreateNodeGroupReply) Reset() + func (x *CreateNodeGroupReply) String() string + type CreateNodeGroupReplyMultiError []error + func (m CreateNodeGroupReplyMultiError) AllErrors() []error + func (m CreateNodeGroupReplyMultiError) Error() string + type CreateNodeGroupReplyValidationError struct + func (e CreateNodeGroupReplyValidationError) Cause() error + func (e CreateNodeGroupReplyValidationError) Error() string + func (e CreateNodeGroupReplyValidationError) ErrorName() string + func (e CreateNodeGroupReplyValidationError) Field() string + func (e CreateNodeGroupReplyValidationError) Key() bool + func (e CreateNodeGroupReplyValidationError) Reason() string + type CreateNodeGroupRequest struct + Description string + ExpiredDaysLimit *wrapperspb.Int32Value + ForCalculation *wrapperspb.BoolValue + IsExpiredGroup *wrapperspb.BoolValue + MaxTrafficGb *wrapperspb.Int64Value + MaxTrafficGbExpired *wrapperspb.Int64Value + MinTrafficGb *wrapperspb.Int64Value + Name string + Sort int32 + SpeedLimit *wrapperspb.Int32Value + Type string + func (*CreateNodeGroupRequest) Descriptor() ([]byte, []int) + func (*CreateNodeGroupRequest) ProtoMessage() + func (m *CreateNodeGroupRequest) Validate() error + func (m *CreateNodeGroupRequest) ValidateAll() error + func (x *CreateNodeGroupRequest) GetDescription() string + func (x *CreateNodeGroupRequest) GetExpiredDaysLimit() *wrapperspb.Int32Value + func (x *CreateNodeGroupRequest) GetForCalculation() *wrapperspb.BoolValue + func (x *CreateNodeGroupRequest) GetIsExpiredGroup() *wrapperspb.BoolValue + func (x *CreateNodeGroupRequest) GetMaxTrafficGb() *wrapperspb.Int64Value + func (x *CreateNodeGroupRequest) GetMaxTrafficGbExpired() *wrapperspb.Int64Value + func (x *CreateNodeGroupRequest) GetMinTrafficGb() *wrapperspb.Int64Value + func (x *CreateNodeGroupRequest) GetName() string + func (x *CreateNodeGroupRequest) GetSort() int32 + func (x *CreateNodeGroupRequest) GetSpeedLimit() *wrapperspb.Int32Value + func (x *CreateNodeGroupRequest) GetType() string + func (x *CreateNodeGroupRequest) ProtoReflect() protoreflect.Message + func (x *CreateNodeGroupRequest) Reset() + func (x *CreateNodeGroupRequest) String() string + type CreateNodeGroupRequestMultiError []error + func (m CreateNodeGroupRequestMultiError) AllErrors() []error + func (m CreateNodeGroupRequestMultiError) Error() string + type CreateNodeGroupRequestValidationError struct + func (e CreateNodeGroupRequestValidationError) Cause() error + func (e CreateNodeGroupRequestValidationError) Error() string + func (e CreateNodeGroupRequestValidationError) ErrorName() string + func (e CreateNodeGroupRequestValidationError) Field() string + func (e CreateNodeGroupRequestValidationError) Key() bool + func (e CreateNodeGroupRequestValidationError) Reason() string + type DeleteNodeGroupData struct + Success bool + func (*DeleteNodeGroupData) Descriptor() ([]byte, []int) + func (*DeleteNodeGroupData) ProtoMessage() + func (m *DeleteNodeGroupData) Validate() error + func (m *DeleteNodeGroupData) ValidateAll() error + func (x *DeleteNodeGroupData) GetSuccess() bool + func (x *DeleteNodeGroupData) ProtoReflect() protoreflect.Message + func (x *DeleteNodeGroupData) Reset() + func (x *DeleteNodeGroupData) String() string + type DeleteNodeGroupDataMultiError []error + func (m DeleteNodeGroupDataMultiError) AllErrors() []error + func (m DeleteNodeGroupDataMultiError) Error() string + type DeleteNodeGroupDataValidationError struct + func (e DeleteNodeGroupDataValidationError) Cause() error + func (e DeleteNodeGroupDataValidationError) Error() string + func (e DeleteNodeGroupDataValidationError) ErrorName() string + func (e DeleteNodeGroupDataValidationError) Field() string + func (e DeleteNodeGroupDataValidationError) Key() bool + func (e DeleteNodeGroupDataValidationError) Reason() string + type DeleteNodeGroupReply struct + Code int32 + Data *DeleteNodeGroupData + Message string + func (*DeleteNodeGroupReply) Descriptor() ([]byte, []int) + func (*DeleteNodeGroupReply) ProtoMessage() + func (m *DeleteNodeGroupReply) Validate() error + func (m *DeleteNodeGroupReply) ValidateAll() error + func (x *DeleteNodeGroupReply) GetCode() int32 + func (x *DeleteNodeGroupReply) GetData() *DeleteNodeGroupData + func (x *DeleteNodeGroupReply) GetMessage() string + func (x *DeleteNodeGroupReply) ProtoReflect() protoreflect.Message + func (x *DeleteNodeGroupReply) Reset() + func (x *DeleteNodeGroupReply) String() string + type DeleteNodeGroupReplyMultiError []error + func (m DeleteNodeGroupReplyMultiError) AllErrors() []error + func (m DeleteNodeGroupReplyMultiError) Error() string + type DeleteNodeGroupReplyValidationError struct + func (e DeleteNodeGroupReplyValidationError) Cause() error + func (e DeleteNodeGroupReplyValidationError) Error() string + func (e DeleteNodeGroupReplyValidationError) ErrorName() string + func (e DeleteNodeGroupReplyValidationError) Field() string + func (e DeleteNodeGroupReplyValidationError) Key() bool + func (e DeleteNodeGroupReplyValidationError) Reason() string + type DeleteNodeGroupRequest struct + Id int64 + func (*DeleteNodeGroupRequest) Descriptor() ([]byte, []int) + func (*DeleteNodeGroupRequest) ProtoMessage() + func (m *DeleteNodeGroupRequest) Validate() error + func (m *DeleteNodeGroupRequest) ValidateAll() error + func (x *DeleteNodeGroupRequest) GetId() int64 + func (x *DeleteNodeGroupRequest) ProtoReflect() protoreflect.Message + func (x *DeleteNodeGroupRequest) Reset() + func (x *DeleteNodeGroupRequest) String() string + type DeleteNodeGroupRequestMultiError []error + func (m DeleteNodeGroupRequestMultiError) AllErrors() []error + func (m DeleteNodeGroupRequestMultiError) Error() string + type DeleteNodeGroupRequestValidationError struct + func (e DeleteNodeGroupRequestValidationError) Cause() error + func (e DeleteNodeGroupRequestValidationError) Error() string + func (e DeleteNodeGroupRequestValidationError) ErrorName() string + func (e DeleteNodeGroupRequestValidationError) Field() string + func (e DeleteNodeGroupRequestValidationError) Key() bool + func (e DeleteNodeGroupRequestValidationError) Reason() string + type ExportGroupResultData struct + FileUrl string + func (*ExportGroupResultData) Descriptor() ([]byte, []int) + func (*ExportGroupResultData) ProtoMessage() + func (m *ExportGroupResultData) Validate() error + func (m *ExportGroupResultData) ValidateAll() error + func (x *ExportGroupResultData) GetFileUrl() string + func (x *ExportGroupResultData) ProtoReflect() protoreflect.Message + func (x *ExportGroupResultData) Reset() + func (x *ExportGroupResultData) String() string + type ExportGroupResultDataMultiError []error + func (m ExportGroupResultDataMultiError) AllErrors() []error + func (m ExportGroupResultDataMultiError) Error() string + type ExportGroupResultDataValidationError struct + func (e ExportGroupResultDataValidationError) Cause() error + func (e ExportGroupResultDataValidationError) Error() string + func (e ExportGroupResultDataValidationError) ErrorName() string + func (e ExportGroupResultDataValidationError) Field() string + func (e ExportGroupResultDataValidationError) Key() bool + func (e ExportGroupResultDataValidationError) Reason() string + type ExportGroupResultReply struct + Code int32 + Data *ExportGroupResultData + Message string + func (*ExportGroupResultReply) Descriptor() ([]byte, []int) + func (*ExportGroupResultReply) ProtoMessage() + func (m *ExportGroupResultReply) Validate() error + func (m *ExportGroupResultReply) ValidateAll() error + func (x *ExportGroupResultReply) GetCode() int32 + func (x *ExportGroupResultReply) GetData() *ExportGroupResultData + func (x *ExportGroupResultReply) GetMessage() string + func (x *ExportGroupResultReply) ProtoReflect() protoreflect.Message + func (x *ExportGroupResultReply) Reset() + func (x *ExportGroupResultReply) String() string + type ExportGroupResultReplyMultiError []error + func (m ExportGroupResultReplyMultiError) AllErrors() []error + func (m ExportGroupResultReplyMultiError) Error() string + type ExportGroupResultReplyValidationError struct + func (e ExportGroupResultReplyValidationError) Cause() error + func (e ExportGroupResultReplyValidationError) Error() string + func (e ExportGroupResultReplyValidationError) ErrorName() string + func (e ExportGroupResultReplyValidationError) Field() string + func (e ExportGroupResultReplyValidationError) Key() bool + func (e ExportGroupResultReplyValidationError) Reason() string + type ExportGroupResultRequest struct + HistoryId int64 + func (*ExportGroupResultRequest) Descriptor() ([]byte, []int) + func (*ExportGroupResultRequest) ProtoMessage() + func (m *ExportGroupResultRequest) Validate() error + func (m *ExportGroupResultRequest) ValidateAll() error + func (x *ExportGroupResultRequest) GetHistoryId() int64 + func (x *ExportGroupResultRequest) ProtoReflect() protoreflect.Message + func (x *ExportGroupResultRequest) Reset() + func (x *ExportGroupResultRequest) String() string + type ExportGroupResultRequestMultiError []error + func (m ExportGroupResultRequestMultiError) AllErrors() []error + func (m ExportGroupResultRequestMultiError) Error() string + type ExportGroupResultRequestValidationError struct + func (e ExportGroupResultRequestValidationError) Cause() error + func (e ExportGroupResultRequestValidationError) Error() string + func (e ExportGroupResultRequestValidationError) ErrorName() string + func (e ExportGroupResultRequestValidationError) Field() string + func (e ExportGroupResultRequestValidationError) Key() bool + func (e ExportGroupResultRequestValidationError) Reason() string + type GetGroupConfigData struct + Config string + Enabled bool + Mode string + State *RecalculationState + func (*GetGroupConfigData) Descriptor() ([]byte, []int) + func (*GetGroupConfigData) ProtoMessage() + func (m *GetGroupConfigData) Validate() error + func (m *GetGroupConfigData) ValidateAll() error + func (x *GetGroupConfigData) GetConfig() string + func (x *GetGroupConfigData) GetEnabled() bool + func (x *GetGroupConfigData) GetMode() string + func (x *GetGroupConfigData) GetState() *RecalculationState + func (x *GetGroupConfigData) ProtoReflect() protoreflect.Message + func (x *GetGroupConfigData) Reset() + func (x *GetGroupConfigData) String() string + type GetGroupConfigDataMultiError []error + func (m GetGroupConfigDataMultiError) AllErrors() []error + func (m GetGroupConfigDataMultiError) Error() string + type GetGroupConfigDataValidationError struct + func (e GetGroupConfigDataValidationError) Cause() error + func (e GetGroupConfigDataValidationError) Error() string + func (e GetGroupConfigDataValidationError) ErrorName() string + func (e GetGroupConfigDataValidationError) Field() string + func (e GetGroupConfigDataValidationError) Key() bool + func (e GetGroupConfigDataValidationError) Reason() string + type GetGroupConfigReply struct + Code int32 + Data *GetGroupConfigData + Message string + func (*GetGroupConfigReply) Descriptor() ([]byte, []int) + func (*GetGroupConfigReply) ProtoMessage() + func (m *GetGroupConfigReply) Validate() error + func (m *GetGroupConfigReply) ValidateAll() error + func (x *GetGroupConfigReply) GetCode() int32 + func (x *GetGroupConfigReply) GetData() *GetGroupConfigData + func (x *GetGroupConfigReply) GetMessage() string + func (x *GetGroupConfigReply) ProtoReflect() protoreflect.Message + func (x *GetGroupConfigReply) Reset() + func (x *GetGroupConfigReply) String() string + type GetGroupConfigReplyMultiError []error + func (m GetGroupConfigReplyMultiError) AllErrors() []error + func (m GetGroupConfigReplyMultiError) Error() string + type GetGroupConfigReplyValidationError struct + func (e GetGroupConfigReplyValidationError) Cause() error + func (e GetGroupConfigReplyValidationError) Error() string + func (e GetGroupConfigReplyValidationError) ErrorName() string + func (e GetGroupConfigReplyValidationError) Field() string + func (e GetGroupConfigReplyValidationError) Key() bool + func (e GetGroupConfigReplyValidationError) Reason() string + type GetGroupConfigRequest struct + Keys []string + func (*GetGroupConfigRequest) Descriptor() ([]byte, []int) + func (*GetGroupConfigRequest) ProtoMessage() + func (m *GetGroupConfigRequest) Validate() error + func (m *GetGroupConfigRequest) ValidateAll() error + func (x *GetGroupConfigRequest) GetKeys() []string + func (x *GetGroupConfigRequest) ProtoReflect() protoreflect.Message + func (x *GetGroupConfigRequest) Reset() + func (x *GetGroupConfigRequest) String() string + type GetGroupConfigRequestMultiError []error + func (m GetGroupConfigRequestMultiError) AllErrors() []error + func (m GetGroupConfigRequestMultiError) Error() string + type GetGroupConfigRequestValidationError struct + func (e GetGroupConfigRequestValidationError) Cause() error + func (e GetGroupConfigRequestValidationError) Error() string + func (e GetGroupConfigRequestValidationError) ErrorName() string + func (e GetGroupConfigRequestValidationError) Field() string + func (e GetGroupConfigRequestValidationError) Key() bool + func (e GetGroupConfigRequestValidationError) Reason() string + type GetGroupHistoryData struct + List []*GroupHistory + Total int32 + func (*GetGroupHistoryData) Descriptor() ([]byte, []int) + func (*GetGroupHistoryData) ProtoMessage() + func (m *GetGroupHistoryData) Validate() error + func (m *GetGroupHistoryData) ValidateAll() error + func (x *GetGroupHistoryData) GetList() []*GroupHistory + func (x *GetGroupHistoryData) GetTotal() int32 + func (x *GetGroupHistoryData) ProtoReflect() protoreflect.Message + func (x *GetGroupHistoryData) Reset() + func (x *GetGroupHistoryData) String() string + type GetGroupHistoryDataMultiError []error + func (m GetGroupHistoryDataMultiError) AllErrors() []error + func (m GetGroupHistoryDataMultiError) Error() string + type GetGroupHistoryDataValidationError struct + func (e GetGroupHistoryDataValidationError) Cause() error + func (e GetGroupHistoryDataValidationError) Error() string + func (e GetGroupHistoryDataValidationError) ErrorName() string + func (e GetGroupHistoryDataValidationError) Field() string + func (e GetGroupHistoryDataValidationError) Key() bool + func (e GetGroupHistoryDataValidationError) Reason() string + type GetGroupHistoryDetailReply struct + Code int32 + Data *GroupHistoryDetail + Message string + func (*GetGroupHistoryDetailReply) Descriptor() ([]byte, []int) + func (*GetGroupHistoryDetailReply) ProtoMessage() + func (m *GetGroupHistoryDetailReply) Validate() error + func (m *GetGroupHistoryDetailReply) ValidateAll() error + func (x *GetGroupHistoryDetailReply) GetCode() int32 + func (x *GetGroupHistoryDetailReply) GetData() *GroupHistoryDetail + func (x *GetGroupHistoryDetailReply) GetMessage() string + func (x *GetGroupHistoryDetailReply) ProtoReflect() protoreflect.Message + func (x *GetGroupHistoryDetailReply) Reset() + func (x *GetGroupHistoryDetailReply) String() string + type GetGroupHistoryDetailReplyMultiError []error + func (m GetGroupHistoryDetailReplyMultiError) AllErrors() []error + func (m GetGroupHistoryDetailReplyMultiError) Error() string + type GetGroupHistoryDetailReplyValidationError struct + func (e GetGroupHistoryDetailReplyValidationError) Cause() error + func (e GetGroupHistoryDetailReplyValidationError) Error() string + func (e GetGroupHistoryDetailReplyValidationError) ErrorName() string + func (e GetGroupHistoryDetailReplyValidationError) Field() string + func (e GetGroupHistoryDetailReplyValidationError) Key() bool + func (e GetGroupHistoryDetailReplyValidationError) Reason() string + type GetGroupHistoryDetailRequest struct + Id int64 + func (*GetGroupHistoryDetailRequest) Descriptor() ([]byte, []int) + func (*GetGroupHistoryDetailRequest) ProtoMessage() + func (m *GetGroupHistoryDetailRequest) Validate() error + func (m *GetGroupHistoryDetailRequest) ValidateAll() error + func (x *GetGroupHistoryDetailRequest) GetId() int64 + func (x *GetGroupHistoryDetailRequest) ProtoReflect() protoreflect.Message + func (x *GetGroupHistoryDetailRequest) Reset() + func (x *GetGroupHistoryDetailRequest) String() string + type GetGroupHistoryDetailRequestMultiError []error + func (m GetGroupHistoryDetailRequestMultiError) AllErrors() []error + func (m GetGroupHistoryDetailRequestMultiError) Error() string + type GetGroupHistoryDetailRequestValidationError struct + func (e GetGroupHistoryDetailRequestValidationError) Cause() error + func (e GetGroupHistoryDetailRequestValidationError) Error() string + func (e GetGroupHistoryDetailRequestValidationError) ErrorName() string + func (e GetGroupHistoryDetailRequestValidationError) Field() string + func (e GetGroupHistoryDetailRequestValidationError) Key() bool + func (e GetGroupHistoryDetailRequestValidationError) Reason() string + type GetGroupHistoryReply struct + Code int32 + Data *GetGroupHistoryData + Message string + func (*GetGroupHistoryReply) Descriptor() ([]byte, []int) + func (*GetGroupHistoryReply) ProtoMessage() + func (m *GetGroupHistoryReply) Validate() error + func (m *GetGroupHistoryReply) ValidateAll() error + func (x *GetGroupHistoryReply) GetCode() int32 + func (x *GetGroupHistoryReply) GetData() *GetGroupHistoryData + func (x *GetGroupHistoryReply) GetMessage() string + func (x *GetGroupHistoryReply) ProtoReflect() protoreflect.Message + func (x *GetGroupHistoryReply) Reset() + func (x *GetGroupHistoryReply) String() string + type GetGroupHistoryReplyMultiError []error + func (m GetGroupHistoryReplyMultiError) AllErrors() []error + func (m GetGroupHistoryReplyMultiError) Error() string + type GetGroupHistoryReplyValidationError struct + func (e GetGroupHistoryReplyValidationError) Cause() error + func (e GetGroupHistoryReplyValidationError) Error() string + func (e GetGroupHistoryReplyValidationError) ErrorName() string + func (e GetGroupHistoryReplyValidationError) Field() string + func (e GetGroupHistoryReplyValidationError) Key() bool + func (e GetGroupHistoryReplyValidationError) Reason() string + type GetGroupHistoryRequest struct + GroupMode string + Page int64 + Size int64 + TriggerType string + func (*GetGroupHistoryRequest) Descriptor() ([]byte, []int) + func (*GetGroupHistoryRequest) ProtoMessage() + func (m *GetGroupHistoryRequest) Validate() error + func (m *GetGroupHistoryRequest) ValidateAll() error + func (x *GetGroupHistoryRequest) GetGroupMode() string + func (x *GetGroupHistoryRequest) GetPage() int64 + func (x *GetGroupHistoryRequest) GetSize() int64 + func (x *GetGroupHistoryRequest) GetTriggerType() string + func (x *GetGroupHistoryRequest) ProtoReflect() protoreflect.Message + func (x *GetGroupHistoryRequest) Reset() + func (x *GetGroupHistoryRequest) String() string + type GetGroupHistoryRequestMultiError []error + func (m GetGroupHistoryRequestMultiError) AllErrors() []error + func (m GetGroupHistoryRequestMultiError) Error() string + type GetGroupHistoryRequestValidationError struct + func (e GetGroupHistoryRequestValidationError) Cause() error + func (e GetGroupHistoryRequestValidationError) Error() string + func (e GetGroupHistoryRequestValidationError) ErrorName() string + func (e GetGroupHistoryRequestValidationError) Field() string + func (e GetGroupHistoryRequestValidationError) Key() bool + func (e GetGroupHistoryRequestValidationError) Reason() string + type GetNodeGroupListData struct + List []*NodeGroup + Total int32 + func (*GetNodeGroupListData) Descriptor() ([]byte, []int) + func (*GetNodeGroupListData) ProtoMessage() + func (m *GetNodeGroupListData) Validate() error + func (m *GetNodeGroupListData) ValidateAll() error + func (x *GetNodeGroupListData) GetList() []*NodeGroup + func (x *GetNodeGroupListData) GetTotal() int32 + func (x *GetNodeGroupListData) ProtoReflect() protoreflect.Message + func (x *GetNodeGroupListData) Reset() + func (x *GetNodeGroupListData) String() string + type GetNodeGroupListDataMultiError []error + func (m GetNodeGroupListDataMultiError) AllErrors() []error + func (m GetNodeGroupListDataMultiError) Error() string + type GetNodeGroupListDataValidationError struct + func (e GetNodeGroupListDataValidationError) Cause() error + func (e GetNodeGroupListDataValidationError) Error() string + func (e GetNodeGroupListDataValidationError) ErrorName() string + func (e GetNodeGroupListDataValidationError) Field() string + func (e GetNodeGroupListDataValidationError) Key() bool + func (e GetNodeGroupListDataValidationError) Reason() string + type GetNodeGroupListReply struct + Code int32 + Data *GetNodeGroupListData + Message string + func (*GetNodeGroupListReply) Descriptor() ([]byte, []int) + func (*GetNodeGroupListReply) ProtoMessage() + func (m *GetNodeGroupListReply) Validate() error + func (m *GetNodeGroupListReply) ValidateAll() error + func (x *GetNodeGroupListReply) GetCode() int32 + func (x *GetNodeGroupListReply) GetData() *GetNodeGroupListData + func (x *GetNodeGroupListReply) GetMessage() string + func (x *GetNodeGroupListReply) ProtoReflect() protoreflect.Message + func (x *GetNodeGroupListReply) Reset() + func (x *GetNodeGroupListReply) String() string + type GetNodeGroupListReplyMultiError []error + func (m GetNodeGroupListReplyMultiError) AllErrors() []error + func (m GetNodeGroupListReplyMultiError) Error() string + type GetNodeGroupListReplyValidationError struct + func (e GetNodeGroupListReplyValidationError) Cause() error + func (e GetNodeGroupListReplyValidationError) Error() string + func (e GetNodeGroupListReplyValidationError) ErrorName() string + func (e GetNodeGroupListReplyValidationError) Field() string + func (e GetNodeGroupListReplyValidationError) Key() bool + func (e GetNodeGroupListReplyValidationError) Reason() string + type GetNodeGroupListRequest struct + GroupId int64 + Page int64 + Size int64 + func (*GetNodeGroupListRequest) Descriptor() ([]byte, []int) + func (*GetNodeGroupListRequest) ProtoMessage() + func (m *GetNodeGroupListRequest) Validate() error + func (m *GetNodeGroupListRequest) ValidateAll() error + func (x *GetNodeGroupListRequest) GetGroupId() int64 + func (x *GetNodeGroupListRequest) GetPage() int64 + func (x *GetNodeGroupListRequest) GetSize() int64 + func (x *GetNodeGroupListRequest) ProtoReflect() protoreflect.Message + func (x *GetNodeGroupListRequest) Reset() + func (x *GetNodeGroupListRequest) String() string + type GetNodeGroupListRequestMultiError []error + func (m GetNodeGroupListRequestMultiError) AllErrors() []error + func (m GetNodeGroupListRequestMultiError) Error() string + type GetNodeGroupListRequestValidationError struct + func (e GetNodeGroupListRequestValidationError) Cause() error + func (e GetNodeGroupListRequestValidationError) Error() string + func (e GetNodeGroupListRequestValidationError) ErrorName() string + func (e GetNodeGroupListRequestValidationError) Field() string + func (e GetNodeGroupListRequestValidationError) Key() bool + func (e GetNodeGroupListRequestValidationError) Reason() string + type GetRecalculationStatusReply struct + Code int32 + Data *RecalculationState + Message string + func (*GetRecalculationStatusReply) Descriptor() ([]byte, []int) + func (*GetRecalculationStatusReply) ProtoMessage() + func (m *GetRecalculationStatusReply) Validate() error + func (m *GetRecalculationStatusReply) ValidateAll() error + func (x *GetRecalculationStatusReply) GetCode() int32 + func (x *GetRecalculationStatusReply) GetData() *RecalculationState + func (x *GetRecalculationStatusReply) GetMessage() string + func (x *GetRecalculationStatusReply) ProtoReflect() protoreflect.Message + func (x *GetRecalculationStatusReply) Reset() + func (x *GetRecalculationStatusReply) String() string + type GetRecalculationStatusReplyMultiError []error + func (m GetRecalculationStatusReplyMultiError) AllErrors() []error + func (m GetRecalculationStatusReplyMultiError) Error() string + type GetRecalculationStatusReplyValidationError struct + func (e GetRecalculationStatusReplyValidationError) Cause() error + func (e GetRecalculationStatusReplyValidationError) Error() string + func (e GetRecalculationStatusReplyValidationError) ErrorName() string + func (e GetRecalculationStatusReplyValidationError) Field() string + func (e GetRecalculationStatusReplyValidationError) Key() bool + func (e GetRecalculationStatusReplyValidationError) Reason() string + type GetRecalculationStatusRequest struct + func (*GetRecalculationStatusRequest) Descriptor() ([]byte, []int) + func (*GetRecalculationStatusRequest) ProtoMessage() + func (m *GetRecalculationStatusRequest) Validate() error + func (m *GetRecalculationStatusRequest) ValidateAll() error + func (x *GetRecalculationStatusRequest) ProtoReflect() protoreflect.Message + func (x *GetRecalculationStatusRequest) Reset() + func (x *GetRecalculationStatusRequest) String() string + type GetRecalculationStatusRequestMultiError []error + func (m GetRecalculationStatusRequestMultiError) AllErrors() []error + func (m GetRecalculationStatusRequestMultiError) Error() string + type GetRecalculationStatusRequestValidationError struct + func (e GetRecalculationStatusRequestValidationError) Cause() error + func (e GetRecalculationStatusRequestValidationError) Error() string + func (e GetRecalculationStatusRequestValidationError) ErrorName() string + func (e GetRecalculationStatusRequestValidationError) Field() string + func (e GetRecalculationStatusRequestValidationError) Key() bool + func (e GetRecalculationStatusRequestValidationError) Reason() string + type GetSubscribeGroupMappingData struct + List []*SubscribeGroupMappingItem + func (*GetSubscribeGroupMappingData) Descriptor() ([]byte, []int) + func (*GetSubscribeGroupMappingData) ProtoMessage() + func (m *GetSubscribeGroupMappingData) Validate() error + func (m *GetSubscribeGroupMappingData) ValidateAll() error + func (x *GetSubscribeGroupMappingData) GetList() []*SubscribeGroupMappingItem + func (x *GetSubscribeGroupMappingData) ProtoReflect() protoreflect.Message + func (x *GetSubscribeGroupMappingData) Reset() + func (x *GetSubscribeGroupMappingData) String() string + type GetSubscribeGroupMappingDataMultiError []error + func (m GetSubscribeGroupMappingDataMultiError) AllErrors() []error + func (m GetSubscribeGroupMappingDataMultiError) Error() string + type GetSubscribeGroupMappingDataValidationError struct + func (e GetSubscribeGroupMappingDataValidationError) Cause() error + func (e GetSubscribeGroupMappingDataValidationError) Error() string + func (e GetSubscribeGroupMappingDataValidationError) ErrorName() string + func (e GetSubscribeGroupMappingDataValidationError) Field() string + func (e GetSubscribeGroupMappingDataValidationError) Key() bool + func (e GetSubscribeGroupMappingDataValidationError) Reason() string + type GetSubscribeGroupMappingReply struct + Code int32 + Data *GetSubscribeGroupMappingData + Message string + func (*GetSubscribeGroupMappingReply) Descriptor() ([]byte, []int) + func (*GetSubscribeGroupMappingReply) ProtoMessage() + func (m *GetSubscribeGroupMappingReply) Validate() error + func (m *GetSubscribeGroupMappingReply) ValidateAll() error + func (x *GetSubscribeGroupMappingReply) GetCode() int32 + func (x *GetSubscribeGroupMappingReply) GetData() *GetSubscribeGroupMappingData + func (x *GetSubscribeGroupMappingReply) GetMessage() string + func (x *GetSubscribeGroupMappingReply) ProtoReflect() protoreflect.Message + func (x *GetSubscribeGroupMappingReply) Reset() + func (x *GetSubscribeGroupMappingReply) String() string + type GetSubscribeGroupMappingReplyMultiError []error + func (m GetSubscribeGroupMappingReplyMultiError) AllErrors() []error + func (m GetSubscribeGroupMappingReplyMultiError) Error() string + type GetSubscribeGroupMappingReplyValidationError struct + func (e GetSubscribeGroupMappingReplyValidationError) Cause() error + func (e GetSubscribeGroupMappingReplyValidationError) Error() string + func (e GetSubscribeGroupMappingReplyValidationError) ErrorName() string + func (e GetSubscribeGroupMappingReplyValidationError) Field() string + func (e GetSubscribeGroupMappingReplyValidationError) Key() bool + func (e GetSubscribeGroupMappingReplyValidationError) Reason() string + type GetSubscribeGroupMappingRequest struct + func (*GetSubscribeGroupMappingRequest) Descriptor() ([]byte, []int) + func (*GetSubscribeGroupMappingRequest) ProtoMessage() + func (m *GetSubscribeGroupMappingRequest) Validate() error + func (m *GetSubscribeGroupMappingRequest) ValidateAll() error + func (x *GetSubscribeGroupMappingRequest) ProtoReflect() protoreflect.Message + func (x *GetSubscribeGroupMappingRequest) Reset() + func (x *GetSubscribeGroupMappingRequest) String() string + type GetSubscribeGroupMappingRequestMultiError []error + func (m GetSubscribeGroupMappingRequestMultiError) AllErrors() []error + func (m GetSubscribeGroupMappingRequestMultiError) Error() string + type GetSubscribeGroupMappingRequestValidationError struct + func (e GetSubscribeGroupMappingRequestValidationError) Cause() error + func (e GetSubscribeGroupMappingRequestValidationError) Error() string + func (e GetSubscribeGroupMappingRequestValidationError) ErrorName() string + func (e GetSubscribeGroupMappingRequestValidationError) Field() string + func (e GetSubscribeGroupMappingRequestValidationError) Key() bool + func (e GetSubscribeGroupMappingRequestValidationError) Reason() string + type GroupClient interface + CreateNodeGroup func(ctx context.Context, in *CreateNodeGroupRequest, opts ...grpc.CallOption) (*CreateNodeGroupReply, error) + DeleteNodeGroup func(ctx context.Context, in *DeleteNodeGroupRequest, opts ...grpc.CallOption) (*DeleteNodeGroupReply, error) + ExportGroupResult func(ctx context.Context, in *ExportGroupResultRequest, opts ...grpc.CallOption) (*ExportGroupResultReply, error) + GetGroupConfig func(ctx context.Context, in *GetGroupConfigRequest, opts ...grpc.CallOption) (*GetGroupConfigReply, error) + GetGroupHistory func(ctx context.Context, in *GetGroupHistoryRequest, opts ...grpc.CallOption) (*GetGroupHistoryReply, error) + GetGroupHistoryDetail func(ctx context.Context, in *GetGroupHistoryDetailRequest, opts ...grpc.CallOption) (*GetGroupHistoryDetailReply, error) + GetNodeGroupList func(ctx context.Context, in *GetNodeGroupListRequest, opts ...grpc.CallOption) (*GetNodeGroupListReply, error) + GetRecalculationStatus func(ctx context.Context, in *GetRecalculationStatusRequest, ...) (*GetRecalculationStatusReply, error) + GetSubscribeGroupMapping func(ctx context.Context, in *GetSubscribeGroupMappingRequest, ...) (*GetSubscribeGroupMappingReply, error) + MigrateUsers func(ctx context.Context, in *MigrateUsersRequest, opts ...grpc.CallOption) (*MigrateUsersReply, error) + PreviewUserNodes func(ctx context.Context, in *PreviewUserNodesRequest, opts ...grpc.CallOption) (*PreviewUserNodesReply, error) + RecalculateGroup func(ctx context.Context, in *RecalculateGroupRequest, opts ...grpc.CallOption) (*RecalculateGroupReply, error) + ResetGroups func(ctx context.Context, in *ResetGroupsRequest, opts ...grpc.CallOption) (*ResetGroupsReply, error) + UpdateGroupConfig func(ctx context.Context, in *UpdateGroupConfigRequest, opts ...grpc.CallOption) (*UpdateGroupConfigReply, error) + UpdateNodeGroup func(ctx context.Context, in *UpdateNodeGroupRequest, opts ...grpc.CallOption) (*UpdateNodeGroupReply, error) + func NewGroupClient(cc grpc.ClientConnInterface) GroupClient + type GroupConfig struct + Config string + Enabled bool + Mode string + func (*GroupConfig) Descriptor() ([]byte, []int) + func (*GroupConfig) ProtoMessage() + func (m *GroupConfig) Validate() error + func (m *GroupConfig) ValidateAll() error + func (x *GroupConfig) GetConfig() string + func (x *GroupConfig) GetEnabled() bool + func (x *GroupConfig) GetMode() string + func (x *GroupConfig) ProtoReflect() protoreflect.Message + func (x *GroupConfig) Reset() + func (x *GroupConfig) String() string + type GroupConfigMultiError []error + func (m GroupConfigMultiError) AllErrors() []error + func (m GroupConfigMultiError) Error() string + type GroupConfigValidationError struct + func (e GroupConfigValidationError) Cause() error + func (e GroupConfigValidationError) Error() string + func (e GroupConfigValidationError) ErrorName() string + func (e GroupConfigValidationError) Field() string + func (e GroupConfigValidationError) Key() bool + func (e GroupConfigValidationError) Reason() string + type GroupHTTPClient interface + CreateNodeGroup func(ctx context.Context, req *CreateNodeGroupRequest, opts ...http.CallOption) (rsp *CreateNodeGroupReply, err error) + DeleteNodeGroup func(ctx context.Context, req *DeleteNodeGroupRequest, opts ...http.CallOption) (rsp *DeleteNodeGroupReply, err error) + ExportGroupResult func(ctx context.Context, req *ExportGroupResultRequest, opts ...http.CallOption) (rsp *ExportGroupResultReply, err error) + GetGroupConfig func(ctx context.Context, req *GetGroupConfigRequest, opts ...http.CallOption) (rsp *GetGroupConfigReply, err error) + GetGroupHistory func(ctx context.Context, req *GetGroupHistoryRequest, opts ...http.CallOption) (rsp *GetGroupHistoryReply, err error) + GetGroupHistoryDetail func(ctx context.Context, req *GetGroupHistoryDetailRequest, ...) (rsp *GetGroupHistoryDetailReply, err error) + GetNodeGroupList func(ctx context.Context, req *GetNodeGroupListRequest, opts ...http.CallOption) (rsp *GetNodeGroupListReply, err error) + GetRecalculationStatus func(ctx context.Context, req *GetRecalculationStatusRequest, ...) (rsp *GetRecalculationStatusReply, err error) + GetSubscribeGroupMapping func(ctx context.Context, req *GetSubscribeGroupMappingRequest, ...) (rsp *GetSubscribeGroupMappingReply, err error) + MigrateUsers func(ctx context.Context, req *MigrateUsersRequest, opts ...http.CallOption) (rsp *MigrateUsersReply, err error) + PreviewUserNodes func(ctx context.Context, req *PreviewUserNodesRequest, opts ...http.CallOption) (rsp *PreviewUserNodesReply, err error) + RecalculateGroup func(ctx context.Context, req *RecalculateGroupRequest, opts ...http.CallOption) (rsp *RecalculateGroupReply, err error) + ResetGroups func(ctx context.Context, req *ResetGroupsRequest, opts ...http.CallOption) (rsp *ResetGroupsReply, err error) + UpdateGroupConfig func(ctx context.Context, req *UpdateGroupConfigRequest, opts ...http.CallOption) (rsp *UpdateGroupConfigReply, err error) + UpdateNodeGroup func(ctx context.Context, req *UpdateNodeGroupRequest, opts ...http.CallOption) (rsp *UpdateNodeGroupReply, err error) + func NewGroupHTTPClient(client *http.Client) GroupHTTPClient + type GroupHTTPClientImpl struct + func (c *GroupHTTPClientImpl) CreateNodeGroup(ctx context.Context, in *CreateNodeGroupRequest, opts ...http.CallOption) (*CreateNodeGroupReply, error) + func (c *GroupHTTPClientImpl) DeleteNodeGroup(ctx context.Context, in *DeleteNodeGroupRequest, opts ...http.CallOption) (*DeleteNodeGroupReply, error) + func (c *GroupHTTPClientImpl) ExportGroupResult(ctx context.Context, in *ExportGroupResultRequest, opts ...http.CallOption) (*ExportGroupResultReply, error) + func (c *GroupHTTPClientImpl) GetGroupConfig(ctx context.Context, in *GetGroupConfigRequest, opts ...http.CallOption) (*GetGroupConfigReply, error) + func (c *GroupHTTPClientImpl) GetGroupHistory(ctx context.Context, in *GetGroupHistoryRequest, opts ...http.CallOption) (*GetGroupHistoryReply, error) + func (c *GroupHTTPClientImpl) GetGroupHistoryDetail(ctx context.Context, in *GetGroupHistoryDetailRequest, opts ...http.CallOption) (*GetGroupHistoryDetailReply, error) + func (c *GroupHTTPClientImpl) GetNodeGroupList(ctx context.Context, in *GetNodeGroupListRequest, opts ...http.CallOption) (*GetNodeGroupListReply, error) + func (c *GroupHTTPClientImpl) GetRecalculationStatus(ctx context.Context, in *GetRecalculationStatusRequest, ...) (*GetRecalculationStatusReply, error) + func (c *GroupHTTPClientImpl) GetSubscribeGroupMapping(ctx context.Context, in *GetSubscribeGroupMappingRequest, ...) (*GetSubscribeGroupMappingReply, error) + func (c *GroupHTTPClientImpl) MigrateUsers(ctx context.Context, in *MigrateUsersRequest, opts ...http.CallOption) (*MigrateUsersReply, error) + func (c *GroupHTTPClientImpl) PreviewUserNodes(ctx context.Context, in *PreviewUserNodesRequest, opts ...http.CallOption) (*PreviewUserNodesReply, error) + func (c *GroupHTTPClientImpl) RecalculateGroup(ctx context.Context, in *RecalculateGroupRequest, opts ...http.CallOption) (*RecalculateGroupReply, error) + func (c *GroupHTTPClientImpl) ResetGroups(ctx context.Context, in *ResetGroupsRequest, opts ...http.CallOption) (*ResetGroupsReply, error) + func (c *GroupHTTPClientImpl) UpdateGroupConfig(ctx context.Context, in *UpdateGroupConfigRequest, opts ...http.CallOption) (*UpdateGroupConfigReply, error) + func (c *GroupHTTPClientImpl) UpdateNodeGroup(ctx context.Context, in *UpdateNodeGroupRequest, opts ...http.CallOption) (*UpdateNodeGroupReply, error) + type GroupHTTPServer interface + CreateNodeGroup func(context.Context, *CreateNodeGroupRequest) (*CreateNodeGroupReply, error) + DeleteNodeGroup func(context.Context, *DeleteNodeGroupRequest) (*DeleteNodeGroupReply, error) + ExportGroupResult func(context.Context, *ExportGroupResultRequest) (*ExportGroupResultReply, error) + GetGroupConfig func(context.Context, *GetGroupConfigRequest) (*GetGroupConfigReply, error) + GetGroupHistory func(context.Context, *GetGroupHistoryRequest) (*GetGroupHistoryReply, error) + GetGroupHistoryDetail func(context.Context, *GetGroupHistoryDetailRequest) (*GetGroupHistoryDetailReply, error) + GetNodeGroupList func(context.Context, *GetNodeGroupListRequest) (*GetNodeGroupListReply, error) + GetRecalculationStatus func(context.Context, *GetRecalculationStatusRequest) (*GetRecalculationStatusReply, error) + GetSubscribeGroupMapping func(context.Context, *GetSubscribeGroupMappingRequest) (*GetSubscribeGroupMappingReply, error) + MigrateUsers func(context.Context, *MigrateUsersRequest) (*MigrateUsersReply, error) + PreviewUserNodes func(context.Context, *PreviewUserNodesRequest) (*PreviewUserNodesReply, error) + RecalculateGroup func(context.Context, *RecalculateGroupRequest) (*RecalculateGroupReply, error) + ResetGroups func(context.Context, *ResetGroupsRequest) (*ResetGroupsReply, error) + UpdateGroupConfig func(context.Context, *UpdateGroupConfigRequest) (*UpdateGroupConfigReply, error) + UpdateNodeGroup func(context.Context, *UpdateNodeGroupRequest) (*UpdateNodeGroupReply, error) + type GroupHistory struct + CreatedAt int64 + EndTime *int64 + ErrorLog string + FailedCount int32 + GroupMode string + Id int64 + Operator string + StartTime *int64 + SuccessCount int32 + TotalUsers int32 + TriggerType string + func (*GroupHistory) Descriptor() ([]byte, []int) + func (*GroupHistory) ProtoMessage() + func (m *GroupHistory) Validate() error + func (m *GroupHistory) ValidateAll() error + func (x *GroupHistory) GetCreatedAt() int64 + func (x *GroupHistory) GetEndTime() int64 + func (x *GroupHistory) GetErrorLog() string + func (x *GroupHistory) GetFailedCount() int32 + func (x *GroupHistory) GetGroupMode() string + func (x *GroupHistory) GetId() int64 + func (x *GroupHistory) GetOperator() string + func (x *GroupHistory) GetStartTime() int64 + func (x *GroupHistory) GetSuccessCount() int32 + func (x *GroupHistory) GetTotalUsers() int32 + func (x *GroupHistory) GetTriggerType() string + func (x *GroupHistory) ProtoReflect() protoreflect.Message + func (x *GroupHistory) Reset() + func (x *GroupHistory) String() string + type GroupHistoryDetail struct + ConfigSnapshot string + CreatedAt int64 + EndTime *int64 + ErrorLog string + FailedCount int32 + GroupDetails []*GroupHistoryDetailItem + GroupMode string + Id int64 + Operator string + StartTime *int64 + SuccessCount int32 + TotalUsers int32 + TriggerType string + func (*GroupHistoryDetail) Descriptor() ([]byte, []int) + func (*GroupHistoryDetail) ProtoMessage() + func (m *GroupHistoryDetail) Validate() error + func (m *GroupHistoryDetail) ValidateAll() error + func (x *GroupHistoryDetail) GetConfigSnapshot() string + func (x *GroupHistoryDetail) GetCreatedAt() int64 + func (x *GroupHistoryDetail) GetEndTime() int64 + func (x *GroupHistoryDetail) GetErrorLog() string + func (x *GroupHistoryDetail) GetFailedCount() int32 + func (x *GroupHistoryDetail) GetGroupDetails() []*GroupHistoryDetailItem + func (x *GroupHistoryDetail) GetGroupMode() string + func (x *GroupHistoryDetail) GetId() int64 + func (x *GroupHistoryDetail) GetOperator() string + func (x *GroupHistoryDetail) GetStartTime() int64 + func (x *GroupHistoryDetail) GetSuccessCount() int32 + func (x *GroupHistoryDetail) GetTotalUsers() int32 + func (x *GroupHistoryDetail) GetTriggerType() string + func (x *GroupHistoryDetail) ProtoReflect() protoreflect.Message + func (x *GroupHistoryDetail) Reset() + func (x *GroupHistoryDetail) String() string + type GroupHistoryDetailItem struct + CreatedAt int64 + HistoryId int64 + Id int64 + NodeCount int32 + NodeGroupId int64 + UserCount int32 + UserData string + UserGroupId int64 + func (*GroupHistoryDetailItem) Descriptor() ([]byte, []int) + func (*GroupHistoryDetailItem) ProtoMessage() + func (m *GroupHistoryDetailItem) Validate() error + func (m *GroupHistoryDetailItem) ValidateAll() error + func (x *GroupHistoryDetailItem) GetCreatedAt() int64 + func (x *GroupHistoryDetailItem) GetHistoryId() int64 + func (x *GroupHistoryDetailItem) GetId() int64 + func (x *GroupHistoryDetailItem) GetNodeCount() int32 + func (x *GroupHistoryDetailItem) GetNodeGroupId() int64 + func (x *GroupHistoryDetailItem) GetUserCount() int32 + func (x *GroupHistoryDetailItem) GetUserData() string + func (x *GroupHistoryDetailItem) GetUserGroupId() int64 + func (x *GroupHistoryDetailItem) ProtoReflect() protoreflect.Message + func (x *GroupHistoryDetailItem) Reset() + func (x *GroupHistoryDetailItem) String() string + type GroupHistoryDetailItemMultiError []error + func (m GroupHistoryDetailItemMultiError) AllErrors() []error + func (m GroupHistoryDetailItemMultiError) Error() string + type GroupHistoryDetailItemValidationError struct + func (e GroupHistoryDetailItemValidationError) Cause() error + func (e GroupHistoryDetailItemValidationError) Error() string + func (e GroupHistoryDetailItemValidationError) ErrorName() string + func (e GroupHistoryDetailItemValidationError) Field() string + func (e GroupHistoryDetailItemValidationError) Key() bool + func (e GroupHistoryDetailItemValidationError) Reason() string + type GroupHistoryDetailMultiError []error + func (m GroupHistoryDetailMultiError) AllErrors() []error + func (m GroupHistoryDetailMultiError) Error() string + type GroupHistoryDetailValidationError struct + func (e GroupHistoryDetailValidationError) Cause() error + func (e GroupHistoryDetailValidationError) Error() string + func (e GroupHistoryDetailValidationError) ErrorName() string + func (e GroupHistoryDetailValidationError) Field() string + func (e GroupHistoryDetailValidationError) Key() bool + func (e GroupHistoryDetailValidationError) Reason() string + type GroupHistoryMultiError []error + func (m GroupHistoryMultiError) AllErrors() []error + func (m GroupHistoryMultiError) Error() string + type GroupHistoryValidationError struct + func (e GroupHistoryValidationError) Cause() error + func (e GroupHistoryValidationError) Error() string + func (e GroupHistoryValidationError) ErrorName() string + func (e GroupHistoryValidationError) Field() string + func (e GroupHistoryValidationError) Key() bool + func (e GroupHistoryValidationError) Reason() string + type GroupServer interface + CreateNodeGroup func(context.Context, *CreateNodeGroupRequest) (*CreateNodeGroupReply, error) + DeleteNodeGroup func(context.Context, *DeleteNodeGroupRequest) (*DeleteNodeGroupReply, error) + ExportGroupResult func(context.Context, *ExportGroupResultRequest) (*ExportGroupResultReply, error) + GetGroupConfig func(context.Context, *GetGroupConfigRequest) (*GetGroupConfigReply, error) + GetGroupHistory func(context.Context, *GetGroupHistoryRequest) (*GetGroupHistoryReply, error) + GetGroupHistoryDetail func(context.Context, *GetGroupHistoryDetailRequest) (*GetGroupHistoryDetailReply, error) + GetNodeGroupList func(context.Context, *GetNodeGroupListRequest) (*GetNodeGroupListReply, error) + GetRecalculationStatus func(context.Context, *GetRecalculationStatusRequest) (*GetRecalculationStatusReply, error) + GetSubscribeGroupMapping func(context.Context, *GetSubscribeGroupMappingRequest) (*GetSubscribeGroupMappingReply, error) + MigrateUsers func(context.Context, *MigrateUsersRequest) (*MigrateUsersReply, error) + PreviewUserNodes func(context.Context, *PreviewUserNodesRequest) (*PreviewUserNodesReply, error) + RecalculateGroup func(context.Context, *RecalculateGroupRequest) (*RecalculateGroupReply, error) + ResetGroups func(context.Context, *ResetGroupsRequest) (*ResetGroupsReply, error) + UpdateGroupConfig func(context.Context, *UpdateGroupConfigRequest) (*UpdateGroupConfigReply, error) + UpdateNodeGroup func(context.Context, *UpdateNodeGroupRequest) (*UpdateNodeGroupReply, error) + type MigrateUsersData struct + FailedCount int32 + SuccessCount int32 + func (*MigrateUsersData) Descriptor() ([]byte, []int) + func (*MigrateUsersData) ProtoMessage() + func (m *MigrateUsersData) Validate() error + func (m *MigrateUsersData) ValidateAll() error + func (x *MigrateUsersData) GetFailedCount() int32 + func (x *MigrateUsersData) GetSuccessCount() int32 + func (x *MigrateUsersData) ProtoReflect() protoreflect.Message + func (x *MigrateUsersData) Reset() + func (x *MigrateUsersData) String() string + type MigrateUsersDataMultiError []error + func (m MigrateUsersDataMultiError) AllErrors() []error + func (m MigrateUsersDataMultiError) Error() string + type MigrateUsersDataValidationError struct + func (e MigrateUsersDataValidationError) Cause() error + func (e MigrateUsersDataValidationError) Error() string + func (e MigrateUsersDataValidationError) ErrorName() string + func (e MigrateUsersDataValidationError) Field() string + func (e MigrateUsersDataValidationError) Key() bool + func (e MigrateUsersDataValidationError) Reason() string + type MigrateUsersReply struct + Code int32 + Data *MigrateUsersData + Message string + func (*MigrateUsersReply) Descriptor() ([]byte, []int) + func (*MigrateUsersReply) ProtoMessage() + func (m *MigrateUsersReply) Validate() error + func (m *MigrateUsersReply) ValidateAll() error + func (x *MigrateUsersReply) GetCode() int32 + func (x *MigrateUsersReply) GetData() *MigrateUsersData + func (x *MigrateUsersReply) GetMessage() string + func (x *MigrateUsersReply) ProtoReflect() protoreflect.Message + func (x *MigrateUsersReply) Reset() + func (x *MigrateUsersReply) String() string + type MigrateUsersReplyMultiError []error + func (m MigrateUsersReplyMultiError) AllErrors() []error + func (m MigrateUsersReplyMultiError) Error() string + type MigrateUsersReplyValidationError struct + func (e MigrateUsersReplyValidationError) Cause() error + func (e MigrateUsersReplyValidationError) Error() string + func (e MigrateUsersReplyValidationError) ErrorName() string + func (e MigrateUsersReplyValidationError) Field() string + func (e MigrateUsersReplyValidationError) Key() bool + func (e MigrateUsersReplyValidationError) Reason() string + type MigrateUsersRequest struct + FromUserGroupId int64 + IncludeLocked bool + ToUserGroupId int64 + func (*MigrateUsersRequest) Descriptor() ([]byte, []int) + func (*MigrateUsersRequest) ProtoMessage() + func (m *MigrateUsersRequest) Validate() error + func (m *MigrateUsersRequest) ValidateAll() error + func (x *MigrateUsersRequest) GetFromUserGroupId() int64 + func (x *MigrateUsersRequest) GetIncludeLocked() bool + func (x *MigrateUsersRequest) GetToUserGroupId() int64 + func (x *MigrateUsersRequest) ProtoReflect() protoreflect.Message + func (x *MigrateUsersRequest) Reset() + func (x *MigrateUsersRequest) String() string + type MigrateUsersRequestMultiError []error + func (m MigrateUsersRequestMultiError) AllErrors() []error + func (m MigrateUsersRequestMultiError) Error() string + type MigrateUsersRequestValidationError struct + func (e MigrateUsersRequestValidationError) Cause() error + func (e MigrateUsersRequestValidationError) Error() string + func (e MigrateUsersRequestValidationError) ErrorName() string + func (e MigrateUsersRequestValidationError) Field() string + func (e MigrateUsersRequestValidationError) Key() bool + func (e MigrateUsersRequestValidationError) Reason() string + type Node struct + Address string + Id int64 + Name string + Port int32 + Sort int32 + Tags string + 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) GetId() int64 + func (x *Node) GetName() string + func (x *Node) GetPort() int32 + func (x *Node) GetSort() int32 + func (x *Node) GetTags() string + func (x *Node) ProtoReflect() protoreflect.Message + func (x *Node) Reset() + func (x *Node) String() string + type NodeGroup struct + CreatedAt int64 + Description string + ExpiredDaysLimit int32 + ForCalculation bool + Id int64 + IsExpiredGroup bool + MaxTrafficGb int64 + MaxTrafficGbExpired int64 + MinTrafficGb int64 + Name string + NodeCount int64 + Sort int32 + SpeedLimit int32 + Type string + UpdatedAt int64 + func (*NodeGroup) Descriptor() ([]byte, []int) + func (*NodeGroup) ProtoMessage() + func (m *NodeGroup) Validate() error + func (m *NodeGroup) ValidateAll() error + func (x *NodeGroup) GetCreatedAt() int64 + func (x *NodeGroup) GetDescription() string + func (x *NodeGroup) GetExpiredDaysLimit() int32 + func (x *NodeGroup) GetForCalculation() bool + func (x *NodeGroup) GetId() int64 + func (x *NodeGroup) GetIsExpiredGroup() bool + func (x *NodeGroup) GetMaxTrafficGb() int64 + func (x *NodeGroup) GetMaxTrafficGbExpired() int64 + func (x *NodeGroup) GetMinTrafficGb() int64 + func (x *NodeGroup) GetName() string + func (x *NodeGroup) GetNodeCount() int64 + func (x *NodeGroup) GetSort() int32 + func (x *NodeGroup) GetSpeedLimit() int32 + func (x *NodeGroup) GetType() string + func (x *NodeGroup) GetUpdatedAt() int64 + func (x *NodeGroup) ProtoReflect() protoreflect.Message + func (x *NodeGroup) Reset() + func (x *NodeGroup) String() string + type NodeGroupItem struct + Id int64 + Name string + Nodes []*Node + func (*NodeGroupItem) Descriptor() ([]byte, []int) + func (*NodeGroupItem) ProtoMessage() + func (m *NodeGroupItem) Validate() error + func (m *NodeGroupItem) ValidateAll() error + func (x *NodeGroupItem) GetId() int64 + func (x *NodeGroupItem) GetName() string + func (x *NodeGroupItem) GetNodes() []*Node + func (x *NodeGroupItem) ProtoReflect() protoreflect.Message + func (x *NodeGroupItem) Reset() + func (x *NodeGroupItem) String() string + type NodeGroupItemMultiError []error + func (m NodeGroupItemMultiError) AllErrors() []error + func (m NodeGroupItemMultiError) Error() string + type NodeGroupItemValidationError struct + func (e NodeGroupItemValidationError) Cause() error + func (e NodeGroupItemValidationError) Error() string + func (e NodeGroupItemValidationError) ErrorName() string + func (e NodeGroupItemValidationError) Field() string + func (e NodeGroupItemValidationError) Key() bool + func (e NodeGroupItemValidationError) Reason() string + type NodeGroupMultiError []error + func (m NodeGroupMultiError) AllErrors() []error + func (m NodeGroupMultiError) Error() string + type NodeGroupValidationError struct + func (e NodeGroupValidationError) Cause() error + func (e NodeGroupValidationError) Error() string + func (e NodeGroupValidationError) ErrorName() string + func (e NodeGroupValidationError) Field() string + func (e NodeGroupValidationError) Key() bool + func (e NodeGroupValidationError) Reason() 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 PreviewUserNodesData struct + NodeGroups []*NodeGroupItem + UserId int64 + func (*PreviewUserNodesData) Descriptor() ([]byte, []int) + func (*PreviewUserNodesData) ProtoMessage() + func (m *PreviewUserNodesData) Validate() error + func (m *PreviewUserNodesData) ValidateAll() error + func (x *PreviewUserNodesData) GetNodeGroups() []*NodeGroupItem + func (x *PreviewUserNodesData) GetUserId() int64 + func (x *PreviewUserNodesData) ProtoReflect() protoreflect.Message + func (x *PreviewUserNodesData) Reset() + func (x *PreviewUserNodesData) String() string + type PreviewUserNodesDataMultiError []error + func (m PreviewUserNodesDataMultiError) AllErrors() []error + func (m PreviewUserNodesDataMultiError) Error() string + type PreviewUserNodesDataValidationError struct + func (e PreviewUserNodesDataValidationError) Cause() error + func (e PreviewUserNodesDataValidationError) Error() string + func (e PreviewUserNodesDataValidationError) ErrorName() string + func (e PreviewUserNodesDataValidationError) Field() string + func (e PreviewUserNodesDataValidationError) Key() bool + func (e PreviewUserNodesDataValidationError) Reason() string + type PreviewUserNodesReply struct + Code int32 + Data *PreviewUserNodesData + Message string + func (*PreviewUserNodesReply) Descriptor() ([]byte, []int) + func (*PreviewUserNodesReply) ProtoMessage() + func (m *PreviewUserNodesReply) Validate() error + func (m *PreviewUserNodesReply) ValidateAll() error + func (x *PreviewUserNodesReply) GetCode() int32 + func (x *PreviewUserNodesReply) GetData() *PreviewUserNodesData + func (x *PreviewUserNodesReply) GetMessage() string + func (x *PreviewUserNodesReply) ProtoReflect() protoreflect.Message + func (x *PreviewUserNodesReply) Reset() + func (x *PreviewUserNodesReply) String() string + type PreviewUserNodesReplyMultiError []error + func (m PreviewUserNodesReplyMultiError) AllErrors() []error + func (m PreviewUserNodesReplyMultiError) Error() string + type PreviewUserNodesReplyValidationError struct + func (e PreviewUserNodesReplyValidationError) Cause() error + func (e PreviewUserNodesReplyValidationError) Error() string + func (e PreviewUserNodesReplyValidationError) ErrorName() string + func (e PreviewUserNodesReplyValidationError) Field() string + func (e PreviewUserNodesReplyValidationError) Key() bool + func (e PreviewUserNodesReplyValidationError) Reason() string + type PreviewUserNodesRequest struct + UserId int64 + func (*PreviewUserNodesRequest) Descriptor() ([]byte, []int) + func (*PreviewUserNodesRequest) ProtoMessage() + func (m *PreviewUserNodesRequest) Validate() error + func (m *PreviewUserNodesRequest) ValidateAll() error + func (x *PreviewUserNodesRequest) GetUserId() int64 + func (x *PreviewUserNodesRequest) ProtoReflect() protoreflect.Message + func (x *PreviewUserNodesRequest) Reset() + func (x *PreviewUserNodesRequest) String() string + type PreviewUserNodesRequestMultiError []error + func (m PreviewUserNodesRequestMultiError) AllErrors() []error + func (m PreviewUserNodesRequestMultiError) Error() string + type PreviewUserNodesRequestValidationError struct + func (e PreviewUserNodesRequestValidationError) Cause() error + func (e PreviewUserNodesRequestValidationError) Error() string + func (e PreviewUserNodesRequestValidationError) ErrorName() string + func (e PreviewUserNodesRequestValidationError) Field() string + func (e PreviewUserNodesRequestValidationError) Key() bool + func (e PreviewUserNodesRequestValidationError) Reason() string + type RecalculateGroupData struct + HistoryId int64 + func (*RecalculateGroupData) Descriptor() ([]byte, []int) + func (*RecalculateGroupData) ProtoMessage() + func (m *RecalculateGroupData) Validate() error + func (m *RecalculateGroupData) ValidateAll() error + func (x *RecalculateGroupData) GetHistoryId() int64 + func (x *RecalculateGroupData) ProtoReflect() protoreflect.Message + func (x *RecalculateGroupData) Reset() + func (x *RecalculateGroupData) String() string + type RecalculateGroupDataMultiError []error + func (m RecalculateGroupDataMultiError) AllErrors() []error + func (m RecalculateGroupDataMultiError) Error() string + type RecalculateGroupDataValidationError struct + func (e RecalculateGroupDataValidationError) Cause() error + func (e RecalculateGroupDataValidationError) Error() string + func (e RecalculateGroupDataValidationError) ErrorName() string + func (e RecalculateGroupDataValidationError) Field() string + func (e RecalculateGroupDataValidationError) Key() bool + func (e RecalculateGroupDataValidationError) Reason() string + type RecalculateGroupReply struct + Code int32 + Data *RecalculateGroupData + Message string + func (*RecalculateGroupReply) Descriptor() ([]byte, []int) + func (*RecalculateGroupReply) ProtoMessage() + func (m *RecalculateGroupReply) Validate() error + func (m *RecalculateGroupReply) ValidateAll() error + func (x *RecalculateGroupReply) GetCode() int32 + func (x *RecalculateGroupReply) GetData() *RecalculateGroupData + func (x *RecalculateGroupReply) GetMessage() string + func (x *RecalculateGroupReply) ProtoReflect() protoreflect.Message + func (x *RecalculateGroupReply) Reset() + func (x *RecalculateGroupReply) String() string + type RecalculateGroupReplyMultiError []error + func (m RecalculateGroupReplyMultiError) AllErrors() []error + func (m RecalculateGroupReplyMultiError) Error() string + type RecalculateGroupReplyValidationError struct + func (e RecalculateGroupReplyValidationError) Cause() error + func (e RecalculateGroupReplyValidationError) Error() string + func (e RecalculateGroupReplyValidationError) ErrorName() string + func (e RecalculateGroupReplyValidationError) Field() string + func (e RecalculateGroupReplyValidationError) Key() bool + func (e RecalculateGroupReplyValidationError) Reason() string + type RecalculateGroupRequest struct + Mode string + TriggerType string + func (*RecalculateGroupRequest) Descriptor() ([]byte, []int) + func (*RecalculateGroupRequest) ProtoMessage() + func (m *RecalculateGroupRequest) Validate() error + func (m *RecalculateGroupRequest) ValidateAll() error + func (x *RecalculateGroupRequest) GetMode() string + func (x *RecalculateGroupRequest) GetTriggerType() string + func (x *RecalculateGroupRequest) ProtoReflect() protoreflect.Message + func (x *RecalculateGroupRequest) Reset() + func (x *RecalculateGroupRequest) String() string + type RecalculateGroupRequestMultiError []error + func (m RecalculateGroupRequestMultiError) AllErrors() []error + func (m RecalculateGroupRequestMultiError) Error() string + type RecalculateGroupRequestValidationError struct + func (e RecalculateGroupRequestValidationError) Cause() error + func (e RecalculateGroupRequestValidationError) Error() string + func (e RecalculateGroupRequestValidationError) ErrorName() string + func (e RecalculateGroupRequestValidationError) Field() string + func (e RecalculateGroupRequestValidationError) Key() bool + func (e RecalculateGroupRequestValidationError) Reason() string + type RecalculationState struct + Progress int64 + State string + Total int32 + func (*RecalculationState) Descriptor() ([]byte, []int) + func (*RecalculationState) ProtoMessage() + func (m *RecalculationState) Validate() error + func (m *RecalculationState) ValidateAll() error + func (x *RecalculationState) GetProgress() int64 + func (x *RecalculationState) GetState() string + func (x *RecalculationState) GetTotal() int32 + func (x *RecalculationState) ProtoReflect() protoreflect.Message + func (x *RecalculationState) Reset() + func (x *RecalculationState) String() string + type RecalculationStateMultiError []error + func (m RecalculationStateMultiError) AllErrors() []error + func (m RecalculationStateMultiError) Error() string + type RecalculationStateValidationError struct + func (e RecalculationStateValidationError) Cause() error + func (e RecalculationStateValidationError) Error() string + func (e RecalculationStateValidationError) ErrorName() string + func (e RecalculationStateValidationError) Field() string + func (e RecalculationStateValidationError) Key() bool + func (e RecalculationStateValidationError) Reason() string + type ResetGroupsData struct + Success bool + func (*ResetGroupsData) Descriptor() ([]byte, []int) + func (*ResetGroupsData) ProtoMessage() + func (m *ResetGroupsData) Validate() error + func (m *ResetGroupsData) ValidateAll() error + func (x *ResetGroupsData) GetSuccess() bool + func (x *ResetGroupsData) ProtoReflect() protoreflect.Message + func (x *ResetGroupsData) Reset() + func (x *ResetGroupsData) String() string + type ResetGroupsDataMultiError []error + func (m ResetGroupsDataMultiError) AllErrors() []error + func (m ResetGroupsDataMultiError) Error() string + type ResetGroupsDataValidationError struct + func (e ResetGroupsDataValidationError) Cause() error + func (e ResetGroupsDataValidationError) Error() string + func (e ResetGroupsDataValidationError) ErrorName() string + func (e ResetGroupsDataValidationError) Field() string + func (e ResetGroupsDataValidationError) Key() bool + func (e ResetGroupsDataValidationError) Reason() string + type ResetGroupsReply struct + Code int32 + Data *ResetGroupsData + Message string + func (*ResetGroupsReply) Descriptor() ([]byte, []int) + func (*ResetGroupsReply) ProtoMessage() + func (m *ResetGroupsReply) Validate() error + func (m *ResetGroupsReply) ValidateAll() error + func (x *ResetGroupsReply) GetCode() int32 + func (x *ResetGroupsReply) GetData() *ResetGroupsData + func (x *ResetGroupsReply) GetMessage() string + func (x *ResetGroupsReply) ProtoReflect() protoreflect.Message + func (x *ResetGroupsReply) Reset() + func (x *ResetGroupsReply) String() string + type ResetGroupsReplyMultiError []error + func (m ResetGroupsReplyMultiError) AllErrors() []error + func (m ResetGroupsReplyMultiError) Error() string + type ResetGroupsReplyValidationError struct + func (e ResetGroupsReplyValidationError) Cause() error + func (e ResetGroupsReplyValidationError) Error() string + func (e ResetGroupsReplyValidationError) ErrorName() string + func (e ResetGroupsReplyValidationError) Field() string + func (e ResetGroupsReplyValidationError) Key() bool + func (e ResetGroupsReplyValidationError) Reason() string + type ResetGroupsRequest struct + Confirm bool + func (*ResetGroupsRequest) Descriptor() ([]byte, []int) + func (*ResetGroupsRequest) ProtoMessage() + func (m *ResetGroupsRequest) Validate() error + func (m *ResetGroupsRequest) ValidateAll() error + func (x *ResetGroupsRequest) GetConfirm() bool + func (x *ResetGroupsRequest) ProtoReflect() protoreflect.Message + func (x *ResetGroupsRequest) Reset() + func (x *ResetGroupsRequest) String() string + type ResetGroupsRequestMultiError []error + func (m ResetGroupsRequestMultiError) AllErrors() []error + func (m ResetGroupsRequestMultiError) Error() string + type ResetGroupsRequestValidationError struct + func (e ResetGroupsRequestValidationError) Cause() error + func (e ResetGroupsRequestValidationError) Error() string + func (e ResetGroupsRequestValidationError) ErrorName() string + func (e ResetGroupsRequestValidationError) Field() string + func (e ResetGroupsRequestValidationError) Key() bool + func (e ResetGroupsRequestValidationError) Reason() string + type SubscribeGroupMappingItem struct + NodeGroupName string + SubscribeName string + func (*SubscribeGroupMappingItem) Descriptor() ([]byte, []int) + func (*SubscribeGroupMappingItem) ProtoMessage() + func (m *SubscribeGroupMappingItem) Validate() error + func (m *SubscribeGroupMappingItem) ValidateAll() error + func (x *SubscribeGroupMappingItem) GetNodeGroupName() string + func (x *SubscribeGroupMappingItem) GetSubscribeName() string + func (x *SubscribeGroupMappingItem) ProtoReflect() protoreflect.Message + func (x *SubscribeGroupMappingItem) Reset() + func (x *SubscribeGroupMappingItem) String() string + type SubscribeGroupMappingItemMultiError []error + func (m SubscribeGroupMappingItemMultiError) AllErrors() []error + func (m SubscribeGroupMappingItemMultiError) Error() string + type SubscribeGroupMappingItemValidationError struct + func (e SubscribeGroupMappingItemValidationError) Cause() error + func (e SubscribeGroupMappingItemValidationError) Error() string + func (e SubscribeGroupMappingItemValidationError) ErrorName() string + func (e SubscribeGroupMappingItemValidationError) Field() string + func (e SubscribeGroupMappingItemValidationError) Key() bool + func (e SubscribeGroupMappingItemValidationError) Reason() string + type UnimplementedGroupServer struct + func (UnimplementedGroupServer) CreateNodeGroup(context.Context, *CreateNodeGroupRequest) (*CreateNodeGroupReply, error) + func (UnimplementedGroupServer) DeleteNodeGroup(context.Context, *DeleteNodeGroupRequest) (*DeleteNodeGroupReply, error) + func (UnimplementedGroupServer) ExportGroupResult(context.Context, *ExportGroupResultRequest) (*ExportGroupResultReply, error) + func (UnimplementedGroupServer) GetGroupConfig(context.Context, *GetGroupConfigRequest) (*GetGroupConfigReply, error) + func (UnimplementedGroupServer) GetGroupHistory(context.Context, *GetGroupHistoryRequest) (*GetGroupHistoryReply, error) + func (UnimplementedGroupServer) GetGroupHistoryDetail(context.Context, *GetGroupHistoryDetailRequest) (*GetGroupHistoryDetailReply, error) + func (UnimplementedGroupServer) GetNodeGroupList(context.Context, *GetNodeGroupListRequest) (*GetNodeGroupListReply, error) + func (UnimplementedGroupServer) GetRecalculationStatus(context.Context, *GetRecalculationStatusRequest) (*GetRecalculationStatusReply, error) + func (UnimplementedGroupServer) GetSubscribeGroupMapping(context.Context, *GetSubscribeGroupMappingRequest) (*GetSubscribeGroupMappingReply, error) + func (UnimplementedGroupServer) MigrateUsers(context.Context, *MigrateUsersRequest) (*MigrateUsersReply, error) + func (UnimplementedGroupServer) PreviewUserNodes(context.Context, *PreviewUserNodesRequest) (*PreviewUserNodesReply, error) + func (UnimplementedGroupServer) RecalculateGroup(context.Context, *RecalculateGroupRequest) (*RecalculateGroupReply, error) + func (UnimplementedGroupServer) ResetGroups(context.Context, *ResetGroupsRequest) (*ResetGroupsReply, error) + func (UnimplementedGroupServer) UpdateGroupConfig(context.Context, *UpdateGroupConfigRequest) (*UpdateGroupConfigReply, error) + func (UnimplementedGroupServer) UpdateNodeGroup(context.Context, *UpdateNodeGroupRequest) (*UpdateNodeGroupReply, error) + type UnsafeGroupServer interface + type UpdateGroupConfigData struct + Success bool + func (*UpdateGroupConfigData) Descriptor() ([]byte, []int) + func (*UpdateGroupConfigData) ProtoMessage() + func (m *UpdateGroupConfigData) Validate() error + func (m *UpdateGroupConfigData) ValidateAll() error + func (x *UpdateGroupConfigData) GetSuccess() bool + func (x *UpdateGroupConfigData) ProtoReflect() protoreflect.Message + func (x *UpdateGroupConfigData) Reset() + func (x *UpdateGroupConfigData) String() string + type UpdateGroupConfigDataMultiError []error + func (m UpdateGroupConfigDataMultiError) AllErrors() []error + func (m UpdateGroupConfigDataMultiError) Error() string + type UpdateGroupConfigDataValidationError struct + func (e UpdateGroupConfigDataValidationError) Cause() error + func (e UpdateGroupConfigDataValidationError) Error() string + func (e UpdateGroupConfigDataValidationError) ErrorName() string + func (e UpdateGroupConfigDataValidationError) Field() string + func (e UpdateGroupConfigDataValidationError) Key() bool + func (e UpdateGroupConfigDataValidationError) Reason() string + type UpdateGroupConfigReply struct + Code int32 + Data *UpdateGroupConfigData + Message string + func (*UpdateGroupConfigReply) Descriptor() ([]byte, []int) + func (*UpdateGroupConfigReply) ProtoMessage() + func (m *UpdateGroupConfigReply) Validate() error + func (m *UpdateGroupConfigReply) ValidateAll() error + func (x *UpdateGroupConfigReply) GetCode() int32 + func (x *UpdateGroupConfigReply) GetData() *UpdateGroupConfigData + func (x *UpdateGroupConfigReply) GetMessage() string + func (x *UpdateGroupConfigReply) ProtoReflect() protoreflect.Message + func (x *UpdateGroupConfigReply) Reset() + func (x *UpdateGroupConfigReply) String() string + type UpdateGroupConfigReplyMultiError []error + func (m UpdateGroupConfigReplyMultiError) AllErrors() []error + func (m UpdateGroupConfigReplyMultiError) Error() string + type UpdateGroupConfigReplyValidationError struct + func (e UpdateGroupConfigReplyValidationError) Cause() error + func (e UpdateGroupConfigReplyValidationError) Error() string + func (e UpdateGroupConfigReplyValidationError) ErrorName() string + func (e UpdateGroupConfigReplyValidationError) Field() string + func (e UpdateGroupConfigReplyValidationError) Key() bool + func (e UpdateGroupConfigReplyValidationError) Reason() string + type UpdateGroupConfigRequest struct + Config string + Enabled bool + Mode string + func (*UpdateGroupConfigRequest) Descriptor() ([]byte, []int) + func (*UpdateGroupConfigRequest) ProtoMessage() + func (m *UpdateGroupConfigRequest) Validate() error + func (m *UpdateGroupConfigRequest) ValidateAll() error + func (x *UpdateGroupConfigRequest) GetConfig() string + func (x *UpdateGroupConfigRequest) GetEnabled() bool + func (x *UpdateGroupConfigRequest) GetMode() string + func (x *UpdateGroupConfigRequest) ProtoReflect() protoreflect.Message + func (x *UpdateGroupConfigRequest) Reset() + func (x *UpdateGroupConfigRequest) String() string + type UpdateGroupConfigRequestMultiError []error + func (m UpdateGroupConfigRequestMultiError) AllErrors() []error + func (m UpdateGroupConfigRequestMultiError) Error() string + type UpdateGroupConfigRequestValidationError struct + func (e UpdateGroupConfigRequestValidationError) Cause() error + func (e UpdateGroupConfigRequestValidationError) Error() string + func (e UpdateGroupConfigRequestValidationError) ErrorName() string + func (e UpdateGroupConfigRequestValidationError) Field() string + func (e UpdateGroupConfigRequestValidationError) Key() bool + func (e UpdateGroupConfigRequestValidationError) Reason() string + type UpdateNodeGroupData struct + Success bool + func (*UpdateNodeGroupData) Descriptor() ([]byte, []int) + func (*UpdateNodeGroupData) ProtoMessage() + func (m *UpdateNodeGroupData) Validate() error + func (m *UpdateNodeGroupData) ValidateAll() error + func (x *UpdateNodeGroupData) GetSuccess() bool + func (x *UpdateNodeGroupData) ProtoReflect() protoreflect.Message + func (x *UpdateNodeGroupData) Reset() + func (x *UpdateNodeGroupData) String() string + type UpdateNodeGroupDataMultiError []error + func (m UpdateNodeGroupDataMultiError) AllErrors() []error + func (m UpdateNodeGroupDataMultiError) Error() string + type UpdateNodeGroupDataValidationError struct + func (e UpdateNodeGroupDataValidationError) Cause() error + func (e UpdateNodeGroupDataValidationError) Error() string + func (e UpdateNodeGroupDataValidationError) ErrorName() string + func (e UpdateNodeGroupDataValidationError) Field() string + func (e UpdateNodeGroupDataValidationError) Key() bool + func (e UpdateNodeGroupDataValidationError) Reason() string + type UpdateNodeGroupReply struct + Code int32 + Data *UpdateNodeGroupData + Message string + func (*UpdateNodeGroupReply) Descriptor() ([]byte, []int) + func (*UpdateNodeGroupReply) ProtoMessage() + func (m *UpdateNodeGroupReply) Validate() error + func (m *UpdateNodeGroupReply) ValidateAll() error + func (x *UpdateNodeGroupReply) GetCode() int32 + func (x *UpdateNodeGroupReply) GetData() *UpdateNodeGroupData + func (x *UpdateNodeGroupReply) GetMessage() string + func (x *UpdateNodeGroupReply) ProtoReflect() protoreflect.Message + func (x *UpdateNodeGroupReply) Reset() + func (x *UpdateNodeGroupReply) String() string + type UpdateNodeGroupReplyMultiError []error + func (m UpdateNodeGroupReplyMultiError) AllErrors() []error + func (m UpdateNodeGroupReplyMultiError) Error() string + type UpdateNodeGroupReplyValidationError struct + func (e UpdateNodeGroupReplyValidationError) Cause() error + func (e UpdateNodeGroupReplyValidationError) Error() string + func (e UpdateNodeGroupReplyValidationError) ErrorName() string + func (e UpdateNodeGroupReplyValidationError) Field() string + func (e UpdateNodeGroupReplyValidationError) Key() bool + func (e UpdateNodeGroupReplyValidationError) Reason() string + type UpdateNodeGroupRequest struct + Description string + ExpiredDaysLimit *wrapperspb.Int32Value + ForCalculation *wrapperspb.BoolValue + Id int64 + IsExpiredGroup *wrapperspb.BoolValue + MaxTrafficGb *wrapperspb.Int64Value + MaxTrafficGbExpired *wrapperspb.Int64Value + MinTrafficGb *wrapperspb.Int64Value + Name string + Sort int32 + SpeedLimit *wrapperspb.Int32Value + Type string + func (*UpdateNodeGroupRequest) Descriptor() ([]byte, []int) + func (*UpdateNodeGroupRequest) ProtoMessage() + func (m *UpdateNodeGroupRequest) Validate() error + func (m *UpdateNodeGroupRequest) ValidateAll() error + func (x *UpdateNodeGroupRequest) GetDescription() string + func (x *UpdateNodeGroupRequest) GetExpiredDaysLimit() *wrapperspb.Int32Value + func (x *UpdateNodeGroupRequest) GetForCalculation() *wrapperspb.BoolValue + func (x *UpdateNodeGroupRequest) GetId() int64 + func (x *UpdateNodeGroupRequest) GetIsExpiredGroup() *wrapperspb.BoolValue + func (x *UpdateNodeGroupRequest) GetMaxTrafficGb() *wrapperspb.Int64Value + func (x *UpdateNodeGroupRequest) GetMaxTrafficGbExpired() *wrapperspb.Int64Value + func (x *UpdateNodeGroupRequest) GetMinTrafficGb() *wrapperspb.Int64Value + func (x *UpdateNodeGroupRequest) GetName() string + func (x *UpdateNodeGroupRequest) GetSort() int32 + func (x *UpdateNodeGroupRequest) GetSpeedLimit() *wrapperspb.Int32Value + func (x *UpdateNodeGroupRequest) GetType() string + func (x *UpdateNodeGroupRequest) ProtoReflect() protoreflect.Message + func (x *UpdateNodeGroupRequest) Reset() + func (x *UpdateNodeGroupRequest) String() string + type UpdateNodeGroupRequestMultiError []error + func (m UpdateNodeGroupRequestMultiError) AllErrors() []error + func (m UpdateNodeGroupRequestMultiError) Error() string + type UpdateNodeGroupRequestValidationError struct + func (e UpdateNodeGroupRequestValidationError) Cause() error + func (e UpdateNodeGroupRequestValidationError) Error() string + func (e UpdateNodeGroupRequestValidationError) ErrorName() string + func (e UpdateNodeGroupRequestValidationError) Field() string + func (e UpdateNodeGroupRequestValidationError) Key() bool + func (e UpdateNodeGroupRequestValidationError) Reason() string