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 OperationUserAuthMethodServiceCreateUserAuthMethod + const OperationUserAuthMethodServiceDeleteUserAuthMethod + const OperationUserAuthMethodServiceGetUserAuthMethod + const OperationUserAuthMethodServiceUpdateUserAuthMethod + const OperationUserDeviceServiceDeleteUserDevice + const OperationUserDeviceServiceKickOfflineByUserDevice + const OperationUserDeviceServiceUpdateUserDevice + const OperationUserServiceBatchDeleteUser + const OperationUserServiceCreateUser + const OperationUserServiceCurrentUser + const OperationUserServiceDeleteUser + const OperationUserServiceGetUserDetail + const OperationUserServiceGetUserList + const OperationUserServiceGetUserLoginLogs + const OperationUserServiceUpdateUserBasicInfo + const OperationUserServiceUpdateUserNotifySettings + const OperationUserSubscribeServiceCreateUserSubscribe + const OperationUserSubscribeServiceDeleteUserSubscribe + const OperationUserSubscribeServiceGetUserSubscribe + const OperationUserSubscribeServiceGetUserSubscribeById + const OperationUserSubscribeServiceGetUserSubscribeDevices + const OperationUserSubscribeServiceGetUserSubscribeLogs + const OperationUserSubscribeServiceGetUserSubscribeResetTrafficLogs + const OperationUserSubscribeServiceGetUserSubscribeTrafficLogs + const OperationUserSubscribeServiceResetUserSubscribeToken + const OperationUserSubscribeServiceResetUserSubscribeTraffic + const OperationUserSubscribeServiceToggleUserSubscribeStatus + const OperationUserSubscribeServiceUpdateUserSubscribe + const UserAuthMethodService_CreateUserAuthMethod_FullMethodName + const UserAuthMethodService_DeleteUserAuthMethod_FullMethodName + const UserAuthMethodService_GetUserAuthMethod_FullMethodName + const UserAuthMethodService_UpdateUserAuthMethod_FullMethodName + const UserDeviceService_DeleteUserDevice_FullMethodName + const UserDeviceService_KickOfflineByUserDevice_FullMethodName + const UserDeviceService_UpdateUserDevice_FullMethodName + const UserService_BatchDeleteUser_FullMethodName + const UserService_CreateUser_FullMethodName + const UserService_CurrentUser_FullMethodName + const UserService_DeleteUser_FullMethodName + const UserService_GetUserDetail_FullMethodName + const UserService_GetUserList_FullMethodName + const UserService_GetUserLoginLogs_FullMethodName + const UserService_UpdateUserBasicInfo_FullMethodName + const UserService_UpdateUserNotifySettings_FullMethodName + const UserSubscribeService_CreateUserSubscribe_FullMethodName + const UserSubscribeService_DeleteUserSubscribe_FullMethodName + const UserSubscribeService_GetUserSubscribeById_FullMethodName + const UserSubscribeService_GetUserSubscribeDevices_FullMethodName + const UserSubscribeService_GetUserSubscribeLogs_FullMethodName + const UserSubscribeService_GetUserSubscribeResetTrafficLogs_FullMethodName + const UserSubscribeService_GetUserSubscribeTrafficLogs_FullMethodName + const UserSubscribeService_GetUserSubscribe_FullMethodName + const UserSubscribeService_ResetUserSubscribeToken_FullMethodName + const UserSubscribeService_ResetUserSubscribeTraffic_FullMethodName + const UserSubscribeService_ToggleUserSubscribeStatus_FullMethodName + const UserSubscribeService_UpdateUserSubscribe_FullMethodName + var File_admin_user_v1_auth_method_proto protoreflect.FileDescriptor + var File_admin_user_v1_device_proto protoreflect.FileDescriptor + var File_admin_user_v1_subscribe_proto protoreflect.FileDescriptor + var File_admin_user_v1_user_proto protoreflect.FileDescriptor + var UserAuthMethodService_ServiceDesc = grpc.ServiceDesc + var UserDeviceService_ServiceDesc = grpc.ServiceDesc + var UserService_ServiceDesc = grpc.ServiceDesc + var UserSubscribeService_ServiceDesc = grpc.ServiceDesc + func RegisterUserAuthMethodServiceHTTPServer(s *http.Server, srv UserAuthMethodServiceHTTPServer) + func RegisterUserAuthMethodServiceServer(s grpc.ServiceRegistrar, srv UserAuthMethodServiceServer) + func RegisterUserDeviceServiceHTTPServer(s *http.Server, srv UserDeviceServiceHTTPServer) + func RegisterUserDeviceServiceServer(s grpc.ServiceRegistrar, srv UserDeviceServiceServer) + func RegisterUserServiceHTTPServer(s *http.Server, srv UserServiceHTTPServer) + func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer) + func RegisterUserSubscribeServiceHTTPServer(s *http.Server, srv UserSubscribeServiceHTTPServer) + func RegisterUserSubscribeServiceServer(s grpc.ServiceRegistrar, srv UserSubscribeServiceServer) + type BatchDeleteUserData struct + DeletedCount int64 + func (*BatchDeleteUserData) Descriptor() ([]byte, []int) + func (*BatchDeleteUserData) ProtoMessage() + func (m *BatchDeleteUserData) Validate() error + func (m *BatchDeleteUserData) ValidateAll() error + func (x *BatchDeleteUserData) GetDeletedCount() int64 + func (x *BatchDeleteUserData) ProtoReflect() protoreflect.Message + func (x *BatchDeleteUserData) Reset() + func (x *BatchDeleteUserData) String() string + type BatchDeleteUserDataMultiError []error + func (m BatchDeleteUserDataMultiError) AllErrors() []error + func (m BatchDeleteUserDataMultiError) Error() string + type BatchDeleteUserDataValidationError struct + func (e BatchDeleteUserDataValidationError) Cause() error + func (e BatchDeleteUserDataValidationError) Error() string + func (e BatchDeleteUserDataValidationError) ErrorName() string + func (e BatchDeleteUserDataValidationError) Field() string + func (e BatchDeleteUserDataValidationError) Key() bool + func (e BatchDeleteUserDataValidationError) Reason() string + type BatchDeleteUserReply struct + Code int32 + Data *BatchDeleteUserData + Message string + func (*BatchDeleteUserReply) Descriptor() ([]byte, []int) + func (*BatchDeleteUserReply) ProtoMessage() + func (m *BatchDeleteUserReply) Validate() error + func (m *BatchDeleteUserReply) ValidateAll() error + func (x *BatchDeleteUserReply) GetCode() int32 + func (x *BatchDeleteUserReply) GetData() *BatchDeleteUserData + func (x *BatchDeleteUserReply) GetMessage() string + func (x *BatchDeleteUserReply) ProtoReflect() protoreflect.Message + func (x *BatchDeleteUserReply) Reset() + func (x *BatchDeleteUserReply) String() string + type BatchDeleteUserReplyMultiError []error + func (m BatchDeleteUserReplyMultiError) AllErrors() []error + func (m BatchDeleteUserReplyMultiError) Error() string + type BatchDeleteUserReplyValidationError struct + func (e BatchDeleteUserReplyValidationError) Cause() error + func (e BatchDeleteUserReplyValidationError) Error() string + func (e BatchDeleteUserReplyValidationError) ErrorName() string + func (e BatchDeleteUserReplyValidationError) Field() string + func (e BatchDeleteUserReplyValidationError) Key() bool + func (e BatchDeleteUserReplyValidationError) Reason() string + type BatchDeleteUserRequest struct + Ids []int64 + func (*BatchDeleteUserRequest) Descriptor() ([]byte, []int) + func (*BatchDeleteUserRequest) ProtoMessage() + func (m *BatchDeleteUserRequest) Validate() error + func (m *BatchDeleteUserRequest) ValidateAll() error + func (x *BatchDeleteUserRequest) GetIds() []int64 + func (x *BatchDeleteUserRequest) ProtoReflect() protoreflect.Message + func (x *BatchDeleteUserRequest) Reset() + func (x *BatchDeleteUserRequest) String() string + type BatchDeleteUserRequestMultiError []error + func (m BatchDeleteUserRequestMultiError) AllErrors() []error + func (m BatchDeleteUserRequestMultiError) Error() string + type BatchDeleteUserRequestValidationError struct + func (e BatchDeleteUserRequestValidationError) Cause() error + func (e BatchDeleteUserRequestValidationError) Error() string + func (e BatchDeleteUserRequestValidationError) ErrorName() string + func (e BatchDeleteUserRequestValidationError) Field() string + func (e BatchDeleteUserRequestValidationError) Key() bool + func (e BatchDeleteUserRequestValidationError) Reason() string + type CreateUserAuthMethodData struct + Success bool + func (*CreateUserAuthMethodData) Descriptor() ([]byte, []int) + func (*CreateUserAuthMethodData) ProtoMessage() + func (m *CreateUserAuthMethodData) Validate() error + func (m *CreateUserAuthMethodData) ValidateAll() error + func (x *CreateUserAuthMethodData) GetSuccess() bool + func (x *CreateUserAuthMethodData) ProtoReflect() protoreflect.Message + func (x *CreateUserAuthMethodData) Reset() + func (x *CreateUserAuthMethodData) String() string + type CreateUserAuthMethodDataMultiError []error + func (m CreateUserAuthMethodDataMultiError) AllErrors() []error + func (m CreateUserAuthMethodDataMultiError) Error() string + type CreateUserAuthMethodDataValidationError struct + func (e CreateUserAuthMethodDataValidationError) Cause() error + func (e CreateUserAuthMethodDataValidationError) Error() string + func (e CreateUserAuthMethodDataValidationError) ErrorName() string + func (e CreateUserAuthMethodDataValidationError) Field() string + func (e CreateUserAuthMethodDataValidationError) Key() bool + func (e CreateUserAuthMethodDataValidationError) Reason() string + type CreateUserAuthMethodReply struct + Code int32 + Data *CreateUserAuthMethodData + Message string + func (*CreateUserAuthMethodReply) Descriptor() ([]byte, []int) + func (*CreateUserAuthMethodReply) ProtoMessage() + func (m *CreateUserAuthMethodReply) Validate() error + func (m *CreateUserAuthMethodReply) ValidateAll() error + func (x *CreateUserAuthMethodReply) GetCode() int32 + func (x *CreateUserAuthMethodReply) GetData() *CreateUserAuthMethodData + func (x *CreateUserAuthMethodReply) GetMessage() string + func (x *CreateUserAuthMethodReply) ProtoReflect() protoreflect.Message + func (x *CreateUserAuthMethodReply) Reset() + func (x *CreateUserAuthMethodReply) String() string + type CreateUserAuthMethodReplyMultiError []error + func (m CreateUserAuthMethodReplyMultiError) AllErrors() []error + func (m CreateUserAuthMethodReplyMultiError) Error() string + type CreateUserAuthMethodReplyValidationError struct + func (e CreateUserAuthMethodReplyValidationError) Cause() error + func (e CreateUserAuthMethodReplyValidationError) Error() string + func (e CreateUserAuthMethodReplyValidationError) ErrorName() string + func (e CreateUserAuthMethodReplyValidationError) Field() string + func (e CreateUserAuthMethodReplyValidationError) Key() bool + func (e CreateUserAuthMethodReplyValidationError) Reason() string + type CreateUserAuthMethodRequest struct + AuthIdentifier string + AuthType string + UserId int64 + func (*CreateUserAuthMethodRequest) Descriptor() ([]byte, []int) + func (*CreateUserAuthMethodRequest) ProtoMessage() + func (m *CreateUserAuthMethodRequest) Validate() error + func (m *CreateUserAuthMethodRequest) ValidateAll() error + func (x *CreateUserAuthMethodRequest) GetAuthIdentifier() string + func (x *CreateUserAuthMethodRequest) GetAuthType() string + func (x *CreateUserAuthMethodRequest) GetUserId() int64 + func (x *CreateUserAuthMethodRequest) ProtoReflect() protoreflect.Message + func (x *CreateUserAuthMethodRequest) Reset() + func (x *CreateUserAuthMethodRequest) String() string + type CreateUserAuthMethodRequestMultiError []error + func (m CreateUserAuthMethodRequestMultiError) AllErrors() []error + func (m CreateUserAuthMethodRequestMultiError) Error() string + type CreateUserAuthMethodRequestValidationError struct + func (e CreateUserAuthMethodRequestValidationError) Cause() error + func (e CreateUserAuthMethodRequestValidationError) Error() string + func (e CreateUserAuthMethodRequestValidationError) ErrorName() string + func (e CreateUserAuthMethodRequestValidationError) Field() string + func (e CreateUserAuthMethodRequestValidationError) Key() bool + func (e CreateUserAuthMethodRequestValidationError) Reason() string + type CreateUserData struct + UserId int64 + func (*CreateUserData) Descriptor() ([]byte, []int) + func (*CreateUserData) ProtoMessage() + func (m *CreateUserData) Validate() error + func (m *CreateUserData) ValidateAll() error + func (x *CreateUserData) GetUserId() int64 + func (x *CreateUserData) ProtoReflect() protoreflect.Message + func (x *CreateUserData) Reset() + func (x *CreateUserData) String() string + type CreateUserDataMultiError []error + func (m CreateUserDataMultiError) AllErrors() []error + func (m CreateUserDataMultiError) Error() string + type CreateUserDataValidationError struct + func (e CreateUserDataValidationError) Cause() error + func (e CreateUserDataValidationError) Error() string + func (e CreateUserDataValidationError) ErrorName() string + func (e CreateUserDataValidationError) Field() string + func (e CreateUserDataValidationError) Key() bool + func (e CreateUserDataValidationError) Reason() string + type CreateUserReply struct + Code int32 + Data *CreateUserData + Message string + func (*CreateUserReply) Descriptor() ([]byte, []int) + func (*CreateUserReply) ProtoMessage() + func (m *CreateUserReply) Validate() error + func (m *CreateUserReply) ValidateAll() error + func (x *CreateUserReply) GetCode() int32 + func (x *CreateUserReply) GetData() *CreateUserData + func (x *CreateUserReply) GetMessage() string + func (x *CreateUserReply) ProtoReflect() protoreflect.Message + func (x *CreateUserReply) Reset() + func (x *CreateUserReply) String() string + type CreateUserReplyMultiError []error + func (m CreateUserReplyMultiError) AllErrors() []error + func (m CreateUserReplyMultiError) Error() string + type CreateUserReplyValidationError struct + func (e CreateUserReplyValidationError) Cause() error + func (e CreateUserReplyValidationError) Error() string + func (e CreateUserReplyValidationError) ErrorName() string + func (e CreateUserReplyValidationError) Field() string + func (e CreateUserReplyValidationError) Key() bool + func (e CreateUserReplyValidationError) Reason() string + type CreateUserRequest struct + Balance int64 + Commission int64 + Duration int64 + Email string + GiftAmount int64 + IsAdmin bool + OnlyFirstPurchase bool + Password string + ProductId int64 + ReferCode string + RefererUser string + ReferralPercentage uint32 + Telephone string + TelephoneAreaCode string + func (*CreateUserRequest) Descriptor() ([]byte, []int) + func (*CreateUserRequest) ProtoMessage() + func (m *CreateUserRequest) Validate() error + func (m *CreateUserRequest) ValidateAll() error + func (x *CreateUserRequest) GetBalance() int64 + func (x *CreateUserRequest) GetCommission() int64 + func (x *CreateUserRequest) GetDuration() int64 + func (x *CreateUserRequest) GetEmail() string + func (x *CreateUserRequest) GetGiftAmount() int64 + func (x *CreateUserRequest) GetIsAdmin() bool + func (x *CreateUserRequest) GetOnlyFirstPurchase() bool + func (x *CreateUserRequest) GetPassword() string + func (x *CreateUserRequest) GetProductId() int64 + func (x *CreateUserRequest) GetReferCode() string + func (x *CreateUserRequest) GetRefererUser() string + func (x *CreateUserRequest) GetReferralPercentage() uint32 + func (x *CreateUserRequest) GetTelephone() string + func (x *CreateUserRequest) GetTelephoneAreaCode() string + func (x *CreateUserRequest) ProtoReflect() protoreflect.Message + func (x *CreateUserRequest) Reset() + func (x *CreateUserRequest) String() string + type CreateUserRequestMultiError []error + func (m CreateUserRequestMultiError) AllErrors() []error + func (m CreateUserRequestMultiError) Error() string + type CreateUserRequestValidationError struct + func (e CreateUserRequestValidationError) Cause() error + func (e CreateUserRequestValidationError) Error() string + func (e CreateUserRequestValidationError) ErrorName() string + func (e CreateUserRequestValidationError) Field() string + func (e CreateUserRequestValidationError) Key() bool + func (e CreateUserRequestValidationError) Reason() string + type CreateUserSubscribeReply struct + Code int32 + Message string + func (*CreateUserSubscribeReply) Descriptor() ([]byte, []int) + func (*CreateUserSubscribeReply) ProtoMessage() + func (m *CreateUserSubscribeReply) Validate() error + func (m *CreateUserSubscribeReply) ValidateAll() error + func (x *CreateUserSubscribeReply) GetCode() int32 + func (x *CreateUserSubscribeReply) GetMessage() string + func (x *CreateUserSubscribeReply) ProtoReflect() protoreflect.Message + func (x *CreateUserSubscribeReply) Reset() + func (x *CreateUserSubscribeReply) String() string + type CreateUserSubscribeReplyMultiError []error + func (m CreateUserSubscribeReplyMultiError) AllErrors() []error + func (m CreateUserSubscribeReplyMultiError) Error() string + type CreateUserSubscribeReplyValidationError struct + func (e CreateUserSubscribeReplyValidationError) Cause() error + func (e CreateUserSubscribeReplyValidationError) Error() string + func (e CreateUserSubscribeReplyValidationError) ErrorName() string + func (e CreateUserSubscribeReplyValidationError) Field() string + func (e CreateUserSubscribeReplyValidationError) Key() bool + func (e CreateUserSubscribeReplyValidationError) Reason() string + type CreateUserSubscribeRequest struct + ExpiredAt int64 + SubscribeId int64 + Traffic int64 + UserId int64 + func (*CreateUserSubscribeRequest) Descriptor() ([]byte, []int) + func (*CreateUserSubscribeRequest) ProtoMessage() + func (m *CreateUserSubscribeRequest) Validate() error + func (m *CreateUserSubscribeRequest) ValidateAll() error + func (x *CreateUserSubscribeRequest) GetExpiredAt() int64 + func (x *CreateUserSubscribeRequest) GetSubscribeId() int64 + func (x *CreateUserSubscribeRequest) GetTraffic() int64 + func (x *CreateUserSubscribeRequest) GetUserId() int64 + func (x *CreateUserSubscribeRequest) ProtoReflect() protoreflect.Message + func (x *CreateUserSubscribeRequest) Reset() + func (x *CreateUserSubscribeRequest) String() string + type CreateUserSubscribeRequestMultiError []error + func (m CreateUserSubscribeRequestMultiError) AllErrors() []error + func (m CreateUserSubscribeRequestMultiError) Error() string + type CreateUserSubscribeRequestValidationError struct + func (e CreateUserSubscribeRequestValidationError) Cause() error + func (e CreateUserSubscribeRequestValidationError) Error() string + func (e CreateUserSubscribeRequestValidationError) ErrorName() string + func (e CreateUserSubscribeRequestValidationError) Field() string + func (e CreateUserSubscribeRequestValidationError) Key() bool + func (e CreateUserSubscribeRequestValidationError) Reason() string + type CurrentUserData struct + User *User + func (*CurrentUserData) Descriptor() ([]byte, []int) + func (*CurrentUserData) ProtoMessage() + func (m *CurrentUserData) Validate() error + func (m *CurrentUserData) ValidateAll() error + func (x *CurrentUserData) GetUser() *User + func (x *CurrentUserData) ProtoReflect() protoreflect.Message + func (x *CurrentUserData) Reset() + func (x *CurrentUserData) String() string + type CurrentUserDataMultiError []error + func (m CurrentUserDataMultiError) AllErrors() []error + func (m CurrentUserDataMultiError) Error() string + type CurrentUserDataValidationError struct + func (e CurrentUserDataValidationError) Cause() error + func (e CurrentUserDataValidationError) Error() string + func (e CurrentUserDataValidationError) ErrorName() string + func (e CurrentUserDataValidationError) Field() string + func (e CurrentUserDataValidationError) Key() bool + func (e CurrentUserDataValidationError) Reason() string + type CurrentUserReply struct + Code int32 + Data *CurrentUserData + Message string + func (*CurrentUserReply) Descriptor() ([]byte, []int) + func (*CurrentUserReply) ProtoMessage() + func (m *CurrentUserReply) Validate() error + func (m *CurrentUserReply) ValidateAll() error + func (x *CurrentUserReply) GetCode() int32 + func (x *CurrentUserReply) GetData() *CurrentUserData + func (x *CurrentUserReply) GetMessage() string + func (x *CurrentUserReply) ProtoReflect() protoreflect.Message + func (x *CurrentUserReply) Reset() + func (x *CurrentUserReply) String() string + type CurrentUserReplyMultiError []error + func (m CurrentUserReplyMultiError) AllErrors() []error + func (m CurrentUserReplyMultiError) Error() string + type CurrentUserReplyValidationError struct + func (e CurrentUserReplyValidationError) Cause() error + func (e CurrentUserReplyValidationError) Error() string + func (e CurrentUserReplyValidationError) ErrorName() string + func (e CurrentUserReplyValidationError) Field() string + func (e CurrentUserReplyValidationError) Key() bool + func (e CurrentUserReplyValidationError) Reason() string + type CurrentUserRequest struct + func (*CurrentUserRequest) Descriptor() ([]byte, []int) + func (*CurrentUserRequest) ProtoMessage() + func (m *CurrentUserRequest) Validate() error + func (m *CurrentUserRequest) ValidateAll() error + func (x *CurrentUserRequest) ProtoReflect() protoreflect.Message + func (x *CurrentUserRequest) Reset() + func (x *CurrentUserRequest) String() string + type CurrentUserRequestMultiError []error + func (m CurrentUserRequestMultiError) AllErrors() []error + func (m CurrentUserRequestMultiError) Error() string + type CurrentUserRequestValidationError struct + func (e CurrentUserRequestValidationError) Cause() error + func (e CurrentUserRequestValidationError) Error() string + func (e CurrentUserRequestValidationError) ErrorName() string + func (e CurrentUserRequestValidationError) Field() string + func (e CurrentUserRequestValidationError) Key() bool + func (e CurrentUserRequestValidationError) Reason() string + type DeleteUserAuthMethodData struct + Success bool + func (*DeleteUserAuthMethodData) Descriptor() ([]byte, []int) + func (*DeleteUserAuthMethodData) ProtoMessage() + func (m *DeleteUserAuthMethodData) Validate() error + func (m *DeleteUserAuthMethodData) ValidateAll() error + func (x *DeleteUserAuthMethodData) GetSuccess() bool + func (x *DeleteUserAuthMethodData) ProtoReflect() protoreflect.Message + func (x *DeleteUserAuthMethodData) Reset() + func (x *DeleteUserAuthMethodData) String() string + type DeleteUserAuthMethodDataMultiError []error + func (m DeleteUserAuthMethodDataMultiError) AllErrors() []error + func (m DeleteUserAuthMethodDataMultiError) Error() string + type DeleteUserAuthMethodDataValidationError struct + func (e DeleteUserAuthMethodDataValidationError) Cause() error + func (e DeleteUserAuthMethodDataValidationError) Error() string + func (e DeleteUserAuthMethodDataValidationError) ErrorName() string + func (e DeleteUserAuthMethodDataValidationError) Field() string + func (e DeleteUserAuthMethodDataValidationError) Key() bool + func (e DeleteUserAuthMethodDataValidationError) Reason() string + type DeleteUserAuthMethodReply struct + Code int32 + Data *DeleteUserAuthMethodData + Message string + func (*DeleteUserAuthMethodReply) Descriptor() ([]byte, []int) + func (*DeleteUserAuthMethodReply) ProtoMessage() + func (m *DeleteUserAuthMethodReply) Validate() error + func (m *DeleteUserAuthMethodReply) ValidateAll() error + func (x *DeleteUserAuthMethodReply) GetCode() int32 + func (x *DeleteUserAuthMethodReply) GetData() *DeleteUserAuthMethodData + func (x *DeleteUserAuthMethodReply) GetMessage() string + func (x *DeleteUserAuthMethodReply) ProtoReflect() protoreflect.Message + func (x *DeleteUserAuthMethodReply) Reset() + func (x *DeleteUserAuthMethodReply) String() string + type DeleteUserAuthMethodReplyMultiError []error + func (m DeleteUserAuthMethodReplyMultiError) AllErrors() []error + func (m DeleteUserAuthMethodReplyMultiError) Error() string + type DeleteUserAuthMethodReplyValidationError struct + func (e DeleteUserAuthMethodReplyValidationError) Cause() error + func (e DeleteUserAuthMethodReplyValidationError) Error() string + func (e DeleteUserAuthMethodReplyValidationError) ErrorName() string + func (e DeleteUserAuthMethodReplyValidationError) Field() string + func (e DeleteUserAuthMethodReplyValidationError) Key() bool + func (e DeleteUserAuthMethodReplyValidationError) Reason() string + type DeleteUserAuthMethodRequest struct + AuthType string + UserId int64 + func (*DeleteUserAuthMethodRequest) Descriptor() ([]byte, []int) + func (*DeleteUserAuthMethodRequest) ProtoMessage() + func (m *DeleteUserAuthMethodRequest) Validate() error + func (m *DeleteUserAuthMethodRequest) ValidateAll() error + func (x *DeleteUserAuthMethodRequest) GetAuthType() string + func (x *DeleteUserAuthMethodRequest) GetUserId() int64 + func (x *DeleteUserAuthMethodRequest) ProtoReflect() protoreflect.Message + func (x *DeleteUserAuthMethodRequest) Reset() + func (x *DeleteUserAuthMethodRequest) String() string + type DeleteUserAuthMethodRequestMultiError []error + func (m DeleteUserAuthMethodRequestMultiError) AllErrors() []error + func (m DeleteUserAuthMethodRequestMultiError) Error() string + type DeleteUserAuthMethodRequestValidationError struct + func (e DeleteUserAuthMethodRequestValidationError) Cause() error + func (e DeleteUserAuthMethodRequestValidationError) Error() string + func (e DeleteUserAuthMethodRequestValidationError) ErrorName() string + func (e DeleteUserAuthMethodRequestValidationError) Field() string + func (e DeleteUserAuthMethodRequestValidationError) Key() bool + func (e DeleteUserAuthMethodRequestValidationError) Reason() string + type DeleteUserData struct + Success bool + func (*DeleteUserData) Descriptor() ([]byte, []int) + func (*DeleteUserData) ProtoMessage() + func (m *DeleteUserData) Validate() error + func (m *DeleteUserData) ValidateAll() error + func (x *DeleteUserData) GetSuccess() bool + func (x *DeleteUserData) ProtoReflect() protoreflect.Message + func (x *DeleteUserData) Reset() + func (x *DeleteUserData) String() string + type DeleteUserDataMultiError []error + func (m DeleteUserDataMultiError) AllErrors() []error + func (m DeleteUserDataMultiError) Error() string + type DeleteUserDataValidationError struct + func (e DeleteUserDataValidationError) Cause() error + func (e DeleteUserDataValidationError) Error() string + func (e DeleteUserDataValidationError) ErrorName() string + func (e DeleteUserDataValidationError) Field() string + func (e DeleteUserDataValidationError) Key() bool + func (e DeleteUserDataValidationError) Reason() string + type DeleteUserDeviceData struct + Success bool + func (*DeleteUserDeviceData) Descriptor() ([]byte, []int) + func (*DeleteUserDeviceData) ProtoMessage() + func (m *DeleteUserDeviceData) Validate() error + func (m *DeleteUserDeviceData) ValidateAll() error + func (x *DeleteUserDeviceData) GetSuccess() bool + func (x *DeleteUserDeviceData) ProtoReflect() protoreflect.Message + func (x *DeleteUserDeviceData) Reset() + func (x *DeleteUserDeviceData) String() string + type DeleteUserDeviceDataMultiError []error + func (m DeleteUserDeviceDataMultiError) AllErrors() []error + func (m DeleteUserDeviceDataMultiError) Error() string + type DeleteUserDeviceDataValidationError struct + func (e DeleteUserDeviceDataValidationError) Cause() error + func (e DeleteUserDeviceDataValidationError) Error() string + func (e DeleteUserDeviceDataValidationError) ErrorName() string + func (e DeleteUserDeviceDataValidationError) Field() string + func (e DeleteUserDeviceDataValidationError) Key() bool + func (e DeleteUserDeviceDataValidationError) Reason() string + type DeleteUserDeviceReply struct + Code int32 + Data *DeleteUserDeviceData + Message string + func (*DeleteUserDeviceReply) Descriptor() ([]byte, []int) + func (*DeleteUserDeviceReply) ProtoMessage() + func (m *DeleteUserDeviceReply) Validate() error + func (m *DeleteUserDeviceReply) ValidateAll() error + func (x *DeleteUserDeviceReply) GetCode() int32 + func (x *DeleteUserDeviceReply) GetData() *DeleteUserDeviceData + func (x *DeleteUserDeviceReply) GetMessage() string + func (x *DeleteUserDeviceReply) ProtoReflect() protoreflect.Message + func (x *DeleteUserDeviceReply) Reset() + func (x *DeleteUserDeviceReply) String() string + type DeleteUserDeviceReplyMultiError []error + func (m DeleteUserDeviceReplyMultiError) AllErrors() []error + func (m DeleteUserDeviceReplyMultiError) Error() string + type DeleteUserDeviceReplyValidationError struct + func (e DeleteUserDeviceReplyValidationError) Cause() error + func (e DeleteUserDeviceReplyValidationError) Error() string + func (e DeleteUserDeviceReplyValidationError) ErrorName() string + func (e DeleteUserDeviceReplyValidationError) Field() string + func (e DeleteUserDeviceReplyValidationError) Key() bool + func (e DeleteUserDeviceReplyValidationError) Reason() string + type DeleteUserDeviceRequest struct + Id int64 + func (*DeleteUserDeviceRequest) Descriptor() ([]byte, []int) + func (*DeleteUserDeviceRequest) ProtoMessage() + func (m *DeleteUserDeviceRequest) Validate() error + func (m *DeleteUserDeviceRequest) ValidateAll() error + func (x *DeleteUserDeviceRequest) GetId() int64 + func (x *DeleteUserDeviceRequest) ProtoReflect() protoreflect.Message + func (x *DeleteUserDeviceRequest) Reset() + func (x *DeleteUserDeviceRequest) String() string + type DeleteUserDeviceRequestMultiError []error + func (m DeleteUserDeviceRequestMultiError) AllErrors() []error + func (m DeleteUserDeviceRequestMultiError) Error() string + type DeleteUserDeviceRequestValidationError struct + func (e DeleteUserDeviceRequestValidationError) Cause() error + func (e DeleteUserDeviceRequestValidationError) Error() string + func (e DeleteUserDeviceRequestValidationError) ErrorName() string + func (e DeleteUserDeviceRequestValidationError) Field() string + func (e DeleteUserDeviceRequestValidationError) Key() bool + func (e DeleteUserDeviceRequestValidationError) Reason() string + type DeleteUserReply struct + Code int32 + Data *DeleteUserData + Message string + func (*DeleteUserReply) Descriptor() ([]byte, []int) + func (*DeleteUserReply) ProtoMessage() + func (m *DeleteUserReply) Validate() error + func (m *DeleteUserReply) ValidateAll() error + func (x *DeleteUserReply) GetCode() int32 + func (x *DeleteUserReply) GetData() *DeleteUserData + func (x *DeleteUserReply) GetMessage() string + func (x *DeleteUserReply) ProtoReflect() protoreflect.Message + func (x *DeleteUserReply) Reset() + func (x *DeleteUserReply) String() string + type DeleteUserReplyMultiError []error + func (m DeleteUserReplyMultiError) AllErrors() []error + func (m DeleteUserReplyMultiError) Error() string + type DeleteUserReplyValidationError struct + func (e DeleteUserReplyValidationError) Cause() error + func (e DeleteUserReplyValidationError) Error() string + func (e DeleteUserReplyValidationError) ErrorName() string + func (e DeleteUserReplyValidationError) Field() string + func (e DeleteUserReplyValidationError) Key() bool + func (e DeleteUserReplyValidationError) Reason() string + type DeleteUserRequest struct + Id int64 + func (*DeleteUserRequest) Descriptor() ([]byte, []int) + func (*DeleteUserRequest) ProtoMessage() + func (m *DeleteUserRequest) Validate() error + func (m *DeleteUserRequest) ValidateAll() error + func (x *DeleteUserRequest) GetId() int64 + func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message + func (x *DeleteUserRequest) Reset() + func (x *DeleteUserRequest) String() string + type DeleteUserRequestMultiError []error + func (m DeleteUserRequestMultiError) AllErrors() []error + func (m DeleteUserRequestMultiError) Error() string + type DeleteUserRequestValidationError struct + func (e DeleteUserRequestValidationError) Cause() error + func (e DeleteUserRequestValidationError) Error() string + func (e DeleteUserRequestValidationError) ErrorName() string + func (e DeleteUserRequestValidationError) Field() string + func (e DeleteUserRequestValidationError) Key() bool + func (e DeleteUserRequestValidationError) Reason() string + type DeleteUserSubscribeReply struct + Code int32 + Message string + func (*DeleteUserSubscribeReply) Descriptor() ([]byte, []int) + func (*DeleteUserSubscribeReply) ProtoMessage() + func (m *DeleteUserSubscribeReply) Validate() error + func (m *DeleteUserSubscribeReply) ValidateAll() error + func (x *DeleteUserSubscribeReply) GetCode() int32 + func (x *DeleteUserSubscribeReply) GetMessage() string + func (x *DeleteUserSubscribeReply) ProtoReflect() protoreflect.Message + func (x *DeleteUserSubscribeReply) Reset() + func (x *DeleteUserSubscribeReply) String() string + type DeleteUserSubscribeReplyMultiError []error + func (m DeleteUserSubscribeReplyMultiError) AllErrors() []error + func (m DeleteUserSubscribeReplyMultiError) Error() string + type DeleteUserSubscribeReplyValidationError struct + func (e DeleteUserSubscribeReplyValidationError) Cause() error + func (e DeleteUserSubscribeReplyValidationError) Error() string + func (e DeleteUserSubscribeReplyValidationError) ErrorName() string + func (e DeleteUserSubscribeReplyValidationError) Field() string + func (e DeleteUserSubscribeReplyValidationError) Key() bool + func (e DeleteUserSubscribeReplyValidationError) Reason() string + type DeleteUserSubscribeRequest struct + UserSubscribeId int64 + func (*DeleteUserSubscribeRequest) Descriptor() ([]byte, []int) + func (*DeleteUserSubscribeRequest) ProtoMessage() + func (m *DeleteUserSubscribeRequest) Validate() error + func (m *DeleteUserSubscribeRequest) ValidateAll() error + func (x *DeleteUserSubscribeRequest) GetUserSubscribeId() int64 + func (x *DeleteUserSubscribeRequest) ProtoReflect() protoreflect.Message + func (x *DeleteUserSubscribeRequest) Reset() + func (x *DeleteUserSubscribeRequest) String() string + type DeleteUserSubscribeRequestMultiError []error + func (m DeleteUserSubscribeRequestMultiError) AllErrors() []error + func (m DeleteUserSubscribeRequestMultiError) Error() string + type DeleteUserSubscribeRequestValidationError struct + func (e DeleteUserSubscribeRequestValidationError) Cause() error + func (e DeleteUserSubscribeRequestValidationError) Error() string + func (e DeleteUserSubscribeRequestValidationError) ErrorName() string + func (e DeleteUserSubscribeRequestValidationError) Field() string + func (e DeleteUserSubscribeRequestValidationError) Key() bool + func (e DeleteUserSubscribeRequestValidationError) Reason() string + type GetUserAuthMethodData struct + AuthMethods []*UserAuthMethod + func (*GetUserAuthMethodData) Descriptor() ([]byte, []int) + func (*GetUserAuthMethodData) ProtoMessage() + func (m *GetUserAuthMethodData) Validate() error + func (m *GetUserAuthMethodData) ValidateAll() error + func (x *GetUserAuthMethodData) GetAuthMethods() []*UserAuthMethod + func (x *GetUserAuthMethodData) ProtoReflect() protoreflect.Message + func (x *GetUserAuthMethodData) Reset() + func (x *GetUserAuthMethodData) String() string + type GetUserAuthMethodDataMultiError []error + func (m GetUserAuthMethodDataMultiError) AllErrors() []error + func (m GetUserAuthMethodDataMultiError) Error() string + type GetUserAuthMethodDataValidationError struct + func (e GetUserAuthMethodDataValidationError) Cause() error + func (e GetUserAuthMethodDataValidationError) Error() string + func (e GetUserAuthMethodDataValidationError) ErrorName() string + func (e GetUserAuthMethodDataValidationError) Field() string + func (e GetUserAuthMethodDataValidationError) Key() bool + func (e GetUserAuthMethodDataValidationError) Reason() string + type GetUserAuthMethodReply struct + Code int32 + Data *GetUserAuthMethodData + Message string + func (*GetUserAuthMethodReply) Descriptor() ([]byte, []int) + func (*GetUserAuthMethodReply) ProtoMessage() + func (m *GetUserAuthMethodReply) Validate() error + func (m *GetUserAuthMethodReply) ValidateAll() error + func (x *GetUserAuthMethodReply) GetCode() int32 + func (x *GetUserAuthMethodReply) GetData() *GetUserAuthMethodData + func (x *GetUserAuthMethodReply) GetMessage() string + func (x *GetUserAuthMethodReply) ProtoReflect() protoreflect.Message + func (x *GetUserAuthMethodReply) Reset() + func (x *GetUserAuthMethodReply) String() string + type GetUserAuthMethodReplyMultiError []error + func (m GetUserAuthMethodReplyMultiError) AllErrors() []error + func (m GetUserAuthMethodReplyMultiError) Error() string + type GetUserAuthMethodReplyValidationError struct + func (e GetUserAuthMethodReplyValidationError) Cause() error + func (e GetUserAuthMethodReplyValidationError) Error() string + func (e GetUserAuthMethodReplyValidationError) ErrorName() string + func (e GetUserAuthMethodReplyValidationError) Field() string + func (e GetUserAuthMethodReplyValidationError) Key() bool + func (e GetUserAuthMethodReplyValidationError) Reason() string + type GetUserAuthMethodRequest struct + UserId int64 + func (*GetUserAuthMethodRequest) Descriptor() ([]byte, []int) + func (*GetUserAuthMethodRequest) ProtoMessage() + func (m *GetUserAuthMethodRequest) Validate() error + func (m *GetUserAuthMethodRequest) ValidateAll() error + func (x *GetUserAuthMethodRequest) GetUserId() int64 + func (x *GetUserAuthMethodRequest) ProtoReflect() protoreflect.Message + func (x *GetUserAuthMethodRequest) Reset() + func (x *GetUserAuthMethodRequest) String() string + type GetUserAuthMethodRequestMultiError []error + func (m GetUserAuthMethodRequestMultiError) AllErrors() []error + func (m GetUserAuthMethodRequestMultiError) Error() string + type GetUserAuthMethodRequestValidationError struct + func (e GetUserAuthMethodRequestValidationError) Cause() error + func (e GetUserAuthMethodRequestValidationError) Error() string + func (e GetUserAuthMethodRequestValidationError) ErrorName() string + func (e GetUserAuthMethodRequestValidationError) Field() string + func (e GetUserAuthMethodRequestValidationError) Key() bool + func (e GetUserAuthMethodRequestValidationError) Reason() string + type GetUserDetailReply struct + Code int32 + Data *User + Message string + func (*GetUserDetailReply) Descriptor() ([]byte, []int) + func (*GetUserDetailReply) ProtoMessage() + func (m *GetUserDetailReply) Validate() error + func (m *GetUserDetailReply) ValidateAll() error + func (x *GetUserDetailReply) GetCode() int32 + func (x *GetUserDetailReply) GetData() *User + func (x *GetUserDetailReply) GetMessage() string + func (x *GetUserDetailReply) ProtoReflect() protoreflect.Message + func (x *GetUserDetailReply) Reset() + func (x *GetUserDetailReply) String() string + type GetUserDetailReplyMultiError []error + func (m GetUserDetailReplyMultiError) AllErrors() []error + func (m GetUserDetailReplyMultiError) Error() string + type GetUserDetailReplyValidationError struct + func (e GetUserDetailReplyValidationError) Cause() error + func (e GetUserDetailReplyValidationError) Error() string + func (e GetUserDetailReplyValidationError) ErrorName() string + func (e GetUserDetailReplyValidationError) Field() string + func (e GetUserDetailReplyValidationError) Key() bool + func (e GetUserDetailReplyValidationError) Reason() string + type GetUserDetailRequest struct + Id int64 + func (*GetUserDetailRequest) Descriptor() ([]byte, []int) + func (*GetUserDetailRequest) ProtoMessage() + func (m *GetUserDetailRequest) Validate() error + func (m *GetUserDetailRequest) ValidateAll() error + func (x *GetUserDetailRequest) GetId() int64 + func (x *GetUserDetailRequest) ProtoReflect() protoreflect.Message + func (x *GetUserDetailRequest) Reset() + func (x *GetUserDetailRequest) String() string + type GetUserDetailRequestMultiError []error + func (m GetUserDetailRequestMultiError) AllErrors() []error + func (m GetUserDetailRequestMultiError) Error() string + type GetUserDetailRequestValidationError struct + func (e GetUserDetailRequestValidationError) Cause() error + func (e GetUserDetailRequestValidationError) Error() string + func (e GetUserDetailRequestValidationError) ErrorName() string + func (e GetUserDetailRequestValidationError) Field() string + func (e GetUserDetailRequestValidationError) Key() bool + func (e GetUserDetailRequestValidationError) Reason() string + type GetUserListData struct + List []*User + Total int32 + func (*GetUserListData) Descriptor() ([]byte, []int) + func (*GetUserListData) ProtoMessage() + func (m *GetUserListData) Validate() error + func (m *GetUserListData) ValidateAll() error + func (x *GetUserListData) GetList() []*User + func (x *GetUserListData) GetTotal() int32 + func (x *GetUserListData) ProtoReflect() protoreflect.Message + func (x *GetUserListData) Reset() + func (x *GetUserListData) String() string + type GetUserListDataMultiError []error + func (m GetUserListDataMultiError) AllErrors() []error + func (m GetUserListDataMultiError) Error() string + type GetUserListDataValidationError struct + func (e GetUserListDataValidationError) Cause() error + func (e GetUserListDataValidationError) Error() string + func (e GetUserListDataValidationError) ErrorName() string + func (e GetUserListDataValidationError) Field() string + func (e GetUserListDataValidationError) Key() bool + func (e GetUserListDataValidationError) Reason() string + type GetUserListReply struct + Code int32 + Data *GetUserListData + Message string + func (*GetUserListReply) Descriptor() ([]byte, []int) + func (*GetUserListReply) ProtoMessage() + func (m *GetUserListReply) Validate() error + func (m *GetUserListReply) ValidateAll() error + func (x *GetUserListReply) GetCode() int32 + func (x *GetUserListReply) GetData() *GetUserListData + func (x *GetUserListReply) GetMessage() string + func (x *GetUserListReply) ProtoReflect() protoreflect.Message + func (x *GetUserListReply) Reset() + func (x *GetUserListReply) String() string + type GetUserListReplyMultiError []error + func (m GetUserListReplyMultiError) AllErrors() []error + func (m GetUserListReplyMultiError) Error() string + type GetUserListReplyValidationError struct + func (e GetUserListReplyValidationError) Cause() error + func (e GetUserListReplyValidationError) Error() string + func (e GetUserListReplyValidationError) ErrorName() string + func (e GetUserListReplyValidationError) Field() string + func (e GetUserListReplyValidationError) Key() bool + func (e GetUserListReplyValidationError) Reason() string + type GetUserListRequest struct + Page int32 + Search string + ShortCode string + Size int32 + SubscribeId *int64 + Unscoped bool + UserId *int64 + UserSubscribeId *int64 + func (*GetUserListRequest) Descriptor() ([]byte, []int) + func (*GetUserListRequest) ProtoMessage() + func (m *GetUserListRequest) Validate() error + func (m *GetUserListRequest) ValidateAll() error + func (x *GetUserListRequest) GetPage() int32 + func (x *GetUserListRequest) GetSearch() string + func (x *GetUserListRequest) GetShortCode() string + func (x *GetUserListRequest) GetSize() int32 + func (x *GetUserListRequest) GetSubscribeId() int64 + func (x *GetUserListRequest) GetUnscoped() bool + func (x *GetUserListRequest) GetUserId() int64 + func (x *GetUserListRequest) GetUserSubscribeId() int64 + func (x *GetUserListRequest) ProtoReflect() protoreflect.Message + func (x *GetUserListRequest) Reset() + func (x *GetUserListRequest) String() string + type GetUserListRequestMultiError []error + func (m GetUserListRequestMultiError) AllErrors() []error + func (m GetUserListRequestMultiError) Error() string + type GetUserListRequestValidationError struct + func (e GetUserListRequestValidationError) Cause() error + func (e GetUserListRequestValidationError) Error() string + func (e GetUserListRequestValidationError) ErrorName() string + func (e GetUserListRequestValidationError) Field() string + func (e GetUserListRequestValidationError) Key() bool + func (e GetUserListRequestValidationError) Reason() string + type GetUserLoginLogsData struct + List []*LoginLog + Total int32 + func (*GetUserLoginLogsData) Descriptor() ([]byte, []int) + func (*GetUserLoginLogsData) ProtoMessage() + func (m *GetUserLoginLogsData) Validate() error + func (m *GetUserLoginLogsData) ValidateAll() error + func (x *GetUserLoginLogsData) GetList() []*LoginLog + func (x *GetUserLoginLogsData) GetTotal() int32 + func (x *GetUserLoginLogsData) ProtoReflect() protoreflect.Message + func (x *GetUserLoginLogsData) Reset() + func (x *GetUserLoginLogsData) String() string + type GetUserLoginLogsDataMultiError []error + func (m GetUserLoginLogsDataMultiError) AllErrors() []error + func (m GetUserLoginLogsDataMultiError) Error() string + type GetUserLoginLogsDataValidationError struct + func (e GetUserLoginLogsDataValidationError) Cause() error + func (e GetUserLoginLogsDataValidationError) Error() string + func (e GetUserLoginLogsDataValidationError) ErrorName() string + func (e GetUserLoginLogsDataValidationError) Field() string + func (e GetUserLoginLogsDataValidationError) Key() bool + func (e GetUserLoginLogsDataValidationError) Reason() string + type GetUserLoginLogsReply struct + Code int32 + Data *GetUserLoginLogsData + Message string + func (*GetUserLoginLogsReply) Descriptor() ([]byte, []int) + func (*GetUserLoginLogsReply) ProtoMessage() + func (m *GetUserLoginLogsReply) Validate() error + func (m *GetUserLoginLogsReply) ValidateAll() error + func (x *GetUserLoginLogsReply) GetCode() int32 + func (x *GetUserLoginLogsReply) GetData() *GetUserLoginLogsData + func (x *GetUserLoginLogsReply) GetMessage() string + func (x *GetUserLoginLogsReply) ProtoReflect() protoreflect.Message + func (x *GetUserLoginLogsReply) Reset() + func (x *GetUserLoginLogsReply) String() string + type GetUserLoginLogsReplyMultiError []error + func (m GetUserLoginLogsReplyMultiError) AllErrors() []error + func (m GetUserLoginLogsReplyMultiError) Error() string + type GetUserLoginLogsReplyValidationError struct + func (e GetUserLoginLogsReplyValidationError) Cause() error + func (e GetUserLoginLogsReplyValidationError) Error() string + func (e GetUserLoginLogsReplyValidationError) ErrorName() string + func (e GetUserLoginLogsReplyValidationError) Field() string + func (e GetUserLoginLogsReplyValidationError) Key() bool + func (e GetUserLoginLogsReplyValidationError) Reason() string + type GetUserLoginLogsRequest struct + Page int32 + Size int32 + UserId int64 + func (*GetUserLoginLogsRequest) Descriptor() ([]byte, []int) + func (*GetUserLoginLogsRequest) ProtoMessage() + func (m *GetUserLoginLogsRequest) Validate() error + func (m *GetUserLoginLogsRequest) ValidateAll() error + func (x *GetUserLoginLogsRequest) GetPage() int32 + func (x *GetUserLoginLogsRequest) GetSize() int32 + func (x *GetUserLoginLogsRequest) GetUserId() int64 + func (x *GetUserLoginLogsRequest) ProtoReflect() protoreflect.Message + func (x *GetUserLoginLogsRequest) Reset() + func (x *GetUserLoginLogsRequest) String() string + type GetUserLoginLogsRequestMultiError []error + func (m GetUserLoginLogsRequestMultiError) AllErrors() []error + func (m GetUserLoginLogsRequestMultiError) Error() string + type GetUserLoginLogsRequestValidationError struct + func (e GetUserLoginLogsRequestValidationError) Cause() error + func (e GetUserLoginLogsRequestValidationError) Error() string + func (e GetUserLoginLogsRequestValidationError) ErrorName() string + func (e GetUserLoginLogsRequestValidationError) Field() string + func (e GetUserLoginLogsRequestValidationError) Key() bool + func (e GetUserLoginLogsRequestValidationError) Reason() string + type GetUserSubscribeByIdReply struct + Code int32 + Data *UserSubscribeDetail + Message string + func (*GetUserSubscribeByIdReply) Descriptor() ([]byte, []int) + func (*GetUserSubscribeByIdReply) ProtoMessage() + func (m *GetUserSubscribeByIdReply) Validate() error + func (m *GetUserSubscribeByIdReply) ValidateAll() error + func (x *GetUserSubscribeByIdReply) GetCode() int32 + func (x *GetUserSubscribeByIdReply) GetData() *UserSubscribeDetail + func (x *GetUserSubscribeByIdReply) GetMessage() string + func (x *GetUserSubscribeByIdReply) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeByIdReply) Reset() + func (x *GetUserSubscribeByIdReply) String() string + type GetUserSubscribeByIdReplyMultiError []error + func (m GetUserSubscribeByIdReplyMultiError) AllErrors() []error + func (m GetUserSubscribeByIdReplyMultiError) Error() string + type GetUserSubscribeByIdReplyValidationError struct + func (e GetUserSubscribeByIdReplyValidationError) Cause() error + func (e GetUserSubscribeByIdReplyValidationError) Error() string + func (e GetUserSubscribeByIdReplyValidationError) ErrorName() string + func (e GetUserSubscribeByIdReplyValidationError) Field() string + func (e GetUserSubscribeByIdReplyValidationError) Key() bool + func (e GetUserSubscribeByIdReplyValidationError) Reason() string + type GetUserSubscribeByIdRequest struct + Id int64 + func (*GetUserSubscribeByIdRequest) Descriptor() ([]byte, []int) + func (*GetUserSubscribeByIdRequest) ProtoMessage() + func (m *GetUserSubscribeByIdRequest) Validate() error + func (m *GetUserSubscribeByIdRequest) ValidateAll() error + func (x *GetUserSubscribeByIdRequest) GetId() int64 + func (x *GetUserSubscribeByIdRequest) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeByIdRequest) Reset() + func (x *GetUserSubscribeByIdRequest) String() string + type GetUserSubscribeByIdRequestMultiError []error + func (m GetUserSubscribeByIdRequestMultiError) AllErrors() []error + func (m GetUserSubscribeByIdRequestMultiError) Error() string + type GetUserSubscribeByIdRequestValidationError struct + func (e GetUserSubscribeByIdRequestValidationError) Cause() error + func (e GetUserSubscribeByIdRequestValidationError) Error() string + func (e GetUserSubscribeByIdRequestValidationError) ErrorName() string + func (e GetUserSubscribeByIdRequestValidationError) Field() string + func (e GetUserSubscribeByIdRequestValidationError) Key() bool + func (e GetUserSubscribeByIdRequestValidationError) Reason() string + type GetUserSubscribeData struct + List []*UserSubscribe + Total int32 + func (*GetUserSubscribeData) Descriptor() ([]byte, []int) + func (*GetUserSubscribeData) ProtoMessage() + func (m *GetUserSubscribeData) Validate() error + func (m *GetUserSubscribeData) ValidateAll() error + func (x *GetUserSubscribeData) GetList() []*UserSubscribe + func (x *GetUserSubscribeData) GetTotal() int32 + func (x *GetUserSubscribeData) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeData) Reset() + func (x *GetUserSubscribeData) String() string + type GetUserSubscribeDataMultiError []error + func (m GetUserSubscribeDataMultiError) AllErrors() []error + func (m GetUserSubscribeDataMultiError) Error() string + type GetUserSubscribeDataValidationError struct + func (e GetUserSubscribeDataValidationError) Cause() error + func (e GetUserSubscribeDataValidationError) Error() string + func (e GetUserSubscribeDataValidationError) ErrorName() string + func (e GetUserSubscribeDataValidationError) Field() string + func (e GetUserSubscribeDataValidationError) Key() bool + func (e GetUserSubscribeDataValidationError) Reason() string + type GetUserSubscribeDevicesData struct + List []*UserDevice + Total int32 + func (*GetUserSubscribeDevicesData) Descriptor() ([]byte, []int) + func (*GetUserSubscribeDevicesData) ProtoMessage() + func (m *GetUserSubscribeDevicesData) Validate() error + func (m *GetUserSubscribeDevicesData) ValidateAll() error + func (x *GetUserSubscribeDevicesData) GetList() []*UserDevice + func (x *GetUserSubscribeDevicesData) GetTotal() int32 + func (x *GetUserSubscribeDevicesData) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeDevicesData) Reset() + func (x *GetUserSubscribeDevicesData) String() string + type GetUserSubscribeDevicesDataMultiError []error + func (m GetUserSubscribeDevicesDataMultiError) AllErrors() []error + func (m GetUserSubscribeDevicesDataMultiError) Error() string + type GetUserSubscribeDevicesDataValidationError struct + func (e GetUserSubscribeDevicesDataValidationError) Cause() error + func (e GetUserSubscribeDevicesDataValidationError) Error() string + func (e GetUserSubscribeDevicesDataValidationError) ErrorName() string + func (e GetUserSubscribeDevicesDataValidationError) Field() string + func (e GetUserSubscribeDevicesDataValidationError) Key() bool + func (e GetUserSubscribeDevicesDataValidationError) Reason() string + type GetUserSubscribeDevicesReply struct + Code int32 + Data *GetUserSubscribeDevicesData + Message string + func (*GetUserSubscribeDevicesReply) Descriptor() ([]byte, []int) + func (*GetUserSubscribeDevicesReply) ProtoMessage() + func (m *GetUserSubscribeDevicesReply) Validate() error + func (m *GetUserSubscribeDevicesReply) ValidateAll() error + func (x *GetUserSubscribeDevicesReply) GetCode() int32 + func (x *GetUserSubscribeDevicesReply) GetData() *GetUserSubscribeDevicesData + func (x *GetUserSubscribeDevicesReply) GetMessage() string + func (x *GetUserSubscribeDevicesReply) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeDevicesReply) Reset() + func (x *GetUserSubscribeDevicesReply) String() string + type GetUserSubscribeDevicesReplyMultiError []error + func (m GetUserSubscribeDevicesReplyMultiError) AllErrors() []error + func (m GetUserSubscribeDevicesReplyMultiError) Error() string + type GetUserSubscribeDevicesReplyValidationError struct + func (e GetUserSubscribeDevicesReplyValidationError) Cause() error + func (e GetUserSubscribeDevicesReplyValidationError) Error() string + func (e GetUserSubscribeDevicesReplyValidationError) ErrorName() string + func (e GetUserSubscribeDevicesReplyValidationError) Field() string + func (e GetUserSubscribeDevicesReplyValidationError) Key() bool + func (e GetUserSubscribeDevicesReplyValidationError) Reason() string + type GetUserSubscribeDevicesRequest struct + Page int32 + Size int32 + SubscribeId int64 + UserId int64 + func (*GetUserSubscribeDevicesRequest) Descriptor() ([]byte, []int) + func (*GetUserSubscribeDevicesRequest) ProtoMessage() + func (m *GetUserSubscribeDevicesRequest) Validate() error + func (m *GetUserSubscribeDevicesRequest) ValidateAll() error + func (x *GetUserSubscribeDevicesRequest) GetPage() int32 + func (x *GetUserSubscribeDevicesRequest) GetSize() int32 + func (x *GetUserSubscribeDevicesRequest) GetSubscribeId() int64 + func (x *GetUserSubscribeDevicesRequest) GetUserId() int64 + func (x *GetUserSubscribeDevicesRequest) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeDevicesRequest) Reset() + func (x *GetUserSubscribeDevicesRequest) String() string + type GetUserSubscribeDevicesRequestMultiError []error + func (m GetUserSubscribeDevicesRequestMultiError) AllErrors() []error + func (m GetUserSubscribeDevicesRequestMultiError) Error() string + type GetUserSubscribeDevicesRequestValidationError struct + func (e GetUserSubscribeDevicesRequestValidationError) Cause() error + func (e GetUserSubscribeDevicesRequestValidationError) Error() string + func (e GetUserSubscribeDevicesRequestValidationError) ErrorName() string + func (e GetUserSubscribeDevicesRequestValidationError) Field() string + func (e GetUserSubscribeDevicesRequestValidationError) Key() bool + func (e GetUserSubscribeDevicesRequestValidationError) Reason() string + type GetUserSubscribeLogsData struct + List []*UserSubscribeLog + Total int32 + func (*GetUserSubscribeLogsData) Descriptor() ([]byte, []int) + func (*GetUserSubscribeLogsData) ProtoMessage() + func (m *GetUserSubscribeLogsData) Validate() error + func (m *GetUserSubscribeLogsData) ValidateAll() error + func (x *GetUserSubscribeLogsData) GetList() []*UserSubscribeLog + func (x *GetUserSubscribeLogsData) GetTotal() int32 + func (x *GetUserSubscribeLogsData) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeLogsData) Reset() + func (x *GetUserSubscribeLogsData) String() string + type GetUserSubscribeLogsDataMultiError []error + func (m GetUserSubscribeLogsDataMultiError) AllErrors() []error + func (m GetUserSubscribeLogsDataMultiError) Error() string + type GetUserSubscribeLogsDataValidationError struct + func (e GetUserSubscribeLogsDataValidationError) Cause() error + func (e GetUserSubscribeLogsDataValidationError) Error() string + func (e GetUserSubscribeLogsDataValidationError) ErrorName() string + func (e GetUserSubscribeLogsDataValidationError) Field() string + func (e GetUserSubscribeLogsDataValidationError) Key() bool + func (e GetUserSubscribeLogsDataValidationError) Reason() string + type GetUserSubscribeLogsReply struct + Code int32 + Data *GetUserSubscribeLogsData + Message string + func (*GetUserSubscribeLogsReply) Descriptor() ([]byte, []int) + func (*GetUserSubscribeLogsReply) ProtoMessage() + func (m *GetUserSubscribeLogsReply) Validate() error + func (m *GetUserSubscribeLogsReply) ValidateAll() error + func (x *GetUserSubscribeLogsReply) GetCode() int32 + func (x *GetUserSubscribeLogsReply) GetData() *GetUserSubscribeLogsData + func (x *GetUserSubscribeLogsReply) GetMessage() string + func (x *GetUserSubscribeLogsReply) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeLogsReply) Reset() + func (x *GetUserSubscribeLogsReply) String() string + type GetUserSubscribeLogsReplyMultiError []error + func (m GetUserSubscribeLogsReplyMultiError) AllErrors() []error + func (m GetUserSubscribeLogsReplyMultiError) Error() string + type GetUserSubscribeLogsReplyValidationError struct + func (e GetUserSubscribeLogsReplyValidationError) Cause() error + func (e GetUserSubscribeLogsReplyValidationError) Error() string + func (e GetUserSubscribeLogsReplyValidationError) ErrorName() string + func (e GetUserSubscribeLogsReplyValidationError) Field() string + func (e GetUserSubscribeLogsReplyValidationError) Key() bool + func (e GetUserSubscribeLogsReplyValidationError) Reason() string + type GetUserSubscribeLogsRequest struct + Date string + Page int32 + Size int32 + SubscribeId int64 + UserId int64 + UserSubscribeId int64 + func (*GetUserSubscribeLogsRequest) Descriptor() ([]byte, []int) + func (*GetUserSubscribeLogsRequest) ProtoMessage() + func (m *GetUserSubscribeLogsRequest) Validate() error + func (m *GetUserSubscribeLogsRequest) ValidateAll() error + func (x *GetUserSubscribeLogsRequest) GetDate() string + func (x *GetUserSubscribeLogsRequest) GetPage() int32 + func (x *GetUserSubscribeLogsRequest) GetSize() int32 + func (x *GetUserSubscribeLogsRequest) GetSubscribeId() int64 + func (x *GetUserSubscribeLogsRequest) GetUserId() int64 + func (x *GetUserSubscribeLogsRequest) GetUserSubscribeId() int64 + func (x *GetUserSubscribeLogsRequest) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeLogsRequest) Reset() + func (x *GetUserSubscribeLogsRequest) String() string + type GetUserSubscribeLogsRequestMultiError []error + func (m GetUserSubscribeLogsRequestMultiError) AllErrors() []error + func (m GetUserSubscribeLogsRequestMultiError) Error() string + type GetUserSubscribeLogsRequestValidationError struct + func (e GetUserSubscribeLogsRequestValidationError) Cause() error + func (e GetUserSubscribeLogsRequestValidationError) Error() string + func (e GetUserSubscribeLogsRequestValidationError) ErrorName() string + func (e GetUserSubscribeLogsRequestValidationError) Field() string + func (e GetUserSubscribeLogsRequestValidationError) Key() bool + func (e GetUserSubscribeLogsRequestValidationError) Reason() string + type GetUserSubscribeReply struct + Code int32 + Data *GetUserSubscribeData + Message string + func (*GetUserSubscribeReply) Descriptor() ([]byte, []int) + func (*GetUserSubscribeReply) ProtoMessage() + func (m *GetUserSubscribeReply) Validate() error + func (m *GetUserSubscribeReply) ValidateAll() error + func (x *GetUserSubscribeReply) GetCode() int32 + func (x *GetUserSubscribeReply) GetData() *GetUserSubscribeData + func (x *GetUserSubscribeReply) GetMessage() string + func (x *GetUserSubscribeReply) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeReply) Reset() + func (x *GetUserSubscribeReply) String() string + type GetUserSubscribeReplyMultiError []error + func (m GetUserSubscribeReplyMultiError) AllErrors() []error + func (m GetUserSubscribeReplyMultiError) Error() string + type GetUserSubscribeReplyValidationError struct + func (e GetUserSubscribeReplyValidationError) Cause() error + func (e GetUserSubscribeReplyValidationError) Error() string + func (e GetUserSubscribeReplyValidationError) ErrorName() string + func (e GetUserSubscribeReplyValidationError) Field() string + func (e GetUserSubscribeReplyValidationError) Key() bool + func (e GetUserSubscribeReplyValidationError) Reason() string + type GetUserSubscribeRequest struct + Page int32 + Size int32 + UserId int64 + func (*GetUserSubscribeRequest) Descriptor() ([]byte, []int) + func (*GetUserSubscribeRequest) ProtoMessage() + func (m *GetUserSubscribeRequest) Validate() error + func (m *GetUserSubscribeRequest) ValidateAll() error + func (x *GetUserSubscribeRequest) GetPage() int32 + func (x *GetUserSubscribeRequest) GetSize() int32 + func (x *GetUserSubscribeRequest) GetUserId() int64 + func (x *GetUserSubscribeRequest) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeRequest) Reset() + func (x *GetUserSubscribeRequest) String() string + type GetUserSubscribeRequestMultiError []error + func (m GetUserSubscribeRequestMultiError) AllErrors() []error + func (m GetUserSubscribeRequestMultiError) Error() string + type GetUserSubscribeRequestValidationError struct + func (e GetUserSubscribeRequestValidationError) Cause() error + func (e GetUserSubscribeRequestValidationError) Error() string + func (e GetUserSubscribeRequestValidationError) ErrorName() string + func (e GetUserSubscribeRequestValidationError) Field() string + func (e GetUserSubscribeRequestValidationError) Key() bool + func (e GetUserSubscribeRequestValidationError) Reason() string + type GetUserSubscribeResetTrafficLogsData struct + List []*ResetSubscribeTrafficLog + Total int32 + func (*GetUserSubscribeResetTrafficLogsData) Descriptor() ([]byte, []int) + func (*GetUserSubscribeResetTrafficLogsData) ProtoMessage() + func (m *GetUserSubscribeResetTrafficLogsData) Validate() error + func (m *GetUserSubscribeResetTrafficLogsData) ValidateAll() error + func (x *GetUserSubscribeResetTrafficLogsData) GetList() []*ResetSubscribeTrafficLog + func (x *GetUserSubscribeResetTrafficLogsData) GetTotal() int32 + func (x *GetUserSubscribeResetTrafficLogsData) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeResetTrafficLogsData) Reset() + func (x *GetUserSubscribeResetTrafficLogsData) String() string + type GetUserSubscribeResetTrafficLogsDataMultiError []error + func (m GetUserSubscribeResetTrafficLogsDataMultiError) AllErrors() []error + func (m GetUserSubscribeResetTrafficLogsDataMultiError) Error() string + type GetUserSubscribeResetTrafficLogsDataValidationError struct + func (e GetUserSubscribeResetTrafficLogsDataValidationError) Cause() error + func (e GetUserSubscribeResetTrafficLogsDataValidationError) Error() string + func (e GetUserSubscribeResetTrafficLogsDataValidationError) ErrorName() string + func (e GetUserSubscribeResetTrafficLogsDataValidationError) Field() string + func (e GetUserSubscribeResetTrafficLogsDataValidationError) Key() bool + func (e GetUserSubscribeResetTrafficLogsDataValidationError) Reason() string + type GetUserSubscribeResetTrafficLogsReply struct + Code int32 + Data *GetUserSubscribeResetTrafficLogsData + Message string + func (*GetUserSubscribeResetTrafficLogsReply) Descriptor() ([]byte, []int) + func (*GetUserSubscribeResetTrafficLogsReply) ProtoMessage() + func (m *GetUserSubscribeResetTrafficLogsReply) Validate() error + func (m *GetUserSubscribeResetTrafficLogsReply) ValidateAll() error + func (x *GetUserSubscribeResetTrafficLogsReply) GetCode() int32 + func (x *GetUserSubscribeResetTrafficLogsReply) GetData() *GetUserSubscribeResetTrafficLogsData + func (x *GetUserSubscribeResetTrafficLogsReply) GetMessage() string + func (x *GetUserSubscribeResetTrafficLogsReply) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeResetTrafficLogsReply) Reset() + func (x *GetUserSubscribeResetTrafficLogsReply) String() string + type GetUserSubscribeResetTrafficLogsReplyMultiError []error + func (m GetUserSubscribeResetTrafficLogsReplyMultiError) AllErrors() []error + func (m GetUserSubscribeResetTrafficLogsReplyMultiError) Error() string + type GetUserSubscribeResetTrafficLogsReplyValidationError struct + func (e GetUserSubscribeResetTrafficLogsReplyValidationError) Cause() error + func (e GetUserSubscribeResetTrafficLogsReplyValidationError) Error() string + func (e GetUserSubscribeResetTrafficLogsReplyValidationError) ErrorName() string + func (e GetUserSubscribeResetTrafficLogsReplyValidationError) Field() string + func (e GetUserSubscribeResetTrafficLogsReplyValidationError) Key() bool + func (e GetUserSubscribeResetTrafficLogsReplyValidationError) Reason() string + type GetUserSubscribeResetTrafficLogsRequest struct + Date string + Page int32 + Size int32 + UserSubscribeId int64 + func (*GetUserSubscribeResetTrafficLogsRequest) Descriptor() ([]byte, []int) + func (*GetUserSubscribeResetTrafficLogsRequest) ProtoMessage() + func (m *GetUserSubscribeResetTrafficLogsRequest) Validate() error + func (m *GetUserSubscribeResetTrafficLogsRequest) ValidateAll() error + func (x *GetUserSubscribeResetTrafficLogsRequest) GetDate() string + func (x *GetUserSubscribeResetTrafficLogsRequest) GetPage() int32 + func (x *GetUserSubscribeResetTrafficLogsRequest) GetSize() int32 + func (x *GetUserSubscribeResetTrafficLogsRequest) GetUserSubscribeId() int64 + func (x *GetUserSubscribeResetTrafficLogsRequest) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeResetTrafficLogsRequest) Reset() + func (x *GetUserSubscribeResetTrafficLogsRequest) String() string + type GetUserSubscribeResetTrafficLogsRequestMultiError []error + func (m GetUserSubscribeResetTrafficLogsRequestMultiError) AllErrors() []error + func (m GetUserSubscribeResetTrafficLogsRequestMultiError) Error() string + type GetUserSubscribeResetTrafficLogsRequestValidationError struct + func (e GetUserSubscribeResetTrafficLogsRequestValidationError) Cause() error + func (e GetUserSubscribeResetTrafficLogsRequestValidationError) Error() string + func (e GetUserSubscribeResetTrafficLogsRequestValidationError) ErrorName() string + func (e GetUserSubscribeResetTrafficLogsRequestValidationError) Field() string + func (e GetUserSubscribeResetTrafficLogsRequestValidationError) Key() bool + func (e GetUserSubscribeResetTrafficLogsRequestValidationError) Reason() string + type GetUserSubscribeTrafficLogsData struct + List []*TrafficLog + Total int32 + func (*GetUserSubscribeTrafficLogsData) Descriptor() ([]byte, []int) + func (*GetUserSubscribeTrafficLogsData) ProtoMessage() + func (m *GetUserSubscribeTrafficLogsData) Validate() error + func (m *GetUserSubscribeTrafficLogsData) ValidateAll() error + func (x *GetUserSubscribeTrafficLogsData) GetList() []*TrafficLog + func (x *GetUserSubscribeTrafficLogsData) GetTotal() int32 + func (x *GetUserSubscribeTrafficLogsData) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeTrafficLogsData) Reset() + func (x *GetUserSubscribeTrafficLogsData) String() string + type GetUserSubscribeTrafficLogsDataMultiError []error + func (m GetUserSubscribeTrafficLogsDataMultiError) AllErrors() []error + func (m GetUserSubscribeTrafficLogsDataMultiError) Error() string + type GetUserSubscribeTrafficLogsDataValidationError struct + func (e GetUserSubscribeTrafficLogsDataValidationError) Cause() error + func (e GetUserSubscribeTrafficLogsDataValidationError) Error() string + func (e GetUserSubscribeTrafficLogsDataValidationError) ErrorName() string + func (e GetUserSubscribeTrafficLogsDataValidationError) Field() string + func (e GetUserSubscribeTrafficLogsDataValidationError) Key() bool + func (e GetUserSubscribeTrafficLogsDataValidationError) Reason() string + type GetUserSubscribeTrafficLogsReply struct + Code int32 + Data *GetUserSubscribeTrafficLogsData + Message string + func (*GetUserSubscribeTrafficLogsReply) Descriptor() ([]byte, []int) + func (*GetUserSubscribeTrafficLogsReply) ProtoMessage() + func (m *GetUserSubscribeTrafficLogsReply) Validate() error + func (m *GetUserSubscribeTrafficLogsReply) ValidateAll() error + func (x *GetUserSubscribeTrafficLogsReply) GetCode() int32 + func (x *GetUserSubscribeTrafficLogsReply) GetData() *GetUserSubscribeTrafficLogsData + func (x *GetUserSubscribeTrafficLogsReply) GetMessage() string + func (x *GetUserSubscribeTrafficLogsReply) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeTrafficLogsReply) Reset() + func (x *GetUserSubscribeTrafficLogsReply) String() string + type GetUserSubscribeTrafficLogsReplyMultiError []error + func (m GetUserSubscribeTrafficLogsReplyMultiError) AllErrors() []error + func (m GetUserSubscribeTrafficLogsReplyMultiError) Error() string + type GetUserSubscribeTrafficLogsReplyValidationError struct + func (e GetUserSubscribeTrafficLogsReplyValidationError) Cause() error + func (e GetUserSubscribeTrafficLogsReplyValidationError) Error() string + func (e GetUserSubscribeTrafficLogsReplyValidationError) ErrorName() string + func (e GetUserSubscribeTrafficLogsReplyValidationError) Field() string + func (e GetUserSubscribeTrafficLogsReplyValidationError) Key() bool + func (e GetUserSubscribeTrafficLogsReplyValidationError) Reason() string + type GetUserSubscribeTrafficLogsRequest struct + Date string + EndTime int64 + Page int32 + Size int32 + StartTime int64 + SubscribeId int64 + UserId int64 + UserSubscribeId int64 + func (*GetUserSubscribeTrafficLogsRequest) Descriptor() ([]byte, []int) + func (*GetUserSubscribeTrafficLogsRequest) ProtoMessage() + func (m *GetUserSubscribeTrafficLogsRequest) Validate() error + func (m *GetUserSubscribeTrafficLogsRequest) ValidateAll() error + func (x *GetUserSubscribeTrafficLogsRequest) GetDate() string + func (x *GetUserSubscribeTrafficLogsRequest) GetEndTime() int64 + func (x *GetUserSubscribeTrafficLogsRequest) GetPage() int32 + func (x *GetUserSubscribeTrafficLogsRequest) GetSize() int32 + func (x *GetUserSubscribeTrafficLogsRequest) GetStartTime() int64 + func (x *GetUserSubscribeTrafficLogsRequest) GetSubscribeId() int64 + func (x *GetUserSubscribeTrafficLogsRequest) GetUserId() int64 + func (x *GetUserSubscribeTrafficLogsRequest) GetUserSubscribeId() int64 + func (x *GetUserSubscribeTrafficLogsRequest) ProtoReflect() protoreflect.Message + func (x *GetUserSubscribeTrafficLogsRequest) Reset() + func (x *GetUserSubscribeTrafficLogsRequest) String() string + type GetUserSubscribeTrafficLogsRequestMultiError []error + func (m GetUserSubscribeTrafficLogsRequestMultiError) AllErrors() []error + func (m GetUserSubscribeTrafficLogsRequestMultiError) Error() string + type GetUserSubscribeTrafficLogsRequestValidationError struct + func (e GetUserSubscribeTrafficLogsRequestValidationError) Cause() error + func (e GetUserSubscribeTrafficLogsRequestValidationError) Error() string + func (e GetUserSubscribeTrafficLogsRequestValidationError) ErrorName() string + func (e GetUserSubscribeTrafficLogsRequestValidationError) Field() string + func (e GetUserSubscribeTrafficLogsRequestValidationError) Key() bool + func (e GetUserSubscribeTrafficLogsRequestValidationError) Reason() string + type KickOfflineByUserDeviceData struct + Success bool + func (*KickOfflineByUserDeviceData) Descriptor() ([]byte, []int) + func (*KickOfflineByUserDeviceData) ProtoMessage() + func (m *KickOfflineByUserDeviceData) Validate() error + func (m *KickOfflineByUserDeviceData) ValidateAll() error + func (x *KickOfflineByUserDeviceData) GetSuccess() bool + func (x *KickOfflineByUserDeviceData) ProtoReflect() protoreflect.Message + func (x *KickOfflineByUserDeviceData) Reset() + func (x *KickOfflineByUserDeviceData) String() string + type KickOfflineByUserDeviceDataMultiError []error + func (m KickOfflineByUserDeviceDataMultiError) AllErrors() []error + func (m KickOfflineByUserDeviceDataMultiError) Error() string + type KickOfflineByUserDeviceDataValidationError struct + func (e KickOfflineByUserDeviceDataValidationError) Cause() error + func (e KickOfflineByUserDeviceDataValidationError) Error() string + func (e KickOfflineByUserDeviceDataValidationError) ErrorName() string + func (e KickOfflineByUserDeviceDataValidationError) Field() string + func (e KickOfflineByUserDeviceDataValidationError) Key() bool + func (e KickOfflineByUserDeviceDataValidationError) Reason() string + type KickOfflineByUserDeviceReply struct + Code int32 + Data *KickOfflineByUserDeviceData + Message string + func (*KickOfflineByUserDeviceReply) Descriptor() ([]byte, []int) + func (*KickOfflineByUserDeviceReply) ProtoMessage() + func (m *KickOfflineByUserDeviceReply) Validate() error + func (m *KickOfflineByUserDeviceReply) ValidateAll() error + func (x *KickOfflineByUserDeviceReply) GetCode() int32 + func (x *KickOfflineByUserDeviceReply) GetData() *KickOfflineByUserDeviceData + func (x *KickOfflineByUserDeviceReply) GetMessage() string + func (x *KickOfflineByUserDeviceReply) ProtoReflect() protoreflect.Message + func (x *KickOfflineByUserDeviceReply) Reset() + func (x *KickOfflineByUserDeviceReply) String() string + type KickOfflineByUserDeviceReplyMultiError []error + func (m KickOfflineByUserDeviceReplyMultiError) AllErrors() []error + func (m KickOfflineByUserDeviceReplyMultiError) Error() string + type KickOfflineByUserDeviceReplyValidationError struct + func (e KickOfflineByUserDeviceReplyValidationError) Cause() error + func (e KickOfflineByUserDeviceReplyValidationError) Error() string + func (e KickOfflineByUserDeviceReplyValidationError) ErrorName() string + func (e KickOfflineByUserDeviceReplyValidationError) Field() string + func (e KickOfflineByUserDeviceReplyValidationError) Key() bool + func (e KickOfflineByUserDeviceReplyValidationError) Reason() string + type KickOfflineByUserDeviceRequest struct + Id int64 + func (*KickOfflineByUserDeviceRequest) Descriptor() ([]byte, []int) + func (*KickOfflineByUserDeviceRequest) ProtoMessage() + func (m *KickOfflineByUserDeviceRequest) Validate() error + func (m *KickOfflineByUserDeviceRequest) ValidateAll() error + func (x *KickOfflineByUserDeviceRequest) GetId() int64 + func (x *KickOfflineByUserDeviceRequest) ProtoReflect() protoreflect.Message + func (x *KickOfflineByUserDeviceRequest) Reset() + func (x *KickOfflineByUserDeviceRequest) String() string + type KickOfflineByUserDeviceRequestMultiError []error + func (m KickOfflineByUserDeviceRequestMultiError) AllErrors() []error + func (m KickOfflineByUserDeviceRequestMultiError) Error() string + type KickOfflineByUserDeviceRequestValidationError struct + func (e KickOfflineByUserDeviceRequestValidationError) Cause() error + func (e KickOfflineByUserDeviceRequestValidationError) Error() string + func (e KickOfflineByUserDeviceRequestValidationError) ErrorName() string + func (e KickOfflineByUserDeviceRequestValidationError) Field() string + func (e KickOfflineByUserDeviceRequestValidationError) Key() bool + func (e KickOfflineByUserDeviceRequestValidationError) Reason() string + type LoginLog struct + Id int64 + LoginIp string + Success bool + Timestamp int64 + UserAgent string + UserId int64 + func (*LoginLog) Descriptor() ([]byte, []int) + func (*LoginLog) ProtoMessage() + func (m *LoginLog) Validate() error + func (m *LoginLog) ValidateAll() error + func (x *LoginLog) GetId() int64 + func (x *LoginLog) GetLoginIp() string + func (x *LoginLog) GetSuccess() bool + func (x *LoginLog) GetTimestamp() int64 + func (x *LoginLog) GetUserAgent() string + func (x *LoginLog) GetUserId() int64 + func (x *LoginLog) ProtoReflect() protoreflect.Message + func (x *LoginLog) Reset() + func (x *LoginLog) String() string + type LoginLogMultiError []error + func (m LoginLogMultiError) AllErrors() []error + func (m LoginLogMultiError) Error() string + type LoginLogValidationError struct + func (e LoginLogValidationError) Cause() error + func (e LoginLogValidationError) Error() string + func (e LoginLogValidationError) ErrorName() string + func (e LoginLogValidationError) Field() string + func (e LoginLogValidationError) Key() bool + func (e LoginLogValidationError) Reason() string + type ResetSubscribeTrafficLog struct + Id int64 + OrderNo string + Timestamp int64 + Type int32 + UserSubscribeId int64 + func (*ResetSubscribeTrafficLog) Descriptor() ([]byte, []int) + func (*ResetSubscribeTrafficLog) ProtoMessage() + func (m *ResetSubscribeTrafficLog) Validate() error + func (m *ResetSubscribeTrafficLog) ValidateAll() error + func (x *ResetSubscribeTrafficLog) GetId() int64 + func (x *ResetSubscribeTrafficLog) GetOrderNo() string + func (x *ResetSubscribeTrafficLog) GetTimestamp() int64 + func (x *ResetSubscribeTrafficLog) GetType() int32 + func (x *ResetSubscribeTrafficLog) GetUserSubscribeId() int64 + func (x *ResetSubscribeTrafficLog) ProtoReflect() protoreflect.Message + func (x *ResetSubscribeTrafficLog) Reset() + func (x *ResetSubscribeTrafficLog) String() string + type ResetSubscribeTrafficLogMultiError []error + func (m ResetSubscribeTrafficLogMultiError) AllErrors() []error + func (m ResetSubscribeTrafficLogMultiError) Error() string + type ResetSubscribeTrafficLogValidationError struct + func (e ResetSubscribeTrafficLogValidationError) Cause() error + func (e ResetSubscribeTrafficLogValidationError) Error() string + func (e ResetSubscribeTrafficLogValidationError) ErrorName() string + func (e ResetSubscribeTrafficLogValidationError) Field() string + func (e ResetSubscribeTrafficLogValidationError) Key() bool + func (e ResetSubscribeTrafficLogValidationError) Reason() string + type ResetUserSubscribeTokenReply struct + Code int32 + Message string + func (*ResetUserSubscribeTokenReply) Descriptor() ([]byte, []int) + func (*ResetUserSubscribeTokenReply) ProtoMessage() + func (m *ResetUserSubscribeTokenReply) Validate() error + func (m *ResetUserSubscribeTokenReply) ValidateAll() error + func (x *ResetUserSubscribeTokenReply) GetCode() int32 + func (x *ResetUserSubscribeTokenReply) GetMessage() string + func (x *ResetUserSubscribeTokenReply) ProtoReflect() protoreflect.Message + func (x *ResetUserSubscribeTokenReply) Reset() + func (x *ResetUserSubscribeTokenReply) String() string + type ResetUserSubscribeTokenReplyMultiError []error + func (m ResetUserSubscribeTokenReplyMultiError) AllErrors() []error + func (m ResetUserSubscribeTokenReplyMultiError) Error() string + type ResetUserSubscribeTokenReplyValidationError struct + func (e ResetUserSubscribeTokenReplyValidationError) Cause() error + func (e ResetUserSubscribeTokenReplyValidationError) Error() string + func (e ResetUserSubscribeTokenReplyValidationError) ErrorName() string + func (e ResetUserSubscribeTokenReplyValidationError) Field() string + func (e ResetUserSubscribeTokenReplyValidationError) Key() bool + func (e ResetUserSubscribeTokenReplyValidationError) Reason() string + type ResetUserSubscribeTokenRequest struct + UserSubscribeId int64 + func (*ResetUserSubscribeTokenRequest) Descriptor() ([]byte, []int) + func (*ResetUserSubscribeTokenRequest) ProtoMessage() + func (m *ResetUserSubscribeTokenRequest) Validate() error + func (m *ResetUserSubscribeTokenRequest) ValidateAll() error + func (x *ResetUserSubscribeTokenRequest) GetUserSubscribeId() int64 + func (x *ResetUserSubscribeTokenRequest) ProtoReflect() protoreflect.Message + func (x *ResetUserSubscribeTokenRequest) Reset() + func (x *ResetUserSubscribeTokenRequest) String() string + type ResetUserSubscribeTokenRequestMultiError []error + func (m ResetUserSubscribeTokenRequestMultiError) AllErrors() []error + func (m ResetUserSubscribeTokenRequestMultiError) Error() string + type ResetUserSubscribeTokenRequestValidationError struct + func (e ResetUserSubscribeTokenRequestValidationError) Cause() error + func (e ResetUserSubscribeTokenRequestValidationError) Error() string + func (e ResetUserSubscribeTokenRequestValidationError) ErrorName() string + func (e ResetUserSubscribeTokenRequestValidationError) Field() string + func (e ResetUserSubscribeTokenRequestValidationError) Key() bool + func (e ResetUserSubscribeTokenRequestValidationError) Reason() string + type ResetUserSubscribeTrafficReply struct + Code int32 + Message string + func (*ResetUserSubscribeTrafficReply) Descriptor() ([]byte, []int) + func (*ResetUserSubscribeTrafficReply) ProtoMessage() + func (m *ResetUserSubscribeTrafficReply) Validate() error + func (m *ResetUserSubscribeTrafficReply) ValidateAll() error + func (x *ResetUserSubscribeTrafficReply) GetCode() int32 + func (x *ResetUserSubscribeTrafficReply) GetMessage() string + func (x *ResetUserSubscribeTrafficReply) ProtoReflect() protoreflect.Message + func (x *ResetUserSubscribeTrafficReply) Reset() + func (x *ResetUserSubscribeTrafficReply) String() string + type ResetUserSubscribeTrafficReplyMultiError []error + func (m ResetUserSubscribeTrafficReplyMultiError) AllErrors() []error + func (m ResetUserSubscribeTrafficReplyMultiError) Error() string + type ResetUserSubscribeTrafficReplyValidationError struct + func (e ResetUserSubscribeTrafficReplyValidationError) Cause() error + func (e ResetUserSubscribeTrafficReplyValidationError) Error() string + func (e ResetUserSubscribeTrafficReplyValidationError) ErrorName() string + func (e ResetUserSubscribeTrafficReplyValidationError) Field() string + func (e ResetUserSubscribeTrafficReplyValidationError) Key() bool + func (e ResetUserSubscribeTrafficReplyValidationError) Reason() string + type ResetUserSubscribeTrafficRequest struct + UserSubscribeId int64 + func (*ResetUserSubscribeTrafficRequest) Descriptor() ([]byte, []int) + func (*ResetUserSubscribeTrafficRequest) ProtoMessage() + func (m *ResetUserSubscribeTrafficRequest) Validate() error + func (m *ResetUserSubscribeTrafficRequest) ValidateAll() error + func (x *ResetUserSubscribeTrafficRequest) GetUserSubscribeId() int64 + func (x *ResetUserSubscribeTrafficRequest) ProtoReflect() protoreflect.Message + func (x *ResetUserSubscribeTrafficRequest) Reset() + func (x *ResetUserSubscribeTrafficRequest) String() string + type ResetUserSubscribeTrafficRequestMultiError []error + func (m ResetUserSubscribeTrafficRequestMultiError) AllErrors() []error + func (m ResetUserSubscribeTrafficRequestMultiError) Error() string + type ResetUserSubscribeTrafficRequestValidationError struct + func (e ResetUserSubscribeTrafficRequestValidationError) Cause() error + func (e ResetUserSubscribeTrafficRequestValidationError) Error() string + func (e ResetUserSubscribeTrafficRequestValidationError) ErrorName() string + func (e ResetUserSubscribeTrafficRequestValidationError) Field() string + func (e ResetUserSubscribeTrafficRequestValidationError) Key() bool + func (e ResetUserSubscribeTrafficRequestValidationError) Reason() string + type Subscribe struct + AllowDeduction bool + CreatedAt int64 + DeductionRatio int32 + Description string + DeviceLimit int32 + Discount []*SubscribeDiscount + Id int64 + Inventory int32 + Language string + Name string + NodeGroupId int64 + NodeGroupIds []int64 + NodeTags []string + Nodes []int64 + Quota int32 + RenewalReset bool + Replacement int64 + ResetCycle int32 + Sell bool + Show bool + ShowOriginalPrice bool + Sort int32 + SpeedLimit int32 + Traffic int64 + TrafficLimit []*TrafficLimit + UnitPrice int64 + UnitTime string + UpdatedAt int64 + func (*Subscribe) Descriptor() ([]byte, []int) + func (*Subscribe) ProtoMessage() + func (m *Subscribe) Validate() error + func (m *Subscribe) ValidateAll() error + func (x *Subscribe) GetAllowDeduction() bool + func (x *Subscribe) GetCreatedAt() int64 + func (x *Subscribe) GetDeductionRatio() int32 + func (x *Subscribe) GetDescription() string + func (x *Subscribe) GetDeviceLimit() int32 + func (x *Subscribe) GetDiscount() []*SubscribeDiscount + func (x *Subscribe) GetId() int64 + func (x *Subscribe) GetInventory() int32 + func (x *Subscribe) GetLanguage() string + func (x *Subscribe) GetName() string + func (x *Subscribe) GetNodeGroupId() int64 + func (x *Subscribe) GetNodeGroupIds() []int64 + func (x *Subscribe) GetNodeTags() []string + func (x *Subscribe) GetNodes() []int64 + func (x *Subscribe) GetQuota() int32 + func (x *Subscribe) GetRenewalReset() bool + func (x *Subscribe) GetReplacement() int64 + func (x *Subscribe) GetResetCycle() int32 + func (x *Subscribe) GetSell() bool + func (x *Subscribe) GetShow() bool + func (x *Subscribe) GetShowOriginalPrice() bool + func (x *Subscribe) GetSort() int32 + func (x *Subscribe) GetSpeedLimit() int32 + func (x *Subscribe) GetTraffic() int64 + func (x *Subscribe) GetTrafficLimit() []*TrafficLimit + func (x *Subscribe) GetUnitPrice() int64 + func (x *Subscribe) GetUnitTime() string + func (x *Subscribe) GetUpdatedAt() int64 + func (x *Subscribe) ProtoReflect() protoreflect.Message + func (x *Subscribe) Reset() + func (x *Subscribe) String() string + type SubscribeDiscount struct + Discount int64 + Quantity int64 + func (*SubscribeDiscount) Descriptor() ([]byte, []int) + func (*SubscribeDiscount) ProtoMessage() + func (m *SubscribeDiscount) Validate() error + func (m *SubscribeDiscount) ValidateAll() error + func (x *SubscribeDiscount) GetDiscount() int64 + func (x *SubscribeDiscount) GetQuantity() int64 + func (x *SubscribeDiscount) ProtoReflect() protoreflect.Message + func (x *SubscribeDiscount) Reset() + func (x *SubscribeDiscount) String() string + type SubscribeDiscountMultiError []error + func (m SubscribeDiscountMultiError) AllErrors() []error + func (m SubscribeDiscountMultiError) Error() string + type SubscribeDiscountValidationError struct + func (e SubscribeDiscountValidationError) Cause() error + func (e SubscribeDiscountValidationError) Error() string + func (e SubscribeDiscountValidationError) ErrorName() string + func (e SubscribeDiscountValidationError) Field() string + func (e SubscribeDiscountValidationError) Key() bool + func (e SubscribeDiscountValidationError) Reason() string + type SubscribeMultiError []error + func (m SubscribeMultiError) AllErrors() []error + func (m SubscribeMultiError) Error() string + type SubscribeValidationError struct + func (e SubscribeValidationError) Cause() error + func (e SubscribeValidationError) Error() string + func (e SubscribeValidationError) ErrorName() string + func (e SubscribeValidationError) Field() string + func (e SubscribeValidationError) Key() bool + func (e SubscribeValidationError) Reason() string + type ToggleUserSubscribeStatusReply struct + Code int32 + Message string + func (*ToggleUserSubscribeStatusReply) Descriptor() ([]byte, []int) + func (*ToggleUserSubscribeStatusReply) ProtoMessage() + func (m *ToggleUserSubscribeStatusReply) Validate() error + func (m *ToggleUserSubscribeStatusReply) ValidateAll() error + func (x *ToggleUserSubscribeStatusReply) GetCode() int32 + func (x *ToggleUserSubscribeStatusReply) GetMessage() string + func (x *ToggleUserSubscribeStatusReply) ProtoReflect() protoreflect.Message + func (x *ToggleUserSubscribeStatusReply) Reset() + func (x *ToggleUserSubscribeStatusReply) String() string + type ToggleUserSubscribeStatusReplyMultiError []error + func (m ToggleUserSubscribeStatusReplyMultiError) AllErrors() []error + func (m ToggleUserSubscribeStatusReplyMultiError) Error() string + type ToggleUserSubscribeStatusReplyValidationError struct + func (e ToggleUserSubscribeStatusReplyValidationError) Cause() error + func (e ToggleUserSubscribeStatusReplyValidationError) Error() string + func (e ToggleUserSubscribeStatusReplyValidationError) ErrorName() string + func (e ToggleUserSubscribeStatusReplyValidationError) Field() string + func (e ToggleUserSubscribeStatusReplyValidationError) Key() bool + func (e ToggleUserSubscribeStatusReplyValidationError) Reason() string + type ToggleUserSubscribeStatusRequest struct + UserSubscribeId int64 + func (*ToggleUserSubscribeStatusRequest) Descriptor() ([]byte, []int) + func (*ToggleUserSubscribeStatusRequest) ProtoMessage() + func (m *ToggleUserSubscribeStatusRequest) Validate() error + func (m *ToggleUserSubscribeStatusRequest) ValidateAll() error + func (x *ToggleUserSubscribeStatusRequest) GetUserSubscribeId() int64 + func (x *ToggleUserSubscribeStatusRequest) ProtoReflect() protoreflect.Message + func (x *ToggleUserSubscribeStatusRequest) Reset() + func (x *ToggleUserSubscribeStatusRequest) String() string + type ToggleUserSubscribeStatusRequestMultiError []error + func (m ToggleUserSubscribeStatusRequestMultiError) AllErrors() []error + func (m ToggleUserSubscribeStatusRequestMultiError) Error() string + type ToggleUserSubscribeStatusRequestValidationError struct + func (e ToggleUserSubscribeStatusRequestValidationError) Cause() error + func (e ToggleUserSubscribeStatusRequestValidationError) Error() string + func (e ToggleUserSubscribeStatusRequestValidationError) ErrorName() string + func (e ToggleUserSubscribeStatusRequestValidationError) Field() string + func (e ToggleUserSubscribeStatusRequestValidationError) Key() bool + func (e ToggleUserSubscribeStatusRequestValidationError) Reason() string + type TrafficLimit struct + SpeedLimit int32 + StatType string + StatValue int64 + TrafficUsage int64 + func (*TrafficLimit) Descriptor() ([]byte, []int) + func (*TrafficLimit) ProtoMessage() + func (m *TrafficLimit) Validate() error + func (m *TrafficLimit) ValidateAll() error + func (x *TrafficLimit) GetSpeedLimit() int32 + func (x *TrafficLimit) GetStatType() string + func (x *TrafficLimit) GetStatValue() int64 + func (x *TrafficLimit) GetTrafficUsage() int64 + func (x *TrafficLimit) ProtoReflect() protoreflect.Message + func (x *TrafficLimit) Reset() + func (x *TrafficLimit) String() string + type TrafficLimitMultiError []error + func (m TrafficLimitMultiError) AllErrors() []error + func (m TrafficLimitMultiError) Error() string + type TrafficLimitValidationError struct + func (e TrafficLimitValidationError) Cause() error + func (e TrafficLimitValidationError) Error() string + func (e TrafficLimitValidationError) ErrorName() string + func (e TrafficLimitValidationError) Field() string + func (e TrafficLimitValidationError) Key() bool + func (e TrafficLimitValidationError) Reason() string + type TrafficLog struct + Download int64 + Id int64 + ServerId int64 + SubscribeId int64 + Timestamp int64 + Upload int64 + UserId int64 + func (*TrafficLog) Descriptor() ([]byte, []int) + func (*TrafficLog) ProtoMessage() + func (m *TrafficLog) Validate() error + func (m *TrafficLog) ValidateAll() error + func (x *TrafficLog) GetDownload() int64 + func (x *TrafficLog) GetId() int64 + func (x *TrafficLog) GetServerId() int64 + func (x *TrafficLog) GetSubscribeId() int64 + func (x *TrafficLog) GetTimestamp() int64 + func (x *TrafficLog) GetUpload() int64 + func (x *TrafficLog) GetUserId() int64 + func (x *TrafficLog) ProtoReflect() protoreflect.Message + func (x *TrafficLog) Reset() + func (x *TrafficLog) String() string + type TrafficLogMultiError []error + func (m TrafficLogMultiError) AllErrors() []error + func (m TrafficLogMultiError) Error() string + type TrafficLogValidationError struct + func (e TrafficLogValidationError) Cause() error + func (e TrafficLogValidationError) Error() string + func (e TrafficLogValidationError) ErrorName() string + func (e TrafficLogValidationError) Field() string + func (e TrafficLogValidationError) Key() bool + func (e TrafficLogValidationError) Reason() string + type UnimplementedUserAuthMethodServiceServer struct + func (UnimplementedUserAuthMethodServiceServer) CreateUserAuthMethod(context.Context, *CreateUserAuthMethodRequest) (*CreateUserAuthMethodReply, error) + func (UnimplementedUserAuthMethodServiceServer) DeleteUserAuthMethod(context.Context, *DeleteUserAuthMethodRequest) (*DeleteUserAuthMethodReply, error) + func (UnimplementedUserAuthMethodServiceServer) GetUserAuthMethod(context.Context, *GetUserAuthMethodRequest) (*GetUserAuthMethodReply, error) + func (UnimplementedUserAuthMethodServiceServer) UpdateUserAuthMethod(context.Context, *UpdateUserAuthMethodRequest) (*UpdateUserAuthMethodReply, error) + type UnimplementedUserDeviceServiceServer struct + func (UnimplementedUserDeviceServiceServer) DeleteUserDevice(context.Context, *DeleteUserDeviceRequest) (*DeleteUserDeviceReply, error) + func (UnimplementedUserDeviceServiceServer) KickOfflineByUserDevice(context.Context, *KickOfflineByUserDeviceRequest) (*KickOfflineByUserDeviceReply, error) + func (UnimplementedUserDeviceServiceServer) UpdateUserDevice(context.Context, *UpdateUserDeviceRequest) (*UpdateUserDeviceReply, error) + type UnimplementedUserServiceServer struct + func (UnimplementedUserServiceServer) BatchDeleteUser(context.Context, *BatchDeleteUserRequest) (*BatchDeleteUserReply, error) + func (UnimplementedUserServiceServer) CreateUser(context.Context, *CreateUserRequest) (*CreateUserReply, error) + func (UnimplementedUserServiceServer) CurrentUser(context.Context, *CurrentUserRequest) (*CurrentUserReply, error) + func (UnimplementedUserServiceServer) DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserReply, error) + func (UnimplementedUserServiceServer) GetUserDetail(context.Context, *GetUserDetailRequest) (*GetUserDetailReply, error) + func (UnimplementedUserServiceServer) GetUserList(context.Context, *GetUserListRequest) (*GetUserListReply, error) + func (UnimplementedUserServiceServer) GetUserLoginLogs(context.Context, *GetUserLoginLogsRequest) (*GetUserLoginLogsReply, error) + func (UnimplementedUserServiceServer) UpdateUserBasicInfo(context.Context, *UpdateUserBasicInfoRequest) (*UpdateUserBasicInfoReply, error) + func (UnimplementedUserServiceServer) UpdateUserNotifySettings(context.Context, *UpdateUserNotifySettingsRequest) (*UpdateUserNotifySettingsReply, error) + type UnimplementedUserSubscribeServiceServer struct + func (UnimplementedUserSubscribeServiceServer) CreateUserSubscribe(context.Context, *CreateUserSubscribeRequest) (*CreateUserSubscribeReply, error) + func (UnimplementedUserSubscribeServiceServer) DeleteUserSubscribe(context.Context, *DeleteUserSubscribeRequest) (*DeleteUserSubscribeReply, error) + func (UnimplementedUserSubscribeServiceServer) GetUserSubscribe(context.Context, *GetUserSubscribeRequest) (*GetUserSubscribeReply, error) + func (UnimplementedUserSubscribeServiceServer) GetUserSubscribeById(context.Context, *GetUserSubscribeByIdRequest) (*GetUserSubscribeByIdReply, error) + func (UnimplementedUserSubscribeServiceServer) GetUserSubscribeDevices(context.Context, *GetUserSubscribeDevicesRequest) (*GetUserSubscribeDevicesReply, error) + func (UnimplementedUserSubscribeServiceServer) GetUserSubscribeLogs(context.Context, *GetUserSubscribeLogsRequest) (*GetUserSubscribeLogsReply, error) + func (UnimplementedUserSubscribeServiceServer) GetUserSubscribeResetTrafficLogs(context.Context, *GetUserSubscribeResetTrafficLogsRequest) (*GetUserSubscribeResetTrafficLogsReply, error) + func (UnimplementedUserSubscribeServiceServer) GetUserSubscribeTrafficLogs(context.Context, *GetUserSubscribeTrafficLogsRequest) (*GetUserSubscribeTrafficLogsReply, error) + func (UnimplementedUserSubscribeServiceServer) ResetUserSubscribeToken(context.Context, *ResetUserSubscribeTokenRequest) (*ResetUserSubscribeTokenReply, error) + func (UnimplementedUserSubscribeServiceServer) ResetUserSubscribeTraffic(context.Context, *ResetUserSubscribeTrafficRequest) (*ResetUserSubscribeTrafficReply, error) + func (UnimplementedUserSubscribeServiceServer) ToggleUserSubscribeStatus(context.Context, *ToggleUserSubscribeStatusRequest) (*ToggleUserSubscribeStatusReply, error) + func (UnimplementedUserSubscribeServiceServer) UpdateUserSubscribe(context.Context, *UpdateUserSubscribeRequest) (*UpdateUserSubscribeReply, error) + type UnsafeUserAuthMethodServiceServer interface + type UnsafeUserDeviceServiceServer interface + type UnsafeUserServiceServer interface + type UnsafeUserSubscribeServiceServer interface + type UpdateUserAuthMethodData struct + Success bool + func (*UpdateUserAuthMethodData) Descriptor() ([]byte, []int) + func (*UpdateUserAuthMethodData) ProtoMessage() + func (m *UpdateUserAuthMethodData) Validate() error + func (m *UpdateUserAuthMethodData) ValidateAll() error + func (x *UpdateUserAuthMethodData) GetSuccess() bool + func (x *UpdateUserAuthMethodData) ProtoReflect() protoreflect.Message + func (x *UpdateUserAuthMethodData) Reset() + func (x *UpdateUserAuthMethodData) String() string + type UpdateUserAuthMethodDataMultiError []error + func (m UpdateUserAuthMethodDataMultiError) AllErrors() []error + func (m UpdateUserAuthMethodDataMultiError) Error() string + type UpdateUserAuthMethodDataValidationError struct + func (e UpdateUserAuthMethodDataValidationError) Cause() error + func (e UpdateUserAuthMethodDataValidationError) Error() string + func (e UpdateUserAuthMethodDataValidationError) ErrorName() string + func (e UpdateUserAuthMethodDataValidationError) Field() string + func (e UpdateUserAuthMethodDataValidationError) Key() bool + func (e UpdateUserAuthMethodDataValidationError) Reason() string + type UpdateUserAuthMethodReply struct + Code int32 + Data *UpdateUserAuthMethodData + Message string + func (*UpdateUserAuthMethodReply) Descriptor() ([]byte, []int) + func (*UpdateUserAuthMethodReply) ProtoMessage() + func (m *UpdateUserAuthMethodReply) Validate() error + func (m *UpdateUserAuthMethodReply) ValidateAll() error + func (x *UpdateUserAuthMethodReply) GetCode() int32 + func (x *UpdateUserAuthMethodReply) GetData() *UpdateUserAuthMethodData + func (x *UpdateUserAuthMethodReply) GetMessage() string + func (x *UpdateUserAuthMethodReply) ProtoReflect() protoreflect.Message + func (x *UpdateUserAuthMethodReply) Reset() + func (x *UpdateUserAuthMethodReply) String() string + type UpdateUserAuthMethodReplyMultiError []error + func (m UpdateUserAuthMethodReplyMultiError) AllErrors() []error + func (m UpdateUserAuthMethodReplyMultiError) Error() string + type UpdateUserAuthMethodReplyValidationError struct + func (e UpdateUserAuthMethodReplyValidationError) Cause() error + func (e UpdateUserAuthMethodReplyValidationError) Error() string + func (e UpdateUserAuthMethodReplyValidationError) ErrorName() string + func (e UpdateUserAuthMethodReplyValidationError) Field() string + func (e UpdateUserAuthMethodReplyValidationError) Key() bool + func (e UpdateUserAuthMethodReplyValidationError) Reason() string + type UpdateUserAuthMethodRequest struct + AuthIdentifier string + AuthType string + UserId int64 + func (*UpdateUserAuthMethodRequest) Descriptor() ([]byte, []int) + func (*UpdateUserAuthMethodRequest) ProtoMessage() + func (m *UpdateUserAuthMethodRequest) Validate() error + func (m *UpdateUserAuthMethodRequest) ValidateAll() error + func (x *UpdateUserAuthMethodRequest) GetAuthIdentifier() string + func (x *UpdateUserAuthMethodRequest) GetAuthType() string + func (x *UpdateUserAuthMethodRequest) GetUserId() int64 + func (x *UpdateUserAuthMethodRequest) ProtoReflect() protoreflect.Message + func (x *UpdateUserAuthMethodRequest) Reset() + func (x *UpdateUserAuthMethodRequest) String() string + type UpdateUserAuthMethodRequestMultiError []error + func (m UpdateUserAuthMethodRequestMultiError) AllErrors() []error + func (m UpdateUserAuthMethodRequestMultiError) Error() string + type UpdateUserAuthMethodRequestValidationError struct + func (e UpdateUserAuthMethodRequestValidationError) Cause() error + func (e UpdateUserAuthMethodRequestValidationError) Error() string + func (e UpdateUserAuthMethodRequestValidationError) ErrorName() string + func (e UpdateUserAuthMethodRequestValidationError) Field() string + func (e UpdateUserAuthMethodRequestValidationError) Key() bool + func (e UpdateUserAuthMethodRequestValidationError) Reason() string + type UpdateUserBasicInfoReply struct + Code int32 + Message string + func (*UpdateUserBasicInfoReply) Descriptor() ([]byte, []int) + func (*UpdateUserBasicInfoReply) ProtoMessage() + func (m *UpdateUserBasicInfoReply) Validate() error + func (m *UpdateUserBasicInfoReply) ValidateAll() error + func (x *UpdateUserBasicInfoReply) GetCode() int32 + func (x *UpdateUserBasicInfoReply) GetMessage() string + func (x *UpdateUserBasicInfoReply) ProtoReflect() protoreflect.Message + func (x *UpdateUserBasicInfoReply) Reset() + func (x *UpdateUserBasicInfoReply) String() string + type UpdateUserBasicInfoReplyMultiError []error + func (m UpdateUserBasicInfoReplyMultiError) AllErrors() []error + func (m UpdateUserBasicInfoReplyMultiError) Error() string + type UpdateUserBasicInfoReplyValidationError struct + func (e UpdateUserBasicInfoReplyValidationError) Cause() error + func (e UpdateUserBasicInfoReplyValidationError) Error() string + func (e UpdateUserBasicInfoReplyValidationError) ErrorName() string + func (e UpdateUserBasicInfoReplyValidationError) Field() string + func (e UpdateUserBasicInfoReplyValidationError) Key() bool + func (e UpdateUserBasicInfoReplyValidationError) Reason() string + type UpdateUserBasicInfoRequest struct + Avatar string + Balance int64 + Commission int64 + Enable bool + GiftAmount int64 + IsAdmin bool + OnlyFirstPurchase bool + Password string + ReferCode string + RefererId int64 + ReferralPercentage uint32 + Telegram int64 + UserId int64 + func (*UpdateUserBasicInfoRequest) Descriptor() ([]byte, []int) + func (*UpdateUserBasicInfoRequest) ProtoMessage() + func (m *UpdateUserBasicInfoRequest) Validate() error + func (m *UpdateUserBasicInfoRequest) ValidateAll() error + func (x *UpdateUserBasicInfoRequest) GetAvatar() string + func (x *UpdateUserBasicInfoRequest) GetBalance() int64 + func (x *UpdateUserBasicInfoRequest) GetCommission() int64 + func (x *UpdateUserBasicInfoRequest) GetEnable() bool + func (x *UpdateUserBasicInfoRequest) GetGiftAmount() int64 + func (x *UpdateUserBasicInfoRequest) GetIsAdmin() bool + func (x *UpdateUserBasicInfoRequest) GetOnlyFirstPurchase() bool + func (x *UpdateUserBasicInfoRequest) GetPassword() string + func (x *UpdateUserBasicInfoRequest) GetReferCode() string + func (x *UpdateUserBasicInfoRequest) GetRefererId() int64 + func (x *UpdateUserBasicInfoRequest) GetReferralPercentage() uint32 + func (x *UpdateUserBasicInfoRequest) GetTelegram() int64 + func (x *UpdateUserBasicInfoRequest) GetUserId() int64 + func (x *UpdateUserBasicInfoRequest) ProtoReflect() protoreflect.Message + func (x *UpdateUserBasicInfoRequest) Reset() + func (x *UpdateUserBasicInfoRequest) String() string + type UpdateUserBasicInfoRequestMultiError []error + func (m UpdateUserBasicInfoRequestMultiError) AllErrors() []error + func (m UpdateUserBasicInfoRequestMultiError) Error() string + type UpdateUserBasicInfoRequestValidationError struct + func (e UpdateUserBasicInfoRequestValidationError) Cause() error + func (e UpdateUserBasicInfoRequestValidationError) Error() string + func (e UpdateUserBasicInfoRequestValidationError) ErrorName() string + func (e UpdateUserBasicInfoRequestValidationError) Field() string + func (e UpdateUserBasicInfoRequestValidationError) Key() bool + func (e UpdateUserBasicInfoRequestValidationError) Reason() string + type UpdateUserDeviceData struct + Success bool + func (*UpdateUserDeviceData) Descriptor() ([]byte, []int) + func (*UpdateUserDeviceData) ProtoMessage() + func (m *UpdateUserDeviceData) Validate() error + func (m *UpdateUserDeviceData) ValidateAll() error + func (x *UpdateUserDeviceData) GetSuccess() bool + func (x *UpdateUserDeviceData) ProtoReflect() protoreflect.Message + func (x *UpdateUserDeviceData) Reset() + func (x *UpdateUserDeviceData) String() string + type UpdateUserDeviceDataMultiError []error + func (m UpdateUserDeviceDataMultiError) AllErrors() []error + func (m UpdateUserDeviceDataMultiError) Error() string + type UpdateUserDeviceDataValidationError struct + func (e UpdateUserDeviceDataValidationError) Cause() error + func (e UpdateUserDeviceDataValidationError) Error() string + func (e UpdateUserDeviceDataValidationError) ErrorName() string + func (e UpdateUserDeviceDataValidationError) Field() string + func (e UpdateUserDeviceDataValidationError) Key() bool + func (e UpdateUserDeviceDataValidationError) Reason() string + type UpdateUserDeviceReply struct + Code int32 + Data *UpdateUserDeviceData + Message string + func (*UpdateUserDeviceReply) Descriptor() ([]byte, []int) + func (*UpdateUserDeviceReply) ProtoMessage() + func (m *UpdateUserDeviceReply) Validate() error + func (m *UpdateUserDeviceReply) ValidateAll() error + func (x *UpdateUserDeviceReply) GetCode() int32 + func (x *UpdateUserDeviceReply) GetData() *UpdateUserDeviceData + func (x *UpdateUserDeviceReply) GetMessage() string + func (x *UpdateUserDeviceReply) ProtoReflect() protoreflect.Message + func (x *UpdateUserDeviceReply) Reset() + func (x *UpdateUserDeviceReply) String() string + type UpdateUserDeviceReplyMultiError []error + func (m UpdateUserDeviceReplyMultiError) AllErrors() []error + func (m UpdateUserDeviceReplyMultiError) Error() string + type UpdateUserDeviceReplyValidationError struct + func (e UpdateUserDeviceReplyValidationError) Cause() error + func (e UpdateUserDeviceReplyValidationError) Error() string + func (e UpdateUserDeviceReplyValidationError) ErrorName() string + func (e UpdateUserDeviceReplyValidationError) Field() string + func (e UpdateUserDeviceReplyValidationError) Key() bool + func (e UpdateUserDeviceReplyValidationError) Reason() string + type UpdateUserDeviceRequest struct + CreatedAt int64 + Enabled bool + Id int64 + Identifier string + Ip string + Online bool + UpdatedAt int64 + UserAgent string + func (*UpdateUserDeviceRequest) Descriptor() ([]byte, []int) + func (*UpdateUserDeviceRequest) ProtoMessage() + func (m *UpdateUserDeviceRequest) Validate() error + func (m *UpdateUserDeviceRequest) ValidateAll() error + func (x *UpdateUserDeviceRequest) GetCreatedAt() int64 + func (x *UpdateUserDeviceRequest) GetEnabled() bool + func (x *UpdateUserDeviceRequest) GetId() int64 + func (x *UpdateUserDeviceRequest) GetIdentifier() string + func (x *UpdateUserDeviceRequest) GetIp() string + func (x *UpdateUserDeviceRequest) GetOnline() bool + func (x *UpdateUserDeviceRequest) GetUpdatedAt() int64 + func (x *UpdateUserDeviceRequest) GetUserAgent() string + func (x *UpdateUserDeviceRequest) ProtoReflect() protoreflect.Message + func (x *UpdateUserDeviceRequest) Reset() + func (x *UpdateUserDeviceRequest) String() string + type UpdateUserDeviceRequestMultiError []error + func (m UpdateUserDeviceRequestMultiError) AllErrors() []error + func (m UpdateUserDeviceRequestMultiError) Error() string + type UpdateUserDeviceRequestValidationError struct + func (e UpdateUserDeviceRequestValidationError) Cause() error + func (e UpdateUserDeviceRequestValidationError) Error() string + func (e UpdateUserDeviceRequestValidationError) ErrorName() string + func (e UpdateUserDeviceRequestValidationError) Field() string + func (e UpdateUserDeviceRequestValidationError) Key() bool + func (e UpdateUserDeviceRequestValidationError) Reason() string + type UpdateUserNotifySettingsReply struct + Code int32 + Message string + func (*UpdateUserNotifySettingsReply) Descriptor() ([]byte, []int) + func (*UpdateUserNotifySettingsReply) ProtoMessage() + func (m *UpdateUserNotifySettingsReply) Validate() error + func (m *UpdateUserNotifySettingsReply) ValidateAll() error + func (x *UpdateUserNotifySettingsReply) GetCode() int32 + func (x *UpdateUserNotifySettingsReply) GetMessage() string + func (x *UpdateUserNotifySettingsReply) ProtoReflect() protoreflect.Message + func (x *UpdateUserNotifySettingsReply) Reset() + func (x *UpdateUserNotifySettingsReply) String() string + type UpdateUserNotifySettingsReplyMultiError []error + func (m UpdateUserNotifySettingsReplyMultiError) AllErrors() []error + func (m UpdateUserNotifySettingsReplyMultiError) Error() string + type UpdateUserNotifySettingsReplyValidationError struct + func (e UpdateUserNotifySettingsReplyValidationError) Cause() error + func (e UpdateUserNotifySettingsReplyValidationError) Error() string + func (e UpdateUserNotifySettingsReplyValidationError) ErrorName() string + func (e UpdateUserNotifySettingsReplyValidationError) Field() string + func (e UpdateUserNotifySettingsReplyValidationError) Key() bool + func (e UpdateUserNotifySettingsReplyValidationError) Reason() string + type UpdateUserNotifySettingsRequest struct + EnableBalanceNotify bool + EnableLoginNotify bool + EnableSubscribeNotify bool + EnableTradeNotify bool + UserId int64 + func (*UpdateUserNotifySettingsRequest) Descriptor() ([]byte, []int) + func (*UpdateUserNotifySettingsRequest) ProtoMessage() + func (m *UpdateUserNotifySettingsRequest) Validate() error + func (m *UpdateUserNotifySettingsRequest) ValidateAll() error + func (x *UpdateUserNotifySettingsRequest) GetEnableBalanceNotify() bool + func (x *UpdateUserNotifySettingsRequest) GetEnableLoginNotify() bool + func (x *UpdateUserNotifySettingsRequest) GetEnableSubscribeNotify() bool + func (x *UpdateUserNotifySettingsRequest) GetEnableTradeNotify() bool + func (x *UpdateUserNotifySettingsRequest) GetUserId() int64 + func (x *UpdateUserNotifySettingsRequest) ProtoReflect() protoreflect.Message + func (x *UpdateUserNotifySettingsRequest) Reset() + func (x *UpdateUserNotifySettingsRequest) String() string + type UpdateUserNotifySettingsRequestMultiError []error + func (m UpdateUserNotifySettingsRequestMultiError) AllErrors() []error + func (m UpdateUserNotifySettingsRequestMultiError) Error() string + type UpdateUserNotifySettingsRequestValidationError struct + func (e UpdateUserNotifySettingsRequestValidationError) Cause() error + func (e UpdateUserNotifySettingsRequestValidationError) Error() string + func (e UpdateUserNotifySettingsRequestValidationError) ErrorName() string + func (e UpdateUserNotifySettingsRequestValidationError) Field() string + func (e UpdateUserNotifySettingsRequestValidationError) Key() bool + func (e UpdateUserNotifySettingsRequestValidationError) Reason() string + type UpdateUserSubscribeReply struct + Code int32 + Message string + func (*UpdateUserSubscribeReply) Descriptor() ([]byte, []int) + func (*UpdateUserSubscribeReply) ProtoMessage() + func (m *UpdateUserSubscribeReply) Validate() error + func (m *UpdateUserSubscribeReply) ValidateAll() error + func (x *UpdateUserSubscribeReply) GetCode() int32 + func (x *UpdateUserSubscribeReply) GetMessage() string + func (x *UpdateUserSubscribeReply) ProtoReflect() protoreflect.Message + func (x *UpdateUserSubscribeReply) Reset() + func (x *UpdateUserSubscribeReply) String() string + type UpdateUserSubscribeReplyMultiError []error + func (m UpdateUserSubscribeReplyMultiError) AllErrors() []error + func (m UpdateUserSubscribeReplyMultiError) Error() string + type UpdateUserSubscribeReplyValidationError struct + func (e UpdateUserSubscribeReplyValidationError) Cause() error + func (e UpdateUserSubscribeReplyValidationError) Error() string + func (e UpdateUserSubscribeReplyValidationError) ErrorName() string + func (e UpdateUserSubscribeReplyValidationError) Field() string + func (e UpdateUserSubscribeReplyValidationError) Key() bool + func (e UpdateUserSubscribeReplyValidationError) Reason() string + type UpdateUserSubscribeRequest struct + Download int64 + ExpiredAt int64 + SubscribeId int64 + Traffic int64 + Upload int64 + UserSubscribeId int64 + func (*UpdateUserSubscribeRequest) Descriptor() ([]byte, []int) + func (*UpdateUserSubscribeRequest) ProtoMessage() + func (m *UpdateUserSubscribeRequest) Validate() error + func (m *UpdateUserSubscribeRequest) ValidateAll() error + func (x *UpdateUserSubscribeRequest) GetDownload() int64 + func (x *UpdateUserSubscribeRequest) GetExpiredAt() int64 + func (x *UpdateUserSubscribeRequest) GetSubscribeId() int64 + func (x *UpdateUserSubscribeRequest) GetTraffic() int64 + func (x *UpdateUserSubscribeRequest) GetUpload() int64 + func (x *UpdateUserSubscribeRequest) GetUserSubscribeId() int64 + func (x *UpdateUserSubscribeRequest) ProtoReflect() protoreflect.Message + func (x *UpdateUserSubscribeRequest) Reset() + func (x *UpdateUserSubscribeRequest) String() string + type UpdateUserSubscribeRequestMultiError []error + func (m UpdateUserSubscribeRequestMultiError) AllErrors() []error + func (m UpdateUserSubscribeRequestMultiError) Error() string + type UpdateUserSubscribeRequestValidationError struct + func (e UpdateUserSubscribeRequestValidationError) Cause() error + func (e UpdateUserSubscribeRequestValidationError) Error() string + func (e UpdateUserSubscribeRequestValidationError) ErrorName() string + func (e UpdateUserSubscribeRequestValidationError) Field() string + func (e UpdateUserSubscribeRequestValidationError) Key() bool + func (e UpdateUserSubscribeRequestValidationError) Reason() string + type User struct + AuthMethods []*UserAuthMethod + Avatar string + Balance int64 + Commission int64 + CreatedAt int64 + DeletedAt int64 + Enable bool + EnableBalanceNotify bool + EnableLoginNotify bool + EnableSubscribeNotify bool + EnableTradeNotify bool + GiftAmount int64 + Id int64 + IsAdmin bool + IsDel bool + OnlyFirstPurchase bool + ReferCode string + RefererId int64 + ReferralPercentage uint32 + Rules []string + Telegram int64 + UpdatedAt int64 + UserDevices []*UserDevice + func (*User) Descriptor() ([]byte, []int) + func (*User) ProtoMessage() + func (m *User) Validate() error + func (m *User) ValidateAll() error + func (x *User) GetAuthMethods() []*UserAuthMethod + func (x *User) GetAvatar() string + func (x *User) GetBalance() int64 + func (x *User) GetCommission() int64 + func (x *User) GetCreatedAt() int64 + func (x *User) GetDeletedAt() int64 + func (x *User) GetEnable() bool + func (x *User) GetEnableBalanceNotify() bool + func (x *User) GetEnableLoginNotify() bool + func (x *User) GetEnableSubscribeNotify() bool + func (x *User) GetEnableTradeNotify() bool + func (x *User) GetGiftAmount() int64 + func (x *User) GetId() int64 + func (x *User) GetIsAdmin() bool + func (x *User) GetIsDel() bool + func (x *User) GetOnlyFirstPurchase() bool + func (x *User) GetReferCode() string + func (x *User) GetRefererId() int64 + func (x *User) GetReferralPercentage() uint32 + func (x *User) GetRules() []string + func (x *User) GetTelegram() int64 + func (x *User) GetUpdatedAt() int64 + func (x *User) GetUserDevices() []*UserDevice + func (x *User) ProtoReflect() protoreflect.Message + func (x *User) Reset() + func (x *User) String() string + type UserAuthMethod struct + AuthIdentifier string + AuthType string + Verified bool + func (*UserAuthMethod) Descriptor() ([]byte, []int) + func (*UserAuthMethod) ProtoMessage() + func (m *UserAuthMethod) Validate() error + func (m *UserAuthMethod) ValidateAll() error + func (x *UserAuthMethod) GetAuthIdentifier() string + func (x *UserAuthMethod) GetAuthType() string + func (x *UserAuthMethod) GetVerified() bool + func (x *UserAuthMethod) ProtoReflect() protoreflect.Message + func (x *UserAuthMethod) Reset() + func (x *UserAuthMethod) String() string + type UserAuthMethodMultiError []error + func (m UserAuthMethodMultiError) AllErrors() []error + func (m UserAuthMethodMultiError) Error() string + type UserAuthMethodServiceClient interface + CreateUserAuthMethod func(ctx context.Context, in *CreateUserAuthMethodRequest, opts ...grpc.CallOption) (*CreateUserAuthMethodReply, error) + DeleteUserAuthMethod func(ctx context.Context, in *DeleteUserAuthMethodRequest, opts ...grpc.CallOption) (*DeleteUserAuthMethodReply, error) + GetUserAuthMethod func(ctx context.Context, in *GetUserAuthMethodRequest, opts ...grpc.CallOption) (*GetUserAuthMethodReply, error) + UpdateUserAuthMethod func(ctx context.Context, in *UpdateUserAuthMethodRequest, opts ...grpc.CallOption) (*UpdateUserAuthMethodReply, error) + func NewUserAuthMethodServiceClient(cc grpc.ClientConnInterface) UserAuthMethodServiceClient + type UserAuthMethodServiceHTTPClient interface + CreateUserAuthMethod func(ctx context.Context, req *CreateUserAuthMethodRequest, opts ...http.CallOption) (rsp *CreateUserAuthMethodReply, err error) + DeleteUserAuthMethod func(ctx context.Context, req *DeleteUserAuthMethodRequest, opts ...http.CallOption) (rsp *DeleteUserAuthMethodReply, err error) + GetUserAuthMethod func(ctx context.Context, req *GetUserAuthMethodRequest, opts ...http.CallOption) (rsp *GetUserAuthMethodReply, err error) + UpdateUserAuthMethod func(ctx context.Context, req *UpdateUserAuthMethodRequest, opts ...http.CallOption) (rsp *UpdateUserAuthMethodReply, err error) + func NewUserAuthMethodServiceHTTPClient(client *http.Client) UserAuthMethodServiceHTTPClient + type UserAuthMethodServiceHTTPClientImpl struct + func (c *UserAuthMethodServiceHTTPClientImpl) CreateUserAuthMethod(ctx context.Context, in *CreateUserAuthMethodRequest, opts ...http.CallOption) (*CreateUserAuthMethodReply, error) + func (c *UserAuthMethodServiceHTTPClientImpl) DeleteUserAuthMethod(ctx context.Context, in *DeleteUserAuthMethodRequest, opts ...http.CallOption) (*DeleteUserAuthMethodReply, error) + func (c *UserAuthMethodServiceHTTPClientImpl) GetUserAuthMethod(ctx context.Context, in *GetUserAuthMethodRequest, opts ...http.CallOption) (*GetUserAuthMethodReply, error) + func (c *UserAuthMethodServiceHTTPClientImpl) UpdateUserAuthMethod(ctx context.Context, in *UpdateUserAuthMethodRequest, opts ...http.CallOption) (*UpdateUserAuthMethodReply, error) + type UserAuthMethodServiceHTTPServer interface + CreateUserAuthMethod func(context.Context, *CreateUserAuthMethodRequest) (*CreateUserAuthMethodReply, error) + DeleteUserAuthMethod func(context.Context, *DeleteUserAuthMethodRequest) (*DeleteUserAuthMethodReply, error) + GetUserAuthMethod func(context.Context, *GetUserAuthMethodRequest) (*GetUserAuthMethodReply, error) + UpdateUserAuthMethod func(context.Context, *UpdateUserAuthMethodRequest) (*UpdateUserAuthMethodReply, error) + type UserAuthMethodServiceServer interface + CreateUserAuthMethod func(context.Context, *CreateUserAuthMethodRequest) (*CreateUserAuthMethodReply, error) + DeleteUserAuthMethod func(context.Context, *DeleteUserAuthMethodRequest) (*DeleteUserAuthMethodReply, error) + GetUserAuthMethod func(context.Context, *GetUserAuthMethodRequest) (*GetUserAuthMethodReply, error) + UpdateUserAuthMethod func(context.Context, *UpdateUserAuthMethodRequest) (*UpdateUserAuthMethodReply, error) + type UserAuthMethodValidationError struct + func (e UserAuthMethodValidationError) Cause() error + func (e UserAuthMethodValidationError) Error() string + func (e UserAuthMethodValidationError) ErrorName() string + func (e UserAuthMethodValidationError) Field() string + func (e UserAuthMethodValidationError) Key() bool + func (e UserAuthMethodValidationError) Reason() string + type UserDevice struct + CreatedAt int64 + Enabled bool + Id int64 + Identifier string + Ip string + Online bool + UpdatedAt int64 + UserAgent string + func (*UserDevice) Descriptor() ([]byte, []int) + func (*UserDevice) ProtoMessage() + func (m *UserDevice) Validate() error + func (m *UserDevice) ValidateAll() error + func (x *UserDevice) GetCreatedAt() int64 + func (x *UserDevice) GetEnabled() bool + func (x *UserDevice) GetId() int64 + func (x *UserDevice) GetIdentifier() string + func (x *UserDevice) GetIp() string + func (x *UserDevice) GetOnline() bool + func (x *UserDevice) GetUpdatedAt() int64 + func (x *UserDevice) GetUserAgent() string + func (x *UserDevice) ProtoReflect() protoreflect.Message + func (x *UserDevice) Reset() + func (x *UserDevice) String() string + type UserDeviceMultiError []error + func (m UserDeviceMultiError) AllErrors() []error + func (m UserDeviceMultiError) Error() string + type UserDeviceServiceClient interface + DeleteUserDevice func(ctx context.Context, in *DeleteUserDeviceRequest, opts ...grpc.CallOption) (*DeleteUserDeviceReply, error) + KickOfflineByUserDevice func(ctx context.Context, in *KickOfflineByUserDeviceRequest, ...) (*KickOfflineByUserDeviceReply, error) + UpdateUserDevice func(ctx context.Context, in *UpdateUserDeviceRequest, opts ...grpc.CallOption) (*UpdateUserDeviceReply, error) + func NewUserDeviceServiceClient(cc grpc.ClientConnInterface) UserDeviceServiceClient + type UserDeviceServiceHTTPClient interface + DeleteUserDevice func(ctx context.Context, req *DeleteUserDeviceRequest, opts ...http.CallOption) (rsp *DeleteUserDeviceReply, err error) + KickOfflineByUserDevice func(ctx context.Context, req *KickOfflineByUserDeviceRequest, ...) (rsp *KickOfflineByUserDeviceReply, err error) + UpdateUserDevice func(ctx context.Context, req *UpdateUserDeviceRequest, opts ...http.CallOption) (rsp *UpdateUserDeviceReply, err error) + func NewUserDeviceServiceHTTPClient(client *http.Client) UserDeviceServiceHTTPClient + type UserDeviceServiceHTTPClientImpl struct + func (c *UserDeviceServiceHTTPClientImpl) DeleteUserDevice(ctx context.Context, in *DeleteUserDeviceRequest, opts ...http.CallOption) (*DeleteUserDeviceReply, error) + func (c *UserDeviceServiceHTTPClientImpl) KickOfflineByUserDevice(ctx context.Context, in *KickOfflineByUserDeviceRequest, ...) (*KickOfflineByUserDeviceReply, error) + func (c *UserDeviceServiceHTTPClientImpl) UpdateUserDevice(ctx context.Context, in *UpdateUserDeviceRequest, opts ...http.CallOption) (*UpdateUserDeviceReply, error) + type UserDeviceServiceHTTPServer interface + DeleteUserDevice func(context.Context, *DeleteUserDeviceRequest) (*DeleteUserDeviceReply, error) + KickOfflineByUserDevice func(context.Context, *KickOfflineByUserDeviceRequest) (*KickOfflineByUserDeviceReply, error) + UpdateUserDevice func(context.Context, *UpdateUserDeviceRequest) (*UpdateUserDeviceReply, error) + type UserDeviceServiceServer interface + DeleteUserDevice func(context.Context, *DeleteUserDeviceRequest) (*DeleteUserDeviceReply, error) + KickOfflineByUserDevice func(context.Context, *KickOfflineByUserDeviceRequest) (*KickOfflineByUserDeviceReply, error) + UpdateUserDevice func(context.Context, *UpdateUserDeviceRequest) (*UpdateUserDeviceReply, error) + type UserDeviceValidationError struct + func (e UserDeviceValidationError) Cause() error + func (e UserDeviceValidationError) Error() string + func (e UserDeviceValidationError) ErrorName() string + func (e UserDeviceValidationError) Field() string + func (e UserDeviceValidationError) Key() bool + func (e UserDeviceValidationError) Reason() string + type UserMultiError []error + func (m UserMultiError) AllErrors() []error + func (m UserMultiError) Error() string + type UserServiceClient interface + BatchDeleteUser func(ctx context.Context, in *BatchDeleteUserRequest, opts ...grpc.CallOption) (*BatchDeleteUserReply, error) + CreateUser func(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserReply, error) + CurrentUser func(ctx context.Context, in *CurrentUserRequest, opts ...grpc.CallOption) (*CurrentUserReply, error) + DeleteUser func(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserReply, error) + GetUserDetail func(ctx context.Context, in *GetUserDetailRequest, opts ...grpc.CallOption) (*GetUserDetailReply, error) + GetUserList func(ctx context.Context, in *GetUserListRequest, opts ...grpc.CallOption) (*GetUserListReply, error) + GetUserLoginLogs func(ctx context.Context, in *GetUserLoginLogsRequest, opts ...grpc.CallOption) (*GetUserLoginLogsReply, error) + UpdateUserBasicInfo func(ctx context.Context, in *UpdateUserBasicInfoRequest, opts ...grpc.CallOption) (*UpdateUserBasicInfoReply, error) + UpdateUserNotifySettings func(ctx context.Context, in *UpdateUserNotifySettingsRequest, ...) (*UpdateUserNotifySettingsReply, error) + func NewUserServiceClient(cc grpc.ClientConnInterface) UserServiceClient + type UserServiceHTTPClient interface + BatchDeleteUser func(ctx context.Context, req *BatchDeleteUserRequest, opts ...http.CallOption) (rsp *BatchDeleteUserReply, err error) + CreateUser func(ctx context.Context, req *CreateUserRequest, opts ...http.CallOption) (rsp *CreateUserReply, err error) + CurrentUser func(ctx context.Context, req *CurrentUserRequest, opts ...http.CallOption) (rsp *CurrentUserReply, err error) + DeleteUser func(ctx context.Context, req *DeleteUserRequest, opts ...http.CallOption) (rsp *DeleteUserReply, err error) + GetUserDetail func(ctx context.Context, req *GetUserDetailRequest, opts ...http.CallOption) (rsp *GetUserDetailReply, err error) + GetUserList func(ctx context.Context, req *GetUserListRequest, opts ...http.CallOption) (rsp *GetUserListReply, err error) + GetUserLoginLogs func(ctx context.Context, req *GetUserLoginLogsRequest, opts ...http.CallOption) (rsp *GetUserLoginLogsReply, err error) + UpdateUserBasicInfo func(ctx context.Context, req *UpdateUserBasicInfoRequest, opts ...http.CallOption) (rsp *UpdateUserBasicInfoReply, err error) + UpdateUserNotifySettings func(ctx context.Context, req *UpdateUserNotifySettingsRequest, ...) (rsp *UpdateUserNotifySettingsReply, err error) + func NewUserServiceHTTPClient(client *http.Client) UserServiceHTTPClient + type UserServiceHTTPClientImpl struct + func (c *UserServiceHTTPClientImpl) BatchDeleteUser(ctx context.Context, in *BatchDeleteUserRequest, opts ...http.CallOption) (*BatchDeleteUserReply, error) + func (c *UserServiceHTTPClientImpl) CreateUser(ctx context.Context, in *CreateUserRequest, opts ...http.CallOption) (*CreateUserReply, error) + func (c *UserServiceHTTPClientImpl) CurrentUser(ctx context.Context, in *CurrentUserRequest, opts ...http.CallOption) (*CurrentUserReply, error) + func (c *UserServiceHTTPClientImpl) DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...http.CallOption) (*DeleteUserReply, error) + func (c *UserServiceHTTPClientImpl) GetUserDetail(ctx context.Context, in *GetUserDetailRequest, opts ...http.CallOption) (*GetUserDetailReply, error) + func (c *UserServiceHTTPClientImpl) GetUserList(ctx context.Context, in *GetUserListRequest, opts ...http.CallOption) (*GetUserListReply, error) + func (c *UserServiceHTTPClientImpl) GetUserLoginLogs(ctx context.Context, in *GetUserLoginLogsRequest, opts ...http.CallOption) (*GetUserLoginLogsReply, error) + func (c *UserServiceHTTPClientImpl) UpdateUserBasicInfo(ctx context.Context, in *UpdateUserBasicInfoRequest, opts ...http.CallOption) (*UpdateUserBasicInfoReply, error) + func (c *UserServiceHTTPClientImpl) UpdateUserNotifySettings(ctx context.Context, in *UpdateUserNotifySettingsRequest, ...) (*UpdateUserNotifySettingsReply, error) + type UserServiceHTTPServer interface + BatchDeleteUser func(context.Context, *BatchDeleteUserRequest) (*BatchDeleteUserReply, error) + CreateUser func(context.Context, *CreateUserRequest) (*CreateUserReply, error) + CurrentUser func(context.Context, *CurrentUserRequest) (*CurrentUserReply, error) + DeleteUser func(context.Context, *DeleteUserRequest) (*DeleteUserReply, error) + GetUserDetail func(context.Context, *GetUserDetailRequest) (*GetUserDetailReply, error) + GetUserList func(context.Context, *GetUserListRequest) (*GetUserListReply, error) + GetUserLoginLogs func(context.Context, *GetUserLoginLogsRequest) (*GetUserLoginLogsReply, error) + UpdateUserBasicInfo func(context.Context, *UpdateUserBasicInfoRequest) (*UpdateUserBasicInfoReply, error) + UpdateUserNotifySettings func(context.Context, *UpdateUserNotifySettingsRequest) (*UpdateUserNotifySettingsReply, error) + type UserServiceServer interface + BatchDeleteUser func(context.Context, *BatchDeleteUserRequest) (*BatchDeleteUserReply, error) + CreateUser func(context.Context, *CreateUserRequest) (*CreateUserReply, error) + CurrentUser func(context.Context, *CurrentUserRequest) (*CurrentUserReply, error) + DeleteUser func(context.Context, *DeleteUserRequest) (*DeleteUserReply, error) + GetUserDetail func(context.Context, *GetUserDetailRequest) (*GetUserDetailReply, error) + GetUserList func(context.Context, *GetUserListRequest) (*GetUserListReply, error) + GetUserLoginLogs func(context.Context, *GetUserLoginLogsRequest) (*GetUserLoginLogsReply, error) + UpdateUserBasicInfo func(context.Context, *UpdateUserBasicInfoRequest) (*UpdateUserBasicInfoReply, error) + UpdateUserNotifySettings func(context.Context, *UpdateUserNotifySettingsRequest) (*UpdateUserNotifySettingsReply, error) + type UserSubscribe struct + CreatedAt int64 + Download int64 + ExpireTime int64 + FinishedAt int64 + GroupLocked bool + Id int64 + IdStr string + NodeGroupId int64 + OrderId int64 + ResetTime int64 + Short string + StartTime int64 + Status uint32 + Subscribe *Subscribe + SubscribeId int64 + Token string + Traffic int64 + UpdatedAt int64 + Upload int64 + UserId int64 + func (*UserSubscribe) Descriptor() ([]byte, []int) + func (*UserSubscribe) ProtoMessage() + func (m *UserSubscribe) Validate() error + func (m *UserSubscribe) ValidateAll() error + func (x *UserSubscribe) GetCreatedAt() int64 + func (x *UserSubscribe) GetDownload() int64 + func (x *UserSubscribe) GetExpireTime() int64 + func (x *UserSubscribe) GetFinishedAt() int64 + func (x *UserSubscribe) GetGroupLocked() bool + func (x *UserSubscribe) GetId() int64 + func (x *UserSubscribe) GetIdStr() string + func (x *UserSubscribe) GetNodeGroupId() int64 + func (x *UserSubscribe) GetOrderId() int64 + func (x *UserSubscribe) GetResetTime() int64 + func (x *UserSubscribe) GetShort() string + func (x *UserSubscribe) GetStartTime() int64 + func (x *UserSubscribe) GetStatus() uint32 + func (x *UserSubscribe) GetSubscribe() *Subscribe + func (x *UserSubscribe) GetSubscribeId() int64 + func (x *UserSubscribe) GetToken() string + func (x *UserSubscribe) GetTraffic() int64 + func (x *UserSubscribe) GetUpdatedAt() int64 + func (x *UserSubscribe) GetUpload() int64 + func (x *UserSubscribe) GetUserId() int64 + func (x *UserSubscribe) ProtoReflect() protoreflect.Message + func (x *UserSubscribe) Reset() + func (x *UserSubscribe) String() string + type UserSubscribeDetail struct + CreatedAt int64 + Download int64 + ExpireTime int64 + GroupLocked bool + Id int64 + NodeGroupId int64 + OrderId int64 + ResetTime int64 + StartTime int64 + Status uint32 + Subscribe *Subscribe + SubscribeId int64 + Token string + Traffic int64 + UpdatedAt int64 + Upload int64 + User *User + UserId int64 + func (*UserSubscribeDetail) Descriptor() ([]byte, []int) + func (*UserSubscribeDetail) ProtoMessage() + func (m *UserSubscribeDetail) Validate() error + func (m *UserSubscribeDetail) ValidateAll() error + func (x *UserSubscribeDetail) GetCreatedAt() int64 + func (x *UserSubscribeDetail) GetDownload() int64 + func (x *UserSubscribeDetail) GetExpireTime() int64 + func (x *UserSubscribeDetail) GetGroupLocked() bool + func (x *UserSubscribeDetail) GetId() int64 + func (x *UserSubscribeDetail) GetNodeGroupId() int64 + func (x *UserSubscribeDetail) GetOrderId() int64 + func (x *UserSubscribeDetail) GetResetTime() int64 + func (x *UserSubscribeDetail) GetStartTime() int64 + func (x *UserSubscribeDetail) GetStatus() uint32 + func (x *UserSubscribeDetail) GetSubscribe() *Subscribe + func (x *UserSubscribeDetail) GetSubscribeId() int64 + func (x *UserSubscribeDetail) GetToken() string + func (x *UserSubscribeDetail) GetTraffic() int64 + func (x *UserSubscribeDetail) GetUpdatedAt() int64 + func (x *UserSubscribeDetail) GetUpload() int64 + func (x *UserSubscribeDetail) GetUser() *User + func (x *UserSubscribeDetail) GetUserId() int64 + func (x *UserSubscribeDetail) ProtoReflect() protoreflect.Message + func (x *UserSubscribeDetail) Reset() + func (x *UserSubscribeDetail) String() string + type UserSubscribeDetailMultiError []error + func (m UserSubscribeDetailMultiError) AllErrors() []error + func (m UserSubscribeDetailMultiError) Error() string + type UserSubscribeDetailValidationError struct + func (e UserSubscribeDetailValidationError) Cause() error + func (e UserSubscribeDetailValidationError) Error() string + func (e UserSubscribeDetailValidationError) ErrorName() string + func (e UserSubscribeDetailValidationError) Field() string + func (e UserSubscribeDetailValidationError) Key() bool + func (e UserSubscribeDetailValidationError) Reason() string + type UserSubscribeLog struct + Id int64 + Ip string + Timestamp int64 + Token string + UserAgent string + UserId int64 + UserSubscribeId int64 + func (*UserSubscribeLog) Descriptor() ([]byte, []int) + func (*UserSubscribeLog) ProtoMessage() + func (m *UserSubscribeLog) Validate() error + func (m *UserSubscribeLog) ValidateAll() error + func (x *UserSubscribeLog) GetId() int64 + func (x *UserSubscribeLog) GetIp() string + func (x *UserSubscribeLog) GetTimestamp() int64 + func (x *UserSubscribeLog) GetToken() string + func (x *UserSubscribeLog) GetUserAgent() string + func (x *UserSubscribeLog) GetUserId() int64 + func (x *UserSubscribeLog) GetUserSubscribeId() int64 + func (x *UserSubscribeLog) ProtoReflect() protoreflect.Message + func (x *UserSubscribeLog) Reset() + func (x *UserSubscribeLog) String() string + type UserSubscribeLogMultiError []error + func (m UserSubscribeLogMultiError) AllErrors() []error + func (m UserSubscribeLogMultiError) Error() string + type UserSubscribeLogValidationError struct + func (e UserSubscribeLogValidationError) Cause() error + func (e UserSubscribeLogValidationError) Error() string + func (e UserSubscribeLogValidationError) ErrorName() string + func (e UserSubscribeLogValidationError) Field() string + func (e UserSubscribeLogValidationError) Key() bool + func (e UserSubscribeLogValidationError) Reason() string + type UserSubscribeMultiError []error + func (m UserSubscribeMultiError) AllErrors() []error + func (m UserSubscribeMultiError) Error() string + type UserSubscribeServiceClient interface + CreateUserSubscribe func(ctx context.Context, in *CreateUserSubscribeRequest, opts ...grpc.CallOption) (*CreateUserSubscribeReply, error) + DeleteUserSubscribe func(ctx context.Context, in *DeleteUserSubscribeRequest, opts ...grpc.CallOption) (*DeleteUserSubscribeReply, error) + GetUserSubscribe func(ctx context.Context, in *GetUserSubscribeRequest, opts ...grpc.CallOption) (*GetUserSubscribeReply, error) + GetUserSubscribeById func(ctx context.Context, in *GetUserSubscribeByIdRequest, opts ...grpc.CallOption) (*GetUserSubscribeByIdReply, error) + GetUserSubscribeDevices func(ctx context.Context, in *GetUserSubscribeDevicesRequest, ...) (*GetUserSubscribeDevicesReply, error) + GetUserSubscribeLogs func(ctx context.Context, in *GetUserSubscribeLogsRequest, opts ...grpc.CallOption) (*GetUserSubscribeLogsReply, error) + GetUserSubscribeResetTrafficLogs func(ctx context.Context, in *GetUserSubscribeResetTrafficLogsRequest, ...) (*GetUserSubscribeResetTrafficLogsReply, error) + GetUserSubscribeTrafficLogs func(ctx context.Context, in *GetUserSubscribeTrafficLogsRequest, ...) (*GetUserSubscribeTrafficLogsReply, error) + ResetUserSubscribeToken func(ctx context.Context, in *ResetUserSubscribeTokenRequest, ...) (*ResetUserSubscribeTokenReply, error) + ResetUserSubscribeTraffic func(ctx context.Context, in *ResetUserSubscribeTrafficRequest, ...) (*ResetUserSubscribeTrafficReply, error) + ToggleUserSubscribeStatus func(ctx context.Context, in *ToggleUserSubscribeStatusRequest, ...) (*ToggleUserSubscribeStatusReply, error) + UpdateUserSubscribe func(ctx context.Context, in *UpdateUserSubscribeRequest, opts ...grpc.CallOption) (*UpdateUserSubscribeReply, error) + func NewUserSubscribeServiceClient(cc grpc.ClientConnInterface) UserSubscribeServiceClient + type UserSubscribeServiceHTTPClient interface + CreateUserSubscribe func(ctx context.Context, req *CreateUserSubscribeRequest, opts ...http.CallOption) (rsp *CreateUserSubscribeReply, err error) + DeleteUserSubscribe func(ctx context.Context, req *DeleteUserSubscribeRequest, opts ...http.CallOption) (rsp *DeleteUserSubscribeReply, err error) + GetUserSubscribe func(ctx context.Context, req *GetUserSubscribeRequest, opts ...http.CallOption) (rsp *GetUserSubscribeReply, err error) + GetUserSubscribeById func(ctx context.Context, req *GetUserSubscribeByIdRequest, opts ...http.CallOption) (rsp *GetUserSubscribeByIdReply, err error) + GetUserSubscribeDevices func(ctx context.Context, req *GetUserSubscribeDevicesRequest, ...) (rsp *GetUserSubscribeDevicesReply, err error) + GetUserSubscribeLogs func(ctx context.Context, req *GetUserSubscribeLogsRequest, opts ...http.CallOption) (rsp *GetUserSubscribeLogsReply, err error) + GetUserSubscribeResetTrafficLogs func(ctx context.Context, req *GetUserSubscribeResetTrafficLogsRequest, ...) (rsp *GetUserSubscribeResetTrafficLogsReply, err error) + GetUserSubscribeTrafficLogs func(ctx context.Context, req *GetUserSubscribeTrafficLogsRequest, ...) (rsp *GetUserSubscribeTrafficLogsReply, err error) + ResetUserSubscribeToken func(ctx context.Context, req *ResetUserSubscribeTokenRequest, ...) (rsp *ResetUserSubscribeTokenReply, err error) + ResetUserSubscribeTraffic func(ctx context.Context, req *ResetUserSubscribeTrafficRequest, ...) (rsp *ResetUserSubscribeTrafficReply, err error) + ToggleUserSubscribeStatus func(ctx context.Context, req *ToggleUserSubscribeStatusRequest, ...) (rsp *ToggleUserSubscribeStatusReply, err error) + UpdateUserSubscribe func(ctx context.Context, req *UpdateUserSubscribeRequest, opts ...http.CallOption) (rsp *UpdateUserSubscribeReply, err error) + func NewUserSubscribeServiceHTTPClient(client *http.Client) UserSubscribeServiceHTTPClient + type UserSubscribeServiceHTTPClientImpl struct + func (c *UserSubscribeServiceHTTPClientImpl) CreateUserSubscribe(ctx context.Context, in *CreateUserSubscribeRequest, opts ...http.CallOption) (*CreateUserSubscribeReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) DeleteUserSubscribe(ctx context.Context, in *DeleteUserSubscribeRequest, opts ...http.CallOption) (*DeleteUserSubscribeReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) GetUserSubscribe(ctx context.Context, in *GetUserSubscribeRequest, opts ...http.CallOption) (*GetUserSubscribeReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) GetUserSubscribeById(ctx context.Context, in *GetUserSubscribeByIdRequest, opts ...http.CallOption) (*GetUserSubscribeByIdReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) GetUserSubscribeDevices(ctx context.Context, in *GetUserSubscribeDevicesRequest, ...) (*GetUserSubscribeDevicesReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) GetUserSubscribeLogs(ctx context.Context, in *GetUserSubscribeLogsRequest, opts ...http.CallOption) (*GetUserSubscribeLogsReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) GetUserSubscribeResetTrafficLogs(ctx context.Context, in *GetUserSubscribeResetTrafficLogsRequest, ...) (*GetUserSubscribeResetTrafficLogsReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) GetUserSubscribeTrafficLogs(ctx context.Context, in *GetUserSubscribeTrafficLogsRequest, ...) (*GetUserSubscribeTrafficLogsReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) ResetUserSubscribeToken(ctx context.Context, in *ResetUserSubscribeTokenRequest, ...) (*ResetUserSubscribeTokenReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) ResetUserSubscribeTraffic(ctx context.Context, in *ResetUserSubscribeTrafficRequest, ...) (*ResetUserSubscribeTrafficReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) ToggleUserSubscribeStatus(ctx context.Context, in *ToggleUserSubscribeStatusRequest, ...) (*ToggleUserSubscribeStatusReply, error) + func (c *UserSubscribeServiceHTTPClientImpl) UpdateUserSubscribe(ctx context.Context, in *UpdateUserSubscribeRequest, opts ...http.CallOption) (*UpdateUserSubscribeReply, error) + type UserSubscribeServiceHTTPServer interface + CreateUserSubscribe func(context.Context, *CreateUserSubscribeRequest) (*CreateUserSubscribeReply, error) + DeleteUserSubscribe func(context.Context, *DeleteUserSubscribeRequest) (*DeleteUserSubscribeReply, error) + GetUserSubscribe func(context.Context, *GetUserSubscribeRequest) (*GetUserSubscribeReply, error) + GetUserSubscribeById func(context.Context, *GetUserSubscribeByIdRequest) (*GetUserSubscribeByIdReply, error) + GetUserSubscribeDevices func(context.Context, *GetUserSubscribeDevicesRequest) (*GetUserSubscribeDevicesReply, error) + GetUserSubscribeLogs func(context.Context, *GetUserSubscribeLogsRequest) (*GetUserSubscribeLogsReply, error) + GetUserSubscribeResetTrafficLogs func(context.Context, *GetUserSubscribeResetTrafficLogsRequest) (*GetUserSubscribeResetTrafficLogsReply, error) + GetUserSubscribeTrafficLogs func(context.Context, *GetUserSubscribeTrafficLogsRequest) (*GetUserSubscribeTrafficLogsReply, error) + ResetUserSubscribeToken func(context.Context, *ResetUserSubscribeTokenRequest) (*ResetUserSubscribeTokenReply, error) + ResetUserSubscribeTraffic func(context.Context, *ResetUserSubscribeTrafficRequest) (*ResetUserSubscribeTrafficReply, error) + ToggleUserSubscribeStatus func(context.Context, *ToggleUserSubscribeStatusRequest) (*ToggleUserSubscribeStatusReply, error) + UpdateUserSubscribe func(context.Context, *UpdateUserSubscribeRequest) (*UpdateUserSubscribeReply, error) + type UserSubscribeServiceServer interface + CreateUserSubscribe func(context.Context, *CreateUserSubscribeRequest) (*CreateUserSubscribeReply, error) + DeleteUserSubscribe func(context.Context, *DeleteUserSubscribeRequest) (*DeleteUserSubscribeReply, error) + GetUserSubscribe func(context.Context, *GetUserSubscribeRequest) (*GetUserSubscribeReply, error) + GetUserSubscribeById func(context.Context, *GetUserSubscribeByIdRequest) (*GetUserSubscribeByIdReply, error) + GetUserSubscribeDevices func(context.Context, *GetUserSubscribeDevicesRequest) (*GetUserSubscribeDevicesReply, error) + GetUserSubscribeLogs func(context.Context, *GetUserSubscribeLogsRequest) (*GetUserSubscribeLogsReply, error) + GetUserSubscribeResetTrafficLogs func(context.Context, *GetUserSubscribeResetTrafficLogsRequest) (*GetUserSubscribeResetTrafficLogsReply, error) + GetUserSubscribeTrafficLogs func(context.Context, *GetUserSubscribeTrafficLogsRequest) (*GetUserSubscribeTrafficLogsReply, error) + ResetUserSubscribeToken func(context.Context, *ResetUserSubscribeTokenRequest) (*ResetUserSubscribeTokenReply, error) + ResetUserSubscribeTraffic func(context.Context, *ResetUserSubscribeTrafficRequest) (*ResetUserSubscribeTrafficReply, error) + ToggleUserSubscribeStatus func(context.Context, *ToggleUserSubscribeStatusRequest) (*ToggleUserSubscribeStatusReply, error) + UpdateUserSubscribe func(context.Context, *UpdateUserSubscribeRequest) (*UpdateUserSubscribeReply, error) + type UserSubscribeValidationError struct + func (e UserSubscribeValidationError) Cause() error + func (e UserSubscribeValidationError) Error() string + func (e UserSubscribeValidationError) ErrorName() string + func (e UserSubscribeValidationError) Field() string + func (e UserSubscribeValidationError) Key() bool + func (e UserSubscribeValidationError) Reason() string + type UserValidationError struct + func (e UserValidationError) Cause() error + func (e UserValidationError) Error() string + func (e UserValidationError) ErrorName() string + func (e UserValidationError) Field() string + func (e UserValidationError) Key() bool + func (e UserValidationError) Reason() string