Versions in this module Expand all Collapse all v0 v0.0.3 Jul 19, 2024 v0.0.2 Jul 8, 2024 v0.0.1 Jul 3, 2024 Changes in this version + const Access_ReceiveRequest_FullMethodName + const Access_SendRequest_FullMethodName + const Platform_CancelAccount_FullMethodName + const Platform_DistributeMasterNodeConfig_FullMethodName + const Platform_DistributeProxyNodeConfig_FullMethodName + const Platform_DistributeUser_FullMethodName + const Platform_EscalationUser_FullMethodName + const Platform_GetNodeFunction_FullMethodName + const Platform_GetNodeKey_FullMethodName + const Platform_GetNodeStatus_FullMethodName + const Platform_UpdateCenterUserPassword_FullMethodName + var Access_ServiceDesc = grpc.ServiceDesc + var ErrorAccessReason_name = map[int32]string + var ErrorAccessReason_value = map[string]int32 + var ErrorPlatformReason_name = map[int32]string + var ErrorPlatformReason_value = map[string]int32 + var File_api_im_cloud_access_v1_access_error_proto protoreflect.FileDescriptor + var File_api_im_cloud_access_v1_platform_error_proto protoreflect.FileDescriptor + var File_im_cloud_access_v1_access_proto protoreflect.FileDescriptor + var File_im_cloud_access_v1_platform_proto protoreflect.FileDescriptor + var Platform_ServiceDesc = grpc.ServiceDesc + func ErrorDistributeMasterNodeConfigErr(format string, args ...interface{}) *errors.Error + func ErrorDistributeProxyNodeConfigErr(format string, args ...interface{}) *errors.Error + func ErrorDistributeUserErr(format string, args ...interface{}) *errors.Error + func ErrorEscalationUserErr(format string, args ...interface{}) *errors.Error + func ErrorGetNodeKeyErr(format string, args ...interface{}) *errors.Error + func ErrorHandleMethodNotFound(format string, args ...interface{}) *errors.Error + func ErrorKeyErr(format string, args ...interface{}) *errors.Error + func ErrorLinkFailure(format string, args ...interface{}) *errors.Error + func ErrorNodeStatusErr(format string, args ...interface{}) *errors.Error + func ErrorReqSignErr(format string, args ...interface{}) *errors.Error + func ErrorSendRequestErr(format string, args ...interface{}) *errors.Error + func ErrorVerifySignErr(format string, args ...interface{}) *errors.Error + func IsDistributeMasterNodeConfigErr(err error) bool + func IsDistributeProxyNodeConfigErr(err error) bool + func IsDistributeUserErr(err error) bool + func IsEscalationUserErr(err error) bool + func IsGetNodeKeyErr(err error) bool + func IsHandleMethodNotFound(err error) bool + func IsKeyErr(err error) bool + func IsLinkFailure(err error) bool + func IsNodeStatusErr(err error) bool + func IsReqSignErr(err error) bool + func IsSendRequestErr(err error) bool + func IsVerifySignErr(err error) bool + func RegisterAccessServer(s grpc.ServiceRegistrar, srv AccessServer) + func RegisterPlatformServer(s grpc.ServiceRegistrar, srv PlatformServer) + type AccessClient interface + ReceiveRequest func(ctx context.Context, in *ReceiveReq, opts ...grpc.CallOption) (*ReceiveReply, error) + SendRequest func(ctx context.Context, in *SendReq, opts ...grpc.CallOption) (*SendReply, error) + func NewAccessClient(cc grpc.ClientConnInterface) AccessClient + type AccessServer interface + ReceiveRequest func(context.Context, *ReceiveReq) (*ReceiveReply, error) + SendRequest func(context.Context, *SendReq) (*SendReply, error) + type CancelAccountReply struct + func (*CancelAccountReply) Descriptor() ([]byte, []int) + func (*CancelAccountReply) ProtoMessage() + func (m *CancelAccountReply) Validate() error + func (m *CancelAccountReply) ValidateAll() error + func (x *CancelAccountReply) ProtoReflect() protoreflect.Message + func (x *CancelAccountReply) Reset() + func (x *CancelAccountReply) String() string + type CancelAccountReplyMultiError []error + func (m CancelAccountReplyMultiError) AllErrors() []error + func (m CancelAccountReplyMultiError) Error() string + type CancelAccountReplyValidationError struct + func (e CancelAccountReplyValidationError) Cause() error + func (e CancelAccountReplyValidationError) Error() string + func (e CancelAccountReplyValidationError) ErrorName() string + func (e CancelAccountReplyValidationError) Field() string + func (e CancelAccountReplyValidationError) Key() bool + func (e CancelAccountReplyValidationError) Reason() string + type CancelAccountReq struct + UserId string + func (*CancelAccountReq) Descriptor() ([]byte, []int) + func (*CancelAccountReq) ProtoMessage() + func (m *CancelAccountReq) Validate() error + func (m *CancelAccountReq) ValidateAll() error + func (x *CancelAccountReq) GetUserId() string + func (x *CancelAccountReq) ProtoReflect() protoreflect.Message + func (x *CancelAccountReq) Reset() + func (x *CancelAccountReq) String() string + type CancelAccountReqMultiError []error + func (m CancelAccountReqMultiError) AllErrors() []error + func (m CancelAccountReqMultiError) Error() string + type CancelAccountReqValidationError struct + func (e CancelAccountReqValidationError) Cause() error + func (e CancelAccountReqValidationError) Error() string + func (e CancelAccountReqValidationError) ErrorName() string + func (e CancelAccountReqValidationError) Field() string + func (e CancelAccountReqValidationError) Key() bool + func (e CancelAccountReqValidationError) Reason() string + type DistributeMasterNodeConfigReq struct + Data string + NodeId string + func (*DistributeMasterNodeConfigReq) Descriptor() ([]byte, []int) + func (*DistributeMasterNodeConfigReq) ProtoMessage() + func (m *DistributeMasterNodeConfigReq) Validate() error + func (m *DistributeMasterNodeConfigReq) ValidateAll() error + func (x *DistributeMasterNodeConfigReq) GetData() string + func (x *DistributeMasterNodeConfigReq) GetNodeId() string + func (x *DistributeMasterNodeConfigReq) ProtoReflect() protoreflect.Message + func (x *DistributeMasterNodeConfigReq) Reset() + func (x *DistributeMasterNodeConfigReq) String() string + type DistributeMasterNodeConfigReqMultiError []error + func (m DistributeMasterNodeConfigReqMultiError) AllErrors() []error + func (m DistributeMasterNodeConfigReqMultiError) Error() string + type DistributeMasterNodeConfigReqValidationError struct + func (e DistributeMasterNodeConfigReqValidationError) Cause() error + func (e DistributeMasterNodeConfigReqValidationError) Error() string + func (e DistributeMasterNodeConfigReqValidationError) ErrorName() string + func (e DistributeMasterNodeConfigReqValidationError) Field() string + func (e DistributeMasterNodeConfigReqValidationError) Key() bool + func (e DistributeMasterNodeConfigReqValidationError) Reason() string + type DistributeMasterNodeReply struct + Data *v2.SingedMsg + func (*DistributeMasterNodeReply) Descriptor() ([]byte, []int) + func (*DistributeMasterNodeReply) ProtoMessage() + func (m *DistributeMasterNodeReply) Validate() error + func (m *DistributeMasterNodeReply) ValidateAll() error + func (x *DistributeMasterNodeReply) GetData() *v2.SingedMsg + func (x *DistributeMasterNodeReply) ProtoReflect() protoreflect.Message + func (x *DistributeMasterNodeReply) Reset() + func (x *DistributeMasterNodeReply) String() string + type DistributeMasterNodeReplyMultiError []error + func (m DistributeMasterNodeReplyMultiError) AllErrors() []error + func (m DistributeMasterNodeReplyMultiError) Error() string + type DistributeMasterNodeReplyValidationError struct + func (e DistributeMasterNodeReplyValidationError) Cause() error + func (e DistributeMasterNodeReplyValidationError) Error() string + func (e DistributeMasterNodeReplyValidationError) ErrorName() string + func (e DistributeMasterNodeReplyValidationError) Field() string + func (e DistributeMasterNodeReplyValidationError) Key() bool + func (e DistributeMasterNodeReplyValidationError) Reason() string + type DistributeProxyNodeConfigReply struct + Data *v2.SingedMsg + func (*DistributeProxyNodeConfigReply) Descriptor() ([]byte, []int) + func (*DistributeProxyNodeConfigReply) ProtoMessage() + func (m *DistributeProxyNodeConfigReply) Validate() error + func (m *DistributeProxyNodeConfigReply) ValidateAll() error + func (x *DistributeProxyNodeConfigReply) GetData() *v2.SingedMsg + func (x *DistributeProxyNodeConfigReply) ProtoReflect() protoreflect.Message + func (x *DistributeProxyNodeConfigReply) Reset() + func (x *DistributeProxyNodeConfigReply) String() string + type DistributeProxyNodeConfigReplyMultiError []error + func (m DistributeProxyNodeConfigReplyMultiError) AllErrors() []error + func (m DistributeProxyNodeConfigReplyMultiError) Error() string + type DistributeProxyNodeConfigReplyValidationError struct + func (e DistributeProxyNodeConfigReplyValidationError) Cause() error + func (e DistributeProxyNodeConfigReplyValidationError) Error() string + func (e DistributeProxyNodeConfigReplyValidationError) ErrorName() string + func (e DistributeProxyNodeConfigReplyValidationError) Field() string + func (e DistributeProxyNodeConfigReplyValidationError) Key() bool + func (e DistributeProxyNodeConfigReplyValidationError) Reason() string + type DistributeProxyNodeConfigReq struct + Data string + NodeId string + Sign string + func (*DistributeProxyNodeConfigReq) Descriptor() ([]byte, []int) + func (*DistributeProxyNodeConfigReq) ProtoMessage() + func (m *DistributeProxyNodeConfigReq) Validate() error + func (m *DistributeProxyNodeConfigReq) ValidateAll() error + func (x *DistributeProxyNodeConfigReq) GetData() string + func (x *DistributeProxyNodeConfigReq) GetNodeId() string + func (x *DistributeProxyNodeConfigReq) GetSign() string + func (x *DistributeProxyNodeConfigReq) ProtoReflect() protoreflect.Message + func (x *DistributeProxyNodeConfigReq) Reset() + func (x *DistributeProxyNodeConfigReq) String() string + type DistributeProxyNodeConfigReqMultiError []error + func (m DistributeProxyNodeConfigReqMultiError) AllErrors() []error + func (m DistributeProxyNodeConfigReqMultiError) Error() string + type DistributeProxyNodeConfigReqValidationError struct + func (e DistributeProxyNodeConfigReqValidationError) Cause() error + func (e DistributeProxyNodeConfigReqValidationError) Error() string + func (e DistributeProxyNodeConfigReqValidationError) ErrorName() string + func (e DistributeProxyNodeConfigReqValidationError) Field() string + func (e DistributeProxyNodeConfigReqValidationError) Key() bool + func (e DistributeProxyNodeConfigReqValidationError) Reason() string + type DistributeUserReply struct + Data *v2.SingedMsg + func (*DistributeUserReply) Descriptor() ([]byte, []int) + func (*DistributeUserReply) ProtoMessage() + func (m *DistributeUserReply) Validate() error + func (m *DistributeUserReply) ValidateAll() error + func (x *DistributeUserReply) GetData() *v2.SingedMsg + func (x *DistributeUserReply) ProtoReflect() protoreflect.Message + func (x *DistributeUserReply) Reset() + func (x *DistributeUserReply) String() string + type DistributeUserReplyMultiError []error + func (m DistributeUserReplyMultiError) AllErrors() []error + func (m DistributeUserReplyMultiError) Error() string + type DistributeUserReplyValidationError struct + func (e DistributeUserReplyValidationError) Cause() error + func (e DistributeUserReplyValidationError) Error() string + func (e DistributeUserReplyValidationError) ErrorName() string + func (e DistributeUserReplyValidationError) Field() string + func (e DistributeUserReplyValidationError) Key() bool + func (e DistributeUserReplyValidationError) Reason() string + type DistributeUserReq struct + Data string + NodeId string + Sign string + func (*DistributeUserReq) Descriptor() ([]byte, []int) + func (*DistributeUserReq) ProtoMessage() + func (m *DistributeUserReq) Validate() error + func (m *DistributeUserReq) ValidateAll() error + func (x *DistributeUserReq) GetData() string + func (x *DistributeUserReq) GetNodeId() string + func (x *DistributeUserReq) GetSign() string + func (x *DistributeUserReq) ProtoReflect() protoreflect.Message + func (x *DistributeUserReq) Reset() + func (x *DistributeUserReq) String() string + type DistributeUserReqMultiError []error + func (m DistributeUserReqMultiError) AllErrors() []error + func (m DistributeUserReqMultiError) Error() string + type DistributeUserReqValidationError struct + func (e DistributeUserReqValidationError) Cause() error + func (e DistributeUserReqValidationError) Error() string + func (e DistributeUserReqValidationError) ErrorName() string + func (e DistributeUserReqValidationError) Field() string + func (e DistributeUserReqValidationError) Key() bool + func (e DistributeUserReqValidationError) Reason() string + type ErrorAccessReason int32 + const ErrorAccessReason_HANDLE_METHOD_NOT_FOUND + const ErrorAccessReason_KEY_ERR + const ErrorAccessReason_LINK_FAILURE + const ErrorAccessReason_REQ_SIGN_ERR + const ErrorAccessReason_SEND_REQUEST_ERR + const ErrorAccessReason_VERIFY_SIGN_ERR + func (ErrorAccessReason) Descriptor() protoreflect.EnumDescriptor + func (ErrorAccessReason) EnumDescriptor() ([]byte, []int) + func (ErrorAccessReason) Type() protoreflect.EnumType + func (x ErrorAccessReason) Enum() *ErrorAccessReason + func (x ErrorAccessReason) Number() protoreflect.EnumNumber + func (x ErrorAccessReason) String() string + type ErrorPlatformReason int32 + const ErrorPlatformReason_DISTRIBUTE_MASTER_NODE_CONFIG_ERR + const ErrorPlatformReason_DISTRIBUTE_PROXY_NODE_CONFIG_ERR + const ErrorPlatformReason_DISTRIBUTE_USER_ERR + const ErrorPlatformReason_ESCALATION_USER_ERR + const ErrorPlatformReason_GET_NODE_KEY_ERR + const ErrorPlatformReason_NODE_STATUS_ERR + func (ErrorPlatformReason) Descriptor() protoreflect.EnumDescriptor + func (ErrorPlatformReason) EnumDescriptor() ([]byte, []int) + func (ErrorPlatformReason) Type() protoreflect.EnumType + func (x ErrorPlatformReason) Enum() *ErrorPlatformReason + func (x ErrorPlatformReason) Number() protoreflect.EnumNumber + func (x ErrorPlatformReason) String() string + type EscalationUserReply struct + func (*EscalationUserReply) Descriptor() ([]byte, []int) + func (*EscalationUserReply) ProtoMessage() + func (m *EscalationUserReply) Validate() error + func (m *EscalationUserReply) ValidateAll() error + func (x *EscalationUserReply) ProtoReflect() protoreflect.Message + func (x *EscalationUserReply) Reset() + func (x *EscalationUserReply) String() string + type EscalationUserReplyMultiError []error + func (m EscalationUserReplyMultiError) AllErrors() []error + func (m EscalationUserReplyMultiError) Error() string + type EscalationUserReplyValidationError struct + func (e EscalationUserReplyValidationError) Cause() error + func (e EscalationUserReplyValidationError) Error() string + func (e EscalationUserReplyValidationError) ErrorName() string + func (e EscalationUserReplyValidationError) Field() string + func (e EscalationUserReplyValidationError) Key() bool + func (e EscalationUserReplyValidationError) Reason() string + type EscalationUserReq struct + NodeId string + UserId string + func (*EscalationUserReq) Descriptor() ([]byte, []int) + func (*EscalationUserReq) ProtoMessage() + func (m *EscalationUserReq) Validate() error + func (m *EscalationUserReq) ValidateAll() error + func (x *EscalationUserReq) GetNodeId() string + func (x *EscalationUserReq) GetUserId() string + func (x *EscalationUserReq) ProtoReflect() protoreflect.Message + func (x *EscalationUserReq) Reset() + func (x *EscalationUserReq) String() string + type EscalationUserReqMultiError []error + func (m EscalationUserReqMultiError) AllErrors() []error + func (m EscalationUserReqMultiError) Error() string + type EscalationUserReqValidationError struct + func (e EscalationUserReqValidationError) Cause() error + func (e EscalationUserReqValidationError) Error() string + func (e EscalationUserReqValidationError) ErrorName() string + func (e EscalationUserReqValidationError) Field() string + func (e EscalationUserReqValidationError) Key() bool + func (e EscalationUserReqValidationError) Reason() string + type GetNodeFunctionReply struct + Functions []string + func (*GetNodeFunctionReply) Descriptor() ([]byte, []int) + func (*GetNodeFunctionReply) ProtoMessage() + func (m *GetNodeFunctionReply) Validate() error + func (m *GetNodeFunctionReply) ValidateAll() error + func (x *GetNodeFunctionReply) GetFunctions() []string + func (x *GetNodeFunctionReply) ProtoReflect() protoreflect.Message + func (x *GetNodeFunctionReply) Reset() + func (x *GetNodeFunctionReply) String() string + type GetNodeFunctionReplyMultiError []error + func (m GetNodeFunctionReplyMultiError) AllErrors() []error + func (m GetNodeFunctionReplyMultiError) Error() string + type GetNodeFunctionReplyValidationError struct + func (e GetNodeFunctionReplyValidationError) Cause() error + func (e GetNodeFunctionReplyValidationError) Error() string + func (e GetNodeFunctionReplyValidationError) ErrorName() string + func (e GetNodeFunctionReplyValidationError) Field() string + func (e GetNodeFunctionReplyValidationError) Key() bool + func (e GetNodeFunctionReplyValidationError) Reason() string + type GetNodeKeyReply struct + PriKey string + func (*GetNodeKeyReply) Descriptor() ([]byte, []int) + func (*GetNodeKeyReply) ProtoMessage() + func (m *GetNodeKeyReply) Validate() error + func (m *GetNodeKeyReply) ValidateAll() error + func (x *GetNodeKeyReply) GetPriKey() string + func (x *GetNodeKeyReply) ProtoReflect() protoreflect.Message + func (x *GetNodeKeyReply) Reset() + func (x *GetNodeKeyReply) String() string + type GetNodeKeyReplyMultiError []error + func (m GetNodeKeyReplyMultiError) AllErrors() []error + func (m GetNodeKeyReplyMultiError) Error() string + type GetNodeKeyReplyValidationError struct + func (e GetNodeKeyReplyValidationError) Cause() error + func (e GetNodeKeyReplyValidationError) Error() string + func (e GetNodeKeyReplyValidationError) ErrorName() string + func (e GetNodeKeyReplyValidationError) Field() string + func (e GetNodeKeyReplyValidationError) Key() bool + func (e GetNodeKeyReplyValidationError) Reason() string + type GetNodeStatusReply struct + Enable bool + Reason string + func (*GetNodeStatusReply) Descriptor() ([]byte, []int) + func (*GetNodeStatusReply) ProtoMessage() + func (m *GetNodeStatusReply) Validate() error + func (m *GetNodeStatusReply) ValidateAll() error + func (x *GetNodeStatusReply) GetEnable() bool + func (x *GetNodeStatusReply) GetReason() string + func (x *GetNodeStatusReply) ProtoReflect() protoreflect.Message + func (x *GetNodeStatusReply) Reset() + func (x *GetNodeStatusReply) String() string + type GetNodeStatusReplyMultiError []error + func (m GetNodeStatusReplyMultiError) AllErrors() []error + func (m GetNodeStatusReplyMultiError) Error() string + type GetNodeStatusReplyValidationError struct + func (e GetNodeStatusReplyValidationError) Cause() error + func (e GetNodeStatusReplyValidationError) Error() string + func (e GetNodeStatusReplyValidationError) ErrorName() string + func (e GetNodeStatusReplyValidationError) Field() string + func (e GetNodeStatusReplyValidationError) Key() bool + func (e GetNodeStatusReplyValidationError) Reason() string + type GetNodeStatusReq struct + TenantId string + func (*GetNodeStatusReq) Descriptor() ([]byte, []int) + func (*GetNodeStatusReq) ProtoMessage() + func (m *GetNodeStatusReq) Validate() error + func (m *GetNodeStatusReq) ValidateAll() error + func (x *GetNodeStatusReq) GetTenantId() string + func (x *GetNodeStatusReq) ProtoReflect() protoreflect.Message + func (x *GetNodeStatusReq) Reset() + func (x *GetNodeStatusReq) String() string + type GetNodeStatusReqMultiError []error + func (m GetNodeStatusReqMultiError) AllErrors() []error + func (m GetNodeStatusReqMultiError) Error() string + type GetNodeStatusReqValidationError struct + func (e GetNodeStatusReqValidationError) Cause() error + func (e GetNodeStatusReqValidationError) Error() string + func (e GetNodeStatusReqValidationError) ErrorName() string + func (e GetNodeStatusReqValidationError) Field() string + func (e GetNodeStatusReqValidationError) Key() bool + func (e GetNodeStatusReqValidationError) Reason() string + type PlatformClient interface + CancelAccount func(ctx context.Context, in *CancelAccountReq, opts ...grpc.CallOption) (*CancelAccountReply, error) + DistributeMasterNodeConfig func(ctx context.Context, in *DistributeMasterNodeConfigReq, ...) (*DistributeMasterNodeReply, error) + DistributeProxyNodeConfig func(ctx context.Context, in *DistributeProxyNodeConfigReq, opts ...grpc.CallOption) (*DistributeProxyNodeConfigReply, error) + DistributeUser func(ctx context.Context, in *DistributeUserReq, opts ...grpc.CallOption) (*DistributeUserReply, error) + EscalationUser func(ctx context.Context, in *EscalationUserReq, opts ...grpc.CallOption) (*EscalationUserReply, error) + GetNodeFunction func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetNodeFunctionReply, error) + GetNodeKey func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GetNodeKeyReply, error) + GetNodeStatus func(ctx context.Context, in *GetNodeStatusReq, opts ...grpc.CallOption) (*GetNodeStatusReply, error) + UpdateCenterUserPassword func(ctx context.Context, in *UpdateCenterUserPasswordReq, opts ...grpc.CallOption) (*UpdateCenterUserPasswordReply, error) + func NewPlatformClient(cc grpc.ClientConnInterface) PlatformClient + type PlatformServer interface + CancelAccount func(context.Context, *CancelAccountReq) (*CancelAccountReply, error) + DistributeMasterNodeConfig func(context.Context, *DistributeMasterNodeConfigReq) (*DistributeMasterNodeReply, error) + DistributeProxyNodeConfig func(context.Context, *DistributeProxyNodeConfigReq) (*DistributeProxyNodeConfigReply, error) + DistributeUser func(context.Context, *DistributeUserReq) (*DistributeUserReply, error) + EscalationUser func(context.Context, *EscalationUserReq) (*EscalationUserReply, error) + GetNodeFunction func(context.Context, *emptypb.Empty) (*GetNodeFunctionReply, error) + GetNodeKey func(context.Context, *emptypb.Empty) (*GetNodeKeyReply, error) + GetNodeStatus func(context.Context, *GetNodeStatusReq) (*GetNodeStatusReply, error) + UpdateCenterUserPassword func(context.Context, *UpdateCenterUserPasswordReq) (*UpdateCenterUserPasswordReply, error) + type ReceiveReply struct + Data string + Sign string + func (*ReceiveReply) Descriptor() ([]byte, []int) + func (*ReceiveReply) ProtoMessage() + func (m *ReceiveReply) Validate() error + func (m *ReceiveReply) ValidateAll() error + func (x *ReceiveReply) GetData() string + func (x *ReceiveReply) GetSign() string + func (x *ReceiveReply) ProtoReflect() protoreflect.Message + func (x *ReceiveReply) Reset() + func (x *ReceiveReply) String() string + type ReceiveReplyMultiError []error + func (m ReceiveReplyMultiError) AllErrors() []error + func (m ReceiveReplyMultiError) Error() string + type ReceiveReplyValidationError struct + func (e ReceiveReplyValidationError) Cause() error + func (e ReceiveReplyValidationError) Error() string + func (e ReceiveReplyValidationError) ErrorName() string + func (e ReceiveReplyValidationError) Field() string + func (e ReceiveReplyValidationError) Key() bool + func (e ReceiveReplyValidationError) Reason() string + type ReceiveReq struct + Data string + Method string + Sign string + func (*ReceiveReq) Descriptor() ([]byte, []int) + func (*ReceiveReq) ProtoMessage() + func (m *ReceiveReq) Validate() error + func (m *ReceiveReq) ValidateAll() error + func (x *ReceiveReq) GetData() string + func (x *ReceiveReq) GetMethod() string + func (x *ReceiveReq) GetSign() string + func (x *ReceiveReq) ProtoReflect() protoreflect.Message + func (x *ReceiveReq) Reset() + func (x *ReceiveReq) String() string + type ReceiveReqMultiError []error + func (m ReceiveReqMultiError) AllErrors() []error + func (m ReceiveReqMultiError) Error() string + type ReceiveReqValidationError struct + func (e ReceiveReqValidationError) Cause() error + func (e ReceiveReqValidationError) Error() string + func (e ReceiveReqValidationError) ErrorName() string + func (e ReceiveReqValidationError) Field() string + func (e ReceiveReqValidationError) Key() bool + func (e ReceiveReqValidationError) Reason() string + type SendReply struct + Data []byte + func (*SendReply) Descriptor() ([]byte, []int) + func (*SendReply) ProtoMessage() + func (m *SendReply) Validate() error + func (m *SendReply) ValidateAll() error + func (x *SendReply) GetData() []byte + func (x *SendReply) ProtoReflect() protoreflect.Message + func (x *SendReply) Reset() + func (x *SendReply) String() string + type SendReplyMultiError []error + func (m SendReplyMultiError) AllErrors() []error + func (m SendReplyMultiError) Error() string + type SendReplyValidationError struct + func (e SendReplyValidationError) Cause() error + func (e SendReplyValidationError) Error() string + func (e SendReplyValidationError) ErrorName() string + func (e SendReplyValidationError) Field() string + func (e SendReplyValidationError) Key() bool + func (e SendReplyValidationError) Reason() string + type SendReq struct + Data []byte + Method string + func (*SendReq) Descriptor() ([]byte, []int) + func (*SendReq) ProtoMessage() + func (m *SendReq) Validate() error + func (m *SendReq) ValidateAll() error + func (x *SendReq) GetData() []byte + func (x *SendReq) GetMethod() string + func (x *SendReq) ProtoReflect() protoreflect.Message + func (x *SendReq) Reset() + func (x *SendReq) String() string + type SendReqMultiError []error + func (m SendReqMultiError) AllErrors() []error + func (m SendReqMultiError) Error() string + type SendReqValidationError struct + func (e SendReqValidationError) Cause() error + func (e SendReqValidationError) Error() string + func (e SendReqValidationError) ErrorName() string + func (e SendReqValidationError) Field() string + func (e SendReqValidationError) Key() bool + func (e SendReqValidationError) Reason() string + type TenantApplyItem struct + ApplyType int32 + AssociatedUsersID string + CreatedAt int64 + EndTime int64 + HandleReason string + HandleResult uint32 + HandleUserId string + Id string + MaxGroupNumber int64 + MaxNumber int64 + NodeId string + PackageType string + Phone string + StartTime int64 + UpdatedAt int64 + func (*TenantApplyItem) Descriptor() ([]byte, []int) + func (*TenantApplyItem) ProtoMessage() + func (m *TenantApplyItem) Validate() error + func (m *TenantApplyItem) ValidateAll() error + func (x *TenantApplyItem) GetApplyType() int32 + func (x *TenantApplyItem) GetAssociatedUsersID() string + func (x *TenantApplyItem) GetCreatedAt() int64 + func (x *TenantApplyItem) GetEndTime() int64 + func (x *TenantApplyItem) GetHandleReason() string + func (x *TenantApplyItem) GetHandleResult() uint32 + func (x *TenantApplyItem) GetHandleUserId() string + func (x *TenantApplyItem) GetId() string + func (x *TenantApplyItem) GetMaxGroupNumber() int64 + func (x *TenantApplyItem) GetMaxNumber() int64 + func (x *TenantApplyItem) GetNodeId() string + func (x *TenantApplyItem) GetPackageType() string + func (x *TenantApplyItem) GetPhone() string + func (x *TenantApplyItem) GetStartTime() int64 + func (x *TenantApplyItem) GetUpdatedAt() int64 + func (x *TenantApplyItem) ProtoReflect() protoreflect.Message + func (x *TenantApplyItem) Reset() + func (x *TenantApplyItem) String() string + type TenantApplyItemMultiError []error + func (m TenantApplyItemMultiError) AllErrors() []error + func (m TenantApplyItemMultiError) Error() string + type TenantApplyItemValidationError struct + func (e TenantApplyItemValidationError) Cause() error + func (e TenantApplyItemValidationError) Error() string + func (e TenantApplyItemValidationError) ErrorName() string + func (e TenantApplyItemValidationError) Field() string + func (e TenantApplyItemValidationError) Key() bool + func (e TenantApplyItemValidationError) Reason() string + type TenantApplyListReply struct + List []*TenantApplyItem + Total int64 + func (*TenantApplyListReply) Descriptor() ([]byte, []int) + func (*TenantApplyListReply) ProtoMessage() + func (m *TenantApplyListReply) Validate() error + func (m *TenantApplyListReply) ValidateAll() error + func (x *TenantApplyListReply) GetList() []*TenantApplyItem + func (x *TenantApplyListReply) GetTotal() int64 + func (x *TenantApplyListReply) ProtoReflect() protoreflect.Message + func (x *TenantApplyListReply) Reset() + func (x *TenantApplyListReply) String() string + type TenantApplyListReplyMultiError []error + func (m TenantApplyListReplyMultiError) AllErrors() []error + func (m TenantApplyListReplyMultiError) Error() string + type TenantApplyListReplyValidationError struct + func (e TenantApplyListReplyValidationError) Cause() error + func (e TenantApplyListReplyValidationError) Error() string + func (e TenantApplyListReplyValidationError) ErrorName() string + func (e TenantApplyListReplyValidationError) Field() string + func (e TenantApplyListReplyValidationError) Key() bool + func (e TenantApplyListReplyValidationError) Reason() string + type UnimplementedAccessServer struct + func (UnimplementedAccessServer) ReceiveRequest(context.Context, *ReceiveReq) (*ReceiveReply, error) + func (UnimplementedAccessServer) SendRequest(context.Context, *SendReq) (*SendReply, error) + type UnimplementedPlatformServer struct + func (UnimplementedPlatformServer) CancelAccount(context.Context, *CancelAccountReq) (*CancelAccountReply, error) + func (UnimplementedPlatformServer) DistributeMasterNodeConfig(context.Context, *DistributeMasterNodeConfigReq) (*DistributeMasterNodeReply, error) + func (UnimplementedPlatformServer) DistributeProxyNodeConfig(context.Context, *DistributeProxyNodeConfigReq) (*DistributeProxyNodeConfigReply, error) + func (UnimplementedPlatformServer) DistributeUser(context.Context, *DistributeUserReq) (*DistributeUserReply, error) + func (UnimplementedPlatformServer) EscalationUser(context.Context, *EscalationUserReq) (*EscalationUserReply, error) + func (UnimplementedPlatformServer) GetNodeFunction(context.Context, *emptypb.Empty) (*GetNodeFunctionReply, error) + func (UnimplementedPlatformServer) GetNodeKey(context.Context, *emptypb.Empty) (*GetNodeKeyReply, error) + func (UnimplementedPlatformServer) GetNodeStatus(context.Context, *GetNodeStatusReq) (*GetNodeStatusReply, error) + func (UnimplementedPlatformServer) UpdateCenterUserPassword(context.Context, *UpdateCenterUserPasswordReq) (*UpdateCenterUserPasswordReply, error) + type UnsafeAccessServer interface + type UnsafePlatformServer interface + type UpdateCenterUserPasswordReply struct + func (*UpdateCenterUserPasswordReply) Descriptor() ([]byte, []int) + func (*UpdateCenterUserPasswordReply) ProtoMessage() + func (m *UpdateCenterUserPasswordReply) Validate() error + func (m *UpdateCenterUserPasswordReply) ValidateAll() error + func (x *UpdateCenterUserPasswordReply) ProtoReflect() protoreflect.Message + func (x *UpdateCenterUserPasswordReply) Reset() + func (x *UpdateCenterUserPasswordReply) String() string + type UpdateCenterUserPasswordReplyMultiError []error + func (m UpdateCenterUserPasswordReplyMultiError) AllErrors() []error + func (m UpdateCenterUserPasswordReplyMultiError) Error() string + type UpdateCenterUserPasswordReplyValidationError struct + func (e UpdateCenterUserPasswordReplyValidationError) Cause() error + func (e UpdateCenterUserPasswordReplyValidationError) Error() string + func (e UpdateCenterUserPasswordReplyValidationError) ErrorName() string + func (e UpdateCenterUserPasswordReplyValidationError) Field() string + func (e UpdateCenterUserPasswordReplyValidationError) Key() bool + func (e UpdateCenterUserPasswordReplyValidationError) Reason() string + type UpdateCenterUserPasswordReq struct + Password string + UserId string + func (*UpdateCenterUserPasswordReq) Descriptor() ([]byte, []int) + func (*UpdateCenterUserPasswordReq) ProtoMessage() + func (m *UpdateCenterUserPasswordReq) Validate() error + func (m *UpdateCenterUserPasswordReq) ValidateAll() error + func (x *UpdateCenterUserPasswordReq) GetPassword() string + func (x *UpdateCenterUserPasswordReq) GetUserId() string + func (x *UpdateCenterUserPasswordReq) ProtoReflect() protoreflect.Message + func (x *UpdateCenterUserPasswordReq) Reset() + func (x *UpdateCenterUserPasswordReq) String() string + type UpdateCenterUserPasswordReqMultiError []error + func (m UpdateCenterUserPasswordReqMultiError) AllErrors() []error + func (m UpdateCenterUserPasswordReqMultiError) Error() string + type UpdateCenterUserPasswordReqValidationError struct + func (e UpdateCenterUserPasswordReqValidationError) Cause() error + func (e UpdateCenterUserPasswordReqValidationError) Error() string + func (e UpdateCenterUserPasswordReqValidationError) ErrorName() string + func (e UpdateCenterUserPasswordReqValidationError) Field() string + func (e UpdateCenterUserPasswordReqValidationError) Key() bool + func (e UpdateCenterUserPasswordReqValidationError) Reason() string + type WebsiteConfig struct + Id int64 + MaxDayAlive int64 + MaxGroupNum int64 + MaxUserNum int64 + NodeId string + PackageName string + PackagePrice float32 + PurchaseDuration int64 + func (*WebsiteConfig) Descriptor() ([]byte, []int) + func (*WebsiteConfig) ProtoMessage() + func (m *WebsiteConfig) Validate() error + func (m *WebsiteConfig) ValidateAll() error + func (x *WebsiteConfig) GetId() int64 + func (x *WebsiteConfig) GetMaxDayAlive() int64 + func (x *WebsiteConfig) GetMaxGroupNum() int64 + func (x *WebsiteConfig) GetMaxUserNum() int64 + func (x *WebsiteConfig) GetNodeId() string + func (x *WebsiteConfig) GetPackageName() string + func (x *WebsiteConfig) GetPackagePrice() float32 + func (x *WebsiteConfig) GetPurchaseDuration() int64 + func (x *WebsiteConfig) ProtoReflect() protoreflect.Message + func (x *WebsiteConfig) Reset() + func (x *WebsiteConfig) String() string + type WebsiteConfigMultiError []error + func (m WebsiteConfigMultiError) AllErrors() []error + func (m WebsiteConfigMultiError) Error() string + type WebsiteConfigValidationError struct + func (e WebsiteConfigValidationError) Cause() error + func (e WebsiteConfigValidationError) Error() string + func (e WebsiteConfigValidationError) ErrorName() string + func (e WebsiteConfigValidationError) Field() string + func (e WebsiteConfigValidationError) Key() bool + func (e WebsiteConfigValidationError) Reason() string