user

package
v0.0.35 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_user_user_proto protoreflect.FileDescriptor

Functions

func RegisterUserServer

func RegisterUserServer(s *grpc.Server, srv UserServer)

Types

type AccountCheckReq

type AccountCheckReq struct {
	CheckUserIDs []string `protobuf:"bytes,1,rep,name=checkUserIDs,proto3" json:"checkUserIDs"`
	// contains filtered or unexported fields
}

func (*AccountCheckReq) Check

func (x *AccountCheckReq) Check() error

func (*AccountCheckReq) Descriptor deprecated

func (*AccountCheckReq) Descriptor() ([]byte, []int)

Deprecated: Use AccountCheckReq.ProtoReflect.Descriptor instead.

func (*AccountCheckReq) GetCheckUserIDs

func (x *AccountCheckReq) GetCheckUserIDs() []string

func (*AccountCheckReq) ProtoMessage

func (*AccountCheckReq) ProtoMessage()

func (*AccountCheckReq) ProtoReflect

func (x *AccountCheckReq) ProtoReflect() protoreflect.Message

func (*AccountCheckReq) Reset

func (x *AccountCheckReq) Reset()

func (*AccountCheckReq) String

func (x *AccountCheckReq) String() string

type AccountCheckResp

type AccountCheckResp struct {
	Results []*AccountCheckRespSingleUserStatus `protobuf:"bytes,1,rep,name=results,proto3" json:"results"`
	// contains filtered or unexported fields
}

func (*AccountCheckResp) Descriptor deprecated

func (*AccountCheckResp) Descriptor() ([]byte, []int)

Deprecated: Use AccountCheckResp.ProtoReflect.Descriptor instead.

func (*AccountCheckResp) GetResults

func (*AccountCheckResp) ProtoMessage

func (*AccountCheckResp) ProtoMessage()

func (*AccountCheckResp) ProtoReflect

func (x *AccountCheckResp) ProtoReflect() protoreflect.Message

func (*AccountCheckResp) Reset

func (x *AccountCheckResp) Reset()

func (*AccountCheckResp) String

func (x *AccountCheckResp) String() string

type AccountCheckRespSingleUserStatus

type AccountCheckRespSingleUserStatus struct {
	UserID        string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	AccountStatus string `protobuf:"bytes,2,opt,name=accountStatus,proto3" json:"accountStatus"`
	// contains filtered or unexported fields
}

func (*AccountCheckRespSingleUserStatus) Descriptor deprecated

func (*AccountCheckRespSingleUserStatus) Descriptor() ([]byte, []int)

Deprecated: Use AccountCheckRespSingleUserStatus.ProtoReflect.Descriptor instead.

func (*AccountCheckRespSingleUserStatus) GetAccountStatus

func (x *AccountCheckRespSingleUserStatus) GetAccountStatus() string

func (*AccountCheckRespSingleUserStatus) GetUserID

func (*AccountCheckRespSingleUserStatus) ProtoMessage

func (*AccountCheckRespSingleUserStatus) ProtoMessage()

func (*AccountCheckRespSingleUserStatus) ProtoReflect

func (*AccountCheckRespSingleUserStatus) Reset

func (*AccountCheckRespSingleUserStatus) String

type BatchSetConversationsReq

type BatchSetConversationsReq struct {
	Conversations    []*conversation.Conversation `protobuf:"bytes,1,rep,name=conversations,proto3" json:"conversations"`
	OwnerUserID      string                       `protobuf:"bytes,2,opt,name=OwnerUserID,proto3" json:"OwnerUserID"`
	NotificationType int32                        `protobuf:"varint,3,opt,name=notificationType,proto3" json:"notificationType"`
	OperationID      string                       `protobuf:"bytes,4,opt,name=OperationID,proto3" json:"OperationID"`
	// contains filtered or unexported fields
}

func (*BatchSetConversationsReq) Check

func (x *BatchSetConversationsReq) Check() error

func (*BatchSetConversationsReq) Descriptor deprecated

func (*BatchSetConversationsReq) Descriptor() ([]byte, []int)

Deprecated: Use BatchSetConversationsReq.ProtoReflect.Descriptor instead.

func (*BatchSetConversationsReq) GetConversations

func (x *BatchSetConversationsReq) GetConversations() []*conversation.Conversation

func (*BatchSetConversationsReq) GetNotificationType

func (x *BatchSetConversationsReq) GetNotificationType() int32

func (*BatchSetConversationsReq) GetOperationID

func (x *BatchSetConversationsReq) GetOperationID() string

func (*BatchSetConversationsReq) GetOwnerUserID

func (x *BatchSetConversationsReq) GetOwnerUserID() string

func (*BatchSetConversationsReq) ProtoMessage

func (*BatchSetConversationsReq) ProtoMessage()

func (*BatchSetConversationsReq) ProtoReflect

func (x *BatchSetConversationsReq) ProtoReflect() protoreflect.Message

func (*BatchSetConversationsReq) Reset

func (x *BatchSetConversationsReq) Reset()

func (*BatchSetConversationsReq) String

func (x *BatchSetConversationsReq) String() string

type BatchSetConversationsResp

type BatchSetConversationsResp struct {
	Success []string `protobuf:"bytes,2,rep,name=Success,proto3" json:"Success"`
	Failed  []string `protobuf:"bytes,3,rep,name=Failed,proto3" json:"Failed"`
	// contains filtered or unexported fields
}

func (*BatchSetConversationsResp) Descriptor deprecated

func (*BatchSetConversationsResp) Descriptor() ([]byte, []int)

Deprecated: Use BatchSetConversationsResp.ProtoReflect.Descriptor instead.

func (*BatchSetConversationsResp) GetFailed

func (x *BatchSetConversationsResp) GetFailed() []string

func (*BatchSetConversationsResp) GetSuccess

func (x *BatchSetConversationsResp) GetSuccess() []string

func (*BatchSetConversationsResp) ProtoMessage

func (*BatchSetConversationsResp) ProtoMessage()

func (*BatchSetConversationsResp) ProtoReflect

func (*BatchSetConversationsResp) Reset

func (x *BatchSetConversationsResp) Reset()

func (*BatchSetConversationsResp) String

func (x *BatchSetConversationsResp) String() string

type CommandInfoResp added in v0.0.34

type CommandInfoResp struct {
	Uuid       string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid"`
	CreateTime int64  `protobuf:"varint,2,opt,name=createTime,proto3" json:"createTime"`
	Value      string `protobuf:"bytes,3,opt,name=value,proto3" json:"value"`
	// contains filtered or unexported fields
}

func (*CommandInfoResp) Descriptor deprecated added in v0.0.34

func (*CommandInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use CommandInfoResp.ProtoReflect.Descriptor instead.

func (*CommandInfoResp) GetCreateTime added in v0.0.34

func (x *CommandInfoResp) GetCreateTime() int64

func (*CommandInfoResp) GetUuid added in v0.0.34

func (x *CommandInfoResp) GetUuid() string

func (*CommandInfoResp) GetValue added in v0.0.34

func (x *CommandInfoResp) GetValue() string

func (*CommandInfoResp) ProtoMessage added in v0.0.34

func (*CommandInfoResp) ProtoMessage()

func (*CommandInfoResp) ProtoReflect added in v0.0.34

func (x *CommandInfoResp) ProtoReflect() protoreflect.Message

func (*CommandInfoResp) Reset added in v0.0.34

func (x *CommandInfoResp) Reset()

func (*CommandInfoResp) String added in v0.0.34

func (x *CommandInfoResp) String() string

type GetAllConversationsReq

type GetAllConversationsReq struct {
	OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetAllConversationsReq) Check

func (x *GetAllConversationsReq) Check() error

func (*GetAllConversationsReq) Descriptor deprecated

func (*GetAllConversationsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAllConversationsReq.ProtoReflect.Descriptor instead.

func (*GetAllConversationsReq) GetOperationID

func (x *GetAllConversationsReq) GetOperationID() string

func (*GetAllConversationsReq) GetOwnerUserID

func (x *GetAllConversationsReq) GetOwnerUserID() string

func (*GetAllConversationsReq) ProtoMessage

func (*GetAllConversationsReq) ProtoMessage()

func (*GetAllConversationsReq) ProtoReflect

func (x *GetAllConversationsReq) ProtoReflect() protoreflect.Message

func (*GetAllConversationsReq) Reset

func (x *GetAllConversationsReq) Reset()

func (*GetAllConversationsReq) String

func (x *GetAllConversationsReq) String() string

type GetAllConversationsResp

type GetAllConversationsResp struct {
	Conversations []*conversation.Conversation `protobuf:"bytes,2,rep,name=conversations,proto3" json:"conversations"`
	// contains filtered or unexported fields
}

func (*GetAllConversationsResp) Descriptor deprecated

func (*GetAllConversationsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetAllConversationsResp.ProtoReflect.Descriptor instead.

func (*GetAllConversationsResp) GetConversations

func (x *GetAllConversationsResp) GetConversations() []*conversation.Conversation

func (*GetAllConversationsResp) ProtoMessage

func (*GetAllConversationsResp) ProtoMessage()

func (*GetAllConversationsResp) ProtoReflect

func (x *GetAllConversationsResp) ProtoReflect() protoreflect.Message

func (*GetAllConversationsResp) Reset

func (x *GetAllConversationsResp) Reset()

func (*GetAllConversationsResp) String

func (x *GetAllConversationsResp) String() string

type GetAllUserIDReq

type GetAllUserIDReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	// contains filtered or unexported fields
}

func (*GetAllUserIDReq) Check

func (x *GetAllUserIDReq) Check() error

func (*GetAllUserIDReq) Descriptor deprecated

func (*GetAllUserIDReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAllUserIDReq.ProtoReflect.Descriptor instead.

func (*GetAllUserIDReq) GetPagination

func (x *GetAllUserIDReq) GetPagination() *sdkws.RequestPagination

func (*GetAllUserIDReq) ProtoMessage

func (*GetAllUserIDReq) ProtoMessage()

func (*GetAllUserIDReq) ProtoReflect

func (x *GetAllUserIDReq) ProtoReflect() protoreflect.Message

func (*GetAllUserIDReq) Reset

func (x *GetAllUserIDReq) Reset()

func (*GetAllUserIDReq) String

func (x *GetAllUserIDReq) String() string

type GetAllUserIDResp

type GetAllUserIDResp struct {
	Total   int32    `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs"`
	// contains filtered or unexported fields
}

func (*GetAllUserIDResp) Descriptor deprecated

func (*GetAllUserIDResp) Descriptor() ([]byte, []int)

Deprecated: Use GetAllUserIDResp.ProtoReflect.Descriptor instead.

func (*GetAllUserIDResp) GetTotal

func (x *GetAllUserIDResp) GetTotal() int32

func (*GetAllUserIDResp) GetUserIDs

func (x *GetAllUserIDResp) GetUserIDs() []string

func (*GetAllUserIDResp) ProtoMessage

func (*GetAllUserIDResp) ProtoMessage()

func (*GetAllUserIDResp) ProtoReflect

func (x *GetAllUserIDResp) ProtoReflect() protoreflect.Message

func (*GetAllUserIDResp) Reset

func (x *GetAllUserIDResp) Reset()

func (*GetAllUserIDResp) String

func (x *GetAllUserIDResp) String() string

type GetConversationReq

type GetConversationReq struct {
	ConversationID string `protobuf:"bytes,1,opt,name=conversationID,proto3" json:"conversationID"`
	OwnerUserID    string `protobuf:"bytes,2,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	OperationID    string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetConversationReq) Check

func (x *GetConversationReq) Check() error

func (*GetConversationReq) Descriptor deprecated

func (*GetConversationReq) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationReq.ProtoReflect.Descriptor instead.

func (*GetConversationReq) GetConversationID

func (x *GetConversationReq) GetConversationID() string

func (*GetConversationReq) GetOperationID

func (x *GetConversationReq) GetOperationID() string

func (*GetConversationReq) GetOwnerUserID

func (x *GetConversationReq) GetOwnerUserID() string

func (*GetConversationReq) ProtoMessage

func (*GetConversationReq) ProtoMessage()

func (*GetConversationReq) ProtoReflect

func (x *GetConversationReq) ProtoReflect() protoreflect.Message

func (*GetConversationReq) Reset

func (x *GetConversationReq) Reset()

func (*GetConversationReq) String

func (x *GetConversationReq) String() string

type GetConversationResp

type GetConversationResp struct {
	Conversation *conversation.Conversation `protobuf:"bytes,2,opt,name=conversation,proto3" json:"conversation"`
	// contains filtered or unexported fields
}

func (*GetConversationResp) Descriptor deprecated

func (*GetConversationResp) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationResp.ProtoReflect.Descriptor instead.

func (*GetConversationResp) GetConversation

func (x *GetConversationResp) GetConversation() *conversation.Conversation

func (*GetConversationResp) ProtoMessage

func (*GetConversationResp) ProtoMessage()

func (*GetConversationResp) ProtoReflect

func (x *GetConversationResp) ProtoReflect() protoreflect.Message

func (*GetConversationResp) Reset

func (x *GetConversationResp) Reset()

func (*GetConversationResp) String

func (x *GetConversationResp) String() string

type GetConversationsReq

type GetConversationsReq struct {
	OwnerUserID     string   `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	ConversationIDs []string `protobuf:"bytes,2,rep,name=conversationIDs,proto3" json:"conversationIDs"`
	OperationID     string   `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetConversationsReq) Check

func (x *GetConversationsReq) Check() error

func (*GetConversationsReq) Descriptor deprecated

func (*GetConversationsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationsReq.ProtoReflect.Descriptor instead.

func (*GetConversationsReq) GetConversationIDs

func (x *GetConversationsReq) GetConversationIDs() []string

func (*GetConversationsReq) GetOperationID

func (x *GetConversationsReq) GetOperationID() string

func (*GetConversationsReq) GetOwnerUserID

func (x *GetConversationsReq) GetOwnerUserID() string

func (*GetConversationsReq) ProtoMessage

func (*GetConversationsReq) ProtoMessage()

func (*GetConversationsReq) ProtoReflect

func (x *GetConversationsReq) ProtoReflect() protoreflect.Message

func (*GetConversationsReq) Reset

func (x *GetConversationsReq) Reset()

func (*GetConversationsReq) String

func (x *GetConversationsReq) String() string

type GetConversationsResp

type GetConversationsResp struct {
	Conversations []*conversation.Conversation `protobuf:"bytes,2,rep,name=conversations,proto3" json:"conversations"`
	// contains filtered or unexported fields
}

func (*GetConversationsResp) Descriptor deprecated

func (*GetConversationsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetConversationsResp.ProtoReflect.Descriptor instead.

func (*GetConversationsResp) GetConversations

func (x *GetConversationsResp) GetConversations() []*conversation.Conversation

func (*GetConversationsResp) ProtoMessage

func (*GetConversationsResp) ProtoMessage()

func (*GetConversationsResp) ProtoReflect

func (x *GetConversationsResp) ProtoReflect() protoreflect.Message

func (*GetConversationsResp) Reset

func (x *GetConversationsResp) Reset()

func (*GetConversationsResp) String

func (x *GetConversationsResp) String() string

type GetDesignateUsersReq

type GetDesignateUsersReq struct {
	UserIDs []string `protobuf:"bytes,1,rep,name=userIDs,proto3" json:"userIDs"`
	// contains filtered or unexported fields
}

func (*GetDesignateUsersReq) Check

func (x *GetDesignateUsersReq) Check() error

func (*GetDesignateUsersReq) Descriptor deprecated

func (*GetDesignateUsersReq) Descriptor() ([]byte, []int)

Deprecated: Use GetDesignateUsersReq.ProtoReflect.Descriptor instead.

func (*GetDesignateUsersReq) GetUserIDs

func (x *GetDesignateUsersReq) GetUserIDs() []string

func (*GetDesignateUsersReq) ProtoMessage

func (*GetDesignateUsersReq) ProtoMessage()

func (*GetDesignateUsersReq) ProtoReflect

func (x *GetDesignateUsersReq) ProtoReflect() protoreflect.Message

func (*GetDesignateUsersReq) Reset

func (x *GetDesignateUsersReq) Reset()

func (*GetDesignateUsersReq) String

func (x *GetDesignateUsersReq) String() string

type GetDesignateUsersResp

type GetDesignateUsersResp struct {
	UsersInfo []*sdkws.UserInfo `protobuf:"bytes,1,rep,name=usersInfo,proto3" json:"usersInfo"`
	// contains filtered or unexported fields
}

func (*GetDesignateUsersResp) Descriptor deprecated

func (*GetDesignateUsersResp) Descriptor() ([]byte, []int)

Deprecated: Use GetDesignateUsersResp.ProtoReflect.Descriptor instead.

func (*GetDesignateUsersResp) GetUsersInfo

func (x *GetDesignateUsersResp) GetUsersInfo() []*sdkws.UserInfo

func (*GetDesignateUsersResp) ProtoMessage

func (*GetDesignateUsersResp) ProtoMessage()

func (*GetDesignateUsersResp) ProtoReflect

func (x *GetDesignateUsersResp) ProtoReflect() protoreflect.Message

func (*GetDesignateUsersResp) Reset

func (x *GetDesignateUsersResp) Reset()

func (*GetDesignateUsersResp) String

func (x *GetDesignateUsersResp) String() string

type GetGlobalRecvMessageOptReq

type GetGlobalRecvMessageOptReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*GetGlobalRecvMessageOptReq) Check

func (x *GetGlobalRecvMessageOptReq) Check() error

func (*GetGlobalRecvMessageOptReq) Descriptor deprecated

func (*GetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalRecvMessageOptReq.ProtoReflect.Descriptor instead.

func (*GetGlobalRecvMessageOptReq) GetUserID

func (x *GetGlobalRecvMessageOptReq) GetUserID() string

func (*GetGlobalRecvMessageOptReq) ProtoMessage

func (*GetGlobalRecvMessageOptReq) ProtoMessage()

func (*GetGlobalRecvMessageOptReq) ProtoReflect

func (*GetGlobalRecvMessageOptReq) Reset

func (x *GetGlobalRecvMessageOptReq) Reset()

func (*GetGlobalRecvMessageOptReq) String

func (x *GetGlobalRecvMessageOptReq) String() string

type GetGlobalRecvMessageOptResp

type GetGlobalRecvMessageOptResp struct {
	GlobalRecvMsgOpt int32 `protobuf:"varint,1,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt"`
	// contains filtered or unexported fields
}

func (*GetGlobalRecvMessageOptResp) Descriptor deprecated

func (*GetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalRecvMessageOptResp.ProtoReflect.Descriptor instead.

func (*GetGlobalRecvMessageOptResp) GetGlobalRecvMsgOpt

func (x *GetGlobalRecvMessageOptResp) GetGlobalRecvMsgOpt() int32

func (*GetGlobalRecvMessageOptResp) ProtoMessage

func (*GetGlobalRecvMessageOptResp) ProtoMessage()

func (*GetGlobalRecvMessageOptResp) ProtoReflect

func (*GetGlobalRecvMessageOptResp) Reset

func (x *GetGlobalRecvMessageOptResp) Reset()

func (*GetGlobalRecvMessageOptResp) String

func (x *GetGlobalRecvMessageOptResp) String() string

type GetPaginationUsersReq

type GetPaginationUsersReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination"`
	// contains filtered or unexported fields
}

func (*GetPaginationUsersReq) Check

func (x *GetPaginationUsersReq) Check() error

func (*GetPaginationUsersReq) Descriptor deprecated

func (*GetPaginationUsersReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationUsersReq.ProtoReflect.Descriptor instead.

func (*GetPaginationUsersReq) GetPagination

func (x *GetPaginationUsersReq) GetPagination() *sdkws.RequestPagination

func (*GetPaginationUsersReq) ProtoMessage

func (*GetPaginationUsersReq) ProtoMessage()

func (*GetPaginationUsersReq) ProtoReflect

func (x *GetPaginationUsersReq) ProtoReflect() protoreflect.Message

func (*GetPaginationUsersReq) Reset

func (x *GetPaginationUsersReq) Reset()

func (*GetPaginationUsersReq) String

func (x *GetPaginationUsersReq) String() string

type GetPaginationUsersResp

type GetPaginationUsersResp struct {
	Total int32             `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Users []*sdkws.UserInfo `protobuf:"bytes,2,rep,name=users,proto3" json:"users"`
	// contains filtered or unexported fields
}

func (*GetPaginationUsersResp) Descriptor deprecated

func (*GetPaginationUsersResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationUsersResp.ProtoReflect.Descriptor instead.

func (*GetPaginationUsersResp) GetTotal

func (x *GetPaginationUsersResp) GetTotal() int32

func (*GetPaginationUsersResp) GetUsers

func (x *GetPaginationUsersResp) GetUsers() []*sdkws.UserInfo

func (*GetPaginationUsersResp) ProtoMessage

func (*GetPaginationUsersResp) ProtoMessage()

func (*GetPaginationUsersResp) ProtoReflect

func (x *GetPaginationUsersResp) ProtoReflect() protoreflect.Message

func (*GetPaginationUsersResp) Reset

func (x *GetPaginationUsersResp) Reset()

func (*GetPaginationUsersResp) String

func (x *GetPaginationUsersResp) String() string

type GetSubscribeUsersStatusReq

type GetSubscribeUsersStatusReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*GetSubscribeUsersStatusReq) Check added in v0.0.32

func (x *GetSubscribeUsersStatusReq) Check() error

func (*GetSubscribeUsersStatusReq) Descriptor deprecated

func (*GetSubscribeUsersStatusReq) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscribeUsersStatusReq.ProtoReflect.Descriptor instead.

func (*GetSubscribeUsersStatusReq) GetUserID

func (x *GetSubscribeUsersStatusReq) GetUserID() string

func (*GetSubscribeUsersStatusReq) ProtoMessage

func (*GetSubscribeUsersStatusReq) ProtoMessage()

func (*GetSubscribeUsersStatusReq) ProtoReflect

func (*GetSubscribeUsersStatusReq) Reset

func (x *GetSubscribeUsersStatusReq) Reset()

func (*GetSubscribeUsersStatusReq) String

func (x *GetSubscribeUsersStatusReq) String() string

type GetSubscribeUsersStatusResp

type GetSubscribeUsersStatusResp struct {
	StatusList []*OnlineStatus `protobuf:"bytes,1,rep,name=statusList,proto3" json:"statusList"`
	// contains filtered or unexported fields
}

func (*GetSubscribeUsersStatusResp) Descriptor deprecated

func (*GetSubscribeUsersStatusResp) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscribeUsersStatusResp.ProtoReflect.Descriptor instead.

func (*GetSubscribeUsersStatusResp) GetStatusList

func (x *GetSubscribeUsersStatusResp) GetStatusList() []*OnlineStatus

func (*GetSubscribeUsersStatusResp) ProtoMessage

func (*GetSubscribeUsersStatusResp) ProtoMessage()

func (*GetSubscribeUsersStatusResp) ProtoReflect

func (*GetSubscribeUsersStatusResp) Reset

func (x *GetSubscribeUsersStatusResp) Reset()

func (*GetSubscribeUsersStatusResp) String

func (x *GetSubscribeUsersStatusResp) String() string

type GetUserStatusReq

type GetUserStatusReq struct {
	UserID  string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs"`
	// contains filtered or unexported fields
}

func (*GetUserStatusReq) Check

func (x *GetUserStatusReq) Check() error

func (*GetUserStatusReq) Descriptor deprecated

func (*GetUserStatusReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserStatusReq.ProtoReflect.Descriptor instead.

func (*GetUserStatusReq) GetUserID

func (x *GetUserStatusReq) GetUserID() string

func (*GetUserStatusReq) GetUserIDs

func (x *GetUserStatusReq) GetUserIDs() []string

func (*GetUserStatusReq) ProtoMessage

func (*GetUserStatusReq) ProtoMessage()

func (*GetUserStatusReq) ProtoReflect

func (x *GetUserStatusReq) ProtoReflect() protoreflect.Message

func (*GetUserStatusReq) Reset

func (x *GetUserStatusReq) Reset()

func (*GetUserStatusReq) String

func (x *GetUserStatusReq) String() string

type GetUserStatusResp

type GetUserStatusResp struct {
	StatusList []*OnlineStatus `protobuf:"bytes,1,rep,name=statusList,proto3" json:"statusList"`
	// contains filtered or unexported fields
}

func (*GetUserStatusResp) Descriptor deprecated

func (*GetUserStatusResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserStatusResp.ProtoReflect.Descriptor instead.

func (*GetUserStatusResp) GetStatusList

func (x *GetUserStatusResp) GetStatusList() []*OnlineStatus

func (*GetUserStatusResp) ProtoMessage

func (*GetUserStatusResp) ProtoMessage()

func (*GetUserStatusResp) ProtoReflect

func (x *GetUserStatusResp) ProtoReflect() protoreflect.Message

func (*GetUserStatusResp) Reset

func (x *GetUserStatusResp) Reset()

func (*GetUserStatusResp) String

func (x *GetUserStatusResp) String() string

type OnlineStatus

type OnlineStatus struct {
	UserID      string  `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Status      int32   `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
	PlatformIDs []int32 `protobuf:"varint,3,rep,packed,name=platformIDs,proto3" json:"platformIDs"`
	// contains filtered or unexported fields
}

func (*OnlineStatus) Descriptor deprecated

func (*OnlineStatus) Descriptor() ([]byte, []int)

Deprecated: Use OnlineStatus.ProtoReflect.Descriptor instead.

func (*OnlineStatus) GetPlatformIDs

func (x *OnlineStatus) GetPlatformIDs() []int32

func (*OnlineStatus) GetStatus

func (x *OnlineStatus) GetStatus() int32

func (*OnlineStatus) GetUserID

func (x *OnlineStatus) GetUserID() string

func (*OnlineStatus) ProtoMessage

func (*OnlineStatus) ProtoMessage()

func (*OnlineStatus) ProtoReflect

func (x *OnlineStatus) ProtoReflect() protoreflect.Message

func (*OnlineStatus) Reset

func (x *OnlineStatus) Reset()

func (*OnlineStatus) String

func (x *OnlineStatus) String() string

type ProcessUserCommandAddReq added in v0.0.32

type ProcessUserCommandAddReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Type   int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type"`
	Uuid   string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid"`
	Value  string `protobuf:"bytes,4,opt,name=value,proto3" json:"value"`
	// contains filtered or unexported fields
}

func (*ProcessUserCommandAddReq) Check added in v0.0.32

func (x *ProcessUserCommandAddReq) Check() error

func (*ProcessUserCommandAddReq) Descriptor deprecated added in v0.0.32

func (*ProcessUserCommandAddReq) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUserCommandAddReq.ProtoReflect.Descriptor instead.

func (*ProcessUserCommandAddReq) GetType added in v0.0.32

func (x *ProcessUserCommandAddReq) GetType() int32

func (*ProcessUserCommandAddReq) GetUserID added in v0.0.32

func (x *ProcessUserCommandAddReq) GetUserID() string

func (*ProcessUserCommandAddReq) GetUuid added in v0.0.32

func (x *ProcessUserCommandAddReq) GetUuid() string

func (*ProcessUserCommandAddReq) GetValue added in v0.0.32

func (x *ProcessUserCommandAddReq) GetValue() string

func (*ProcessUserCommandAddReq) ProtoMessage added in v0.0.32

func (*ProcessUserCommandAddReq) ProtoMessage()

func (*ProcessUserCommandAddReq) ProtoReflect added in v0.0.32

func (x *ProcessUserCommandAddReq) ProtoReflect() protoreflect.Message

func (*ProcessUserCommandAddReq) Reset added in v0.0.32

func (x *ProcessUserCommandAddReq) Reset()

func (*ProcessUserCommandAddReq) String added in v0.0.32

func (x *ProcessUserCommandAddReq) String() string

type ProcessUserCommandAddResp added in v0.0.32

type ProcessUserCommandAddResp struct {
	// contains filtered or unexported fields
}

func (*ProcessUserCommandAddResp) Descriptor deprecated added in v0.0.32

func (*ProcessUserCommandAddResp) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUserCommandAddResp.ProtoReflect.Descriptor instead.

func (*ProcessUserCommandAddResp) ProtoMessage added in v0.0.32

func (*ProcessUserCommandAddResp) ProtoMessage()

func (*ProcessUserCommandAddResp) ProtoReflect added in v0.0.32

func (*ProcessUserCommandAddResp) Reset added in v0.0.32

func (x *ProcessUserCommandAddResp) Reset()

func (*ProcessUserCommandAddResp) String added in v0.0.32

func (x *ProcessUserCommandAddResp) String() string

type ProcessUserCommandDeleteReq added in v0.0.32

type ProcessUserCommandDeleteReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Type   int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type"`
	Uuid   string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid"`
	// contains filtered or unexported fields
}

func (*ProcessUserCommandDeleteReq) Check added in v0.0.32

func (*ProcessUserCommandDeleteReq) Descriptor deprecated added in v0.0.32

func (*ProcessUserCommandDeleteReq) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUserCommandDeleteReq.ProtoReflect.Descriptor instead.

func (*ProcessUserCommandDeleteReq) GetType added in v0.0.32

func (x *ProcessUserCommandDeleteReq) GetType() int32

func (*ProcessUserCommandDeleteReq) GetUserID added in v0.0.32

func (x *ProcessUserCommandDeleteReq) GetUserID() string

func (*ProcessUserCommandDeleteReq) GetUuid added in v0.0.32

func (x *ProcessUserCommandDeleteReq) GetUuid() string

func (*ProcessUserCommandDeleteReq) ProtoMessage added in v0.0.32

func (*ProcessUserCommandDeleteReq) ProtoMessage()

func (*ProcessUserCommandDeleteReq) ProtoReflect added in v0.0.32

func (*ProcessUserCommandDeleteReq) Reset added in v0.0.32

func (x *ProcessUserCommandDeleteReq) Reset()

func (*ProcessUserCommandDeleteReq) String added in v0.0.32

func (x *ProcessUserCommandDeleteReq) String() string

type ProcessUserCommandDeleteResp added in v0.0.32

type ProcessUserCommandDeleteResp struct {
	// contains filtered or unexported fields
}

func (*ProcessUserCommandDeleteResp) Descriptor deprecated added in v0.0.32

func (*ProcessUserCommandDeleteResp) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUserCommandDeleteResp.ProtoReflect.Descriptor instead.

func (*ProcessUserCommandDeleteResp) ProtoMessage added in v0.0.32

func (*ProcessUserCommandDeleteResp) ProtoMessage()

func (*ProcessUserCommandDeleteResp) ProtoReflect added in v0.0.32

func (*ProcessUserCommandDeleteResp) Reset added in v0.0.32

func (x *ProcessUserCommandDeleteResp) Reset()

func (*ProcessUserCommandDeleteResp) String added in v0.0.32

type ProcessUserCommandGetReq added in v0.0.32

type ProcessUserCommandGetReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Type   int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type"`
	// contains filtered or unexported fields
}

func (*ProcessUserCommandGetReq) Check added in v0.0.32

func (x *ProcessUserCommandGetReq) Check() error

func (*ProcessUserCommandGetReq) Descriptor deprecated added in v0.0.32

func (*ProcessUserCommandGetReq) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUserCommandGetReq.ProtoReflect.Descriptor instead.

func (*ProcessUserCommandGetReq) GetType added in v0.0.32

func (x *ProcessUserCommandGetReq) GetType() int32

func (*ProcessUserCommandGetReq) GetUserID added in v0.0.32

func (x *ProcessUserCommandGetReq) GetUserID() string

func (*ProcessUserCommandGetReq) ProtoMessage added in v0.0.32

func (*ProcessUserCommandGetReq) ProtoMessage()

func (*ProcessUserCommandGetReq) ProtoReflect added in v0.0.32

func (x *ProcessUserCommandGetReq) ProtoReflect() protoreflect.Message

func (*ProcessUserCommandGetReq) Reset added in v0.0.32

func (x *ProcessUserCommandGetReq) Reset()

func (*ProcessUserCommandGetReq) String added in v0.0.32

func (x *ProcessUserCommandGetReq) String() string

type ProcessUserCommandGetResp added in v0.0.32

type ProcessUserCommandGetResp struct {
	KVArray []*CommandInfoResp `protobuf:"bytes,1,rep,name=KVArray,proto3" json:"KVArray"`
	// contains filtered or unexported fields
}

func (*ProcessUserCommandGetResp) Descriptor deprecated added in v0.0.32

func (*ProcessUserCommandGetResp) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUserCommandGetResp.ProtoReflect.Descriptor instead.

func (*ProcessUserCommandGetResp) GetKVArray added in v0.0.34

func (x *ProcessUserCommandGetResp) GetKVArray() []*CommandInfoResp

func (*ProcessUserCommandGetResp) ProtoMessage added in v0.0.32

func (*ProcessUserCommandGetResp) ProtoMessage()

func (*ProcessUserCommandGetResp) ProtoReflect added in v0.0.32

func (*ProcessUserCommandGetResp) Reset added in v0.0.32

func (x *ProcessUserCommandGetResp) Reset()

func (*ProcessUserCommandGetResp) String added in v0.0.32

func (x *ProcessUserCommandGetResp) String() string

type ProcessUserCommandUpdateReq added in v0.0.32

type ProcessUserCommandUpdateReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Type   int32  `protobuf:"varint,2,opt,name=type,proto3" json:"type"`
	Uuid   string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid"`
	Value  string `protobuf:"bytes,4,opt,name=value,proto3" json:"value"`
	// contains filtered or unexported fields
}

func (*ProcessUserCommandUpdateReq) Check added in v0.0.32

func (*ProcessUserCommandUpdateReq) Descriptor deprecated added in v0.0.32

func (*ProcessUserCommandUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUserCommandUpdateReq.ProtoReflect.Descriptor instead.

func (*ProcessUserCommandUpdateReq) GetType added in v0.0.32

func (x *ProcessUserCommandUpdateReq) GetType() int32

func (*ProcessUserCommandUpdateReq) GetUserID added in v0.0.32

func (x *ProcessUserCommandUpdateReq) GetUserID() string

func (*ProcessUserCommandUpdateReq) GetUuid added in v0.0.32

func (x *ProcessUserCommandUpdateReq) GetUuid() string

func (*ProcessUserCommandUpdateReq) GetValue added in v0.0.32

func (x *ProcessUserCommandUpdateReq) GetValue() string

func (*ProcessUserCommandUpdateReq) ProtoMessage added in v0.0.32

func (*ProcessUserCommandUpdateReq) ProtoMessage()

func (*ProcessUserCommandUpdateReq) ProtoReflect added in v0.0.32

func (*ProcessUserCommandUpdateReq) Reset added in v0.0.32

func (x *ProcessUserCommandUpdateReq) Reset()

func (*ProcessUserCommandUpdateReq) String added in v0.0.32

func (x *ProcessUserCommandUpdateReq) String() string

type ProcessUserCommandUpdateResp added in v0.0.32

type ProcessUserCommandUpdateResp struct {
	// contains filtered or unexported fields
}

func (*ProcessUserCommandUpdateResp) Descriptor deprecated added in v0.0.32

func (*ProcessUserCommandUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use ProcessUserCommandUpdateResp.ProtoReflect.Descriptor instead.

func (*ProcessUserCommandUpdateResp) ProtoMessage added in v0.0.32

func (*ProcessUserCommandUpdateResp) ProtoMessage()

func (*ProcessUserCommandUpdateResp) ProtoReflect added in v0.0.32

func (*ProcessUserCommandUpdateResp) Reset added in v0.0.32

func (x *ProcessUserCommandUpdateResp) Reset()

func (*ProcessUserCommandUpdateResp) String added in v0.0.32

type SetConversationReq

type SetConversationReq struct {
	Conversation     *conversation.Conversation `protobuf:"bytes,1,opt,name=conversation,proto3" json:"conversation"`
	NotificationType int32                      `protobuf:"varint,2,opt,name=notificationType,proto3" json:"notificationType"`
	OperationID      string                     `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*SetConversationReq) Check

func (x *SetConversationReq) Check() error

func (*SetConversationReq) Descriptor deprecated

func (*SetConversationReq) Descriptor() ([]byte, []int)

Deprecated: Use SetConversationReq.ProtoReflect.Descriptor instead.

func (*SetConversationReq) GetConversation

func (x *SetConversationReq) GetConversation() *conversation.Conversation

func (*SetConversationReq) GetNotificationType

func (x *SetConversationReq) GetNotificationType() int32

func (*SetConversationReq) GetOperationID

func (x *SetConversationReq) GetOperationID() string

func (*SetConversationReq) ProtoMessage

func (*SetConversationReq) ProtoMessage()

func (*SetConversationReq) ProtoReflect

func (x *SetConversationReq) ProtoReflect() protoreflect.Message

func (*SetConversationReq) Reset

func (x *SetConversationReq) Reset()

func (*SetConversationReq) String

func (x *SetConversationReq) String() string

type SetConversationResp

type SetConversationResp struct {
	// contains filtered or unexported fields
}

func (*SetConversationResp) Descriptor deprecated

func (*SetConversationResp) Descriptor() ([]byte, []int)

Deprecated: Use SetConversationResp.ProtoReflect.Descriptor instead.

func (*SetConversationResp) ProtoMessage

func (*SetConversationResp) ProtoMessage()

func (*SetConversationResp) ProtoReflect

func (x *SetConversationResp) ProtoReflect() protoreflect.Message

func (*SetConversationResp) Reset

func (x *SetConversationResp) Reset()

func (*SetConversationResp) String

func (x *SetConversationResp) String() string

type SetGlobalRecvMessageOptReq

type SetGlobalRecvMessageOptReq struct {
	UserID           string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	GlobalRecvMsgOpt int32  `protobuf:"varint,3,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt"`
	// contains filtered or unexported fields
}

func (*SetGlobalRecvMessageOptReq) Check

func (x *SetGlobalRecvMessageOptReq) Check() error

func (*SetGlobalRecvMessageOptReq) Descriptor deprecated

func (*SetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int)

Deprecated: Use SetGlobalRecvMessageOptReq.ProtoReflect.Descriptor instead.

func (*SetGlobalRecvMessageOptReq) GetGlobalRecvMsgOpt

func (x *SetGlobalRecvMessageOptReq) GetGlobalRecvMsgOpt() int32

func (*SetGlobalRecvMessageOptReq) GetUserID

func (x *SetGlobalRecvMessageOptReq) GetUserID() string

func (*SetGlobalRecvMessageOptReq) ProtoMessage

func (*SetGlobalRecvMessageOptReq) ProtoMessage()

func (*SetGlobalRecvMessageOptReq) ProtoReflect

func (*SetGlobalRecvMessageOptReq) Reset

func (x *SetGlobalRecvMessageOptReq) Reset()

func (*SetGlobalRecvMessageOptReq) String

func (x *SetGlobalRecvMessageOptReq) String() string

type SetGlobalRecvMessageOptResp

type SetGlobalRecvMessageOptResp struct {
	// contains filtered or unexported fields
}

func (*SetGlobalRecvMessageOptResp) Descriptor deprecated

func (*SetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int)

Deprecated: Use SetGlobalRecvMessageOptResp.ProtoReflect.Descriptor instead.

func (*SetGlobalRecvMessageOptResp) ProtoMessage

func (*SetGlobalRecvMessageOptResp) ProtoMessage()

func (*SetGlobalRecvMessageOptResp) ProtoReflect

func (*SetGlobalRecvMessageOptResp) Reset

func (x *SetGlobalRecvMessageOptResp) Reset()

func (*SetGlobalRecvMessageOptResp) String

func (x *SetGlobalRecvMessageOptResp) String() string

type SetRecvMsgOptReq

type SetRecvMsgOptReq struct {
	OwnerUserID      string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	ConversationID   string `protobuf:"bytes,2,opt,name=conversationID,proto3" json:"conversationID"`
	RecvMsgOpt       int32  `protobuf:"varint,3,opt,name=recvMsgOpt,proto3" json:"recvMsgOpt"`
	NotificationType int32  `protobuf:"varint,4,opt,name=notificationType,proto3" json:"notificationType"`
	OperationID      string `protobuf:"bytes,5,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*SetRecvMsgOptReq) Check

func (x *SetRecvMsgOptReq) Check() error

func (*SetRecvMsgOptReq) Descriptor deprecated

func (*SetRecvMsgOptReq) Descriptor() ([]byte, []int)

Deprecated: Use SetRecvMsgOptReq.ProtoReflect.Descriptor instead.

func (*SetRecvMsgOptReq) GetConversationID

func (x *SetRecvMsgOptReq) GetConversationID() string

func (*SetRecvMsgOptReq) GetNotificationType

func (x *SetRecvMsgOptReq) GetNotificationType() int32

func (*SetRecvMsgOptReq) GetOperationID

func (x *SetRecvMsgOptReq) GetOperationID() string

func (*SetRecvMsgOptReq) GetOwnerUserID

func (x *SetRecvMsgOptReq) GetOwnerUserID() string

func (*SetRecvMsgOptReq) GetRecvMsgOpt

func (x *SetRecvMsgOptReq) GetRecvMsgOpt() int32

func (*SetRecvMsgOptReq) ProtoMessage

func (*SetRecvMsgOptReq) ProtoMessage()

func (*SetRecvMsgOptReq) ProtoReflect

func (x *SetRecvMsgOptReq) ProtoReflect() protoreflect.Message

func (*SetRecvMsgOptReq) Reset

func (x *SetRecvMsgOptReq) Reset()

func (*SetRecvMsgOptReq) String

func (x *SetRecvMsgOptReq) String() string

type SetRecvMsgOptResp

type SetRecvMsgOptResp struct {
	// contains filtered or unexported fields
}

func (*SetRecvMsgOptResp) Descriptor deprecated

func (*SetRecvMsgOptResp) Descriptor() ([]byte, []int)

Deprecated: Use SetRecvMsgOptResp.ProtoReflect.Descriptor instead.

func (*SetRecvMsgOptResp) ProtoMessage

func (*SetRecvMsgOptResp) ProtoMessage()

func (*SetRecvMsgOptResp) ProtoReflect

func (x *SetRecvMsgOptResp) ProtoReflect() protoreflect.Message

func (*SetRecvMsgOptResp) Reset

func (x *SetRecvMsgOptResp) Reset()

func (*SetRecvMsgOptResp) String

func (x *SetRecvMsgOptResp) String() string

type SetUserStatusReq

type SetUserStatusReq struct {
	UserID     string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Status     int32  `protobuf:"varint,2,opt,name=status,proto3" json:"status"`
	PlatformID int32  `protobuf:"varint,3,opt,name=platformID,proto3" json:"platformID"`
	// contains filtered or unexported fields
}

func (*SetUserStatusReq) Descriptor deprecated

func (*SetUserStatusReq) Descriptor() ([]byte, []int)

Deprecated: Use SetUserStatusReq.ProtoReflect.Descriptor instead.

func (*SetUserStatusReq) GetPlatformID

func (x *SetUserStatusReq) GetPlatformID() int32

func (*SetUserStatusReq) GetStatus

func (x *SetUserStatusReq) GetStatus() int32

func (*SetUserStatusReq) GetUserID

func (x *SetUserStatusReq) GetUserID() string

func (*SetUserStatusReq) ProtoMessage

func (*SetUserStatusReq) ProtoMessage()

func (*SetUserStatusReq) ProtoReflect

func (x *SetUserStatusReq) ProtoReflect() protoreflect.Message

func (*SetUserStatusReq) Reset

func (x *SetUserStatusReq) Reset()

func (*SetUserStatusReq) String

func (x *SetUserStatusReq) String() string

type SetUserStatusResp

type SetUserStatusResp struct {
	// contains filtered or unexported fields
}

func (*SetUserStatusResp) Descriptor deprecated

func (*SetUserStatusResp) Descriptor() ([]byte, []int)

Deprecated: Use SetUserStatusResp.ProtoReflect.Descriptor instead.

func (*SetUserStatusResp) ProtoMessage

func (*SetUserStatusResp) ProtoMessage()

func (*SetUserStatusResp) ProtoReflect

func (x *SetUserStatusResp) ProtoReflect() protoreflect.Message

func (*SetUserStatusResp) Reset

func (x *SetUserStatusResp) Reset()

func (*SetUserStatusResp) String

func (x *SetUserStatusResp) String() string

type SubscribeOrCancelUsersStatusReq

type SubscribeOrCancelUsersStatusReq struct {
	UserID  string   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs"`
	Genre   int32    `protobuf:"varint,3,opt,name=genre,proto3" json:"genre"`
	// contains filtered or unexported fields
}

func (*SubscribeOrCancelUsersStatusReq) Check

func (*SubscribeOrCancelUsersStatusReq) Descriptor deprecated

func (*SubscribeOrCancelUsersStatusReq) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeOrCancelUsersStatusReq.ProtoReflect.Descriptor instead.

func (*SubscribeOrCancelUsersStatusReq) GetGenre

func (x *SubscribeOrCancelUsersStatusReq) GetGenre() int32

func (*SubscribeOrCancelUsersStatusReq) GetUserID

func (x *SubscribeOrCancelUsersStatusReq) GetUserID() string

func (*SubscribeOrCancelUsersStatusReq) GetUserIDs

func (x *SubscribeOrCancelUsersStatusReq) GetUserIDs() []string

func (*SubscribeOrCancelUsersStatusReq) ProtoMessage

func (*SubscribeOrCancelUsersStatusReq) ProtoMessage()

func (*SubscribeOrCancelUsersStatusReq) ProtoReflect

func (*SubscribeOrCancelUsersStatusReq) Reset

func (*SubscribeOrCancelUsersStatusReq) String

type SubscribeOrCancelUsersStatusResp

type SubscribeOrCancelUsersStatusResp struct {
	StatusList []*OnlineStatus `protobuf:"bytes,1,rep,name=statusList,proto3" json:"statusList"`
	// contains filtered or unexported fields
}

func (*SubscribeOrCancelUsersStatusResp) Descriptor deprecated

func (*SubscribeOrCancelUsersStatusResp) Descriptor() ([]byte, []int)

Deprecated: Use SubscribeOrCancelUsersStatusResp.ProtoReflect.Descriptor instead.

func (*SubscribeOrCancelUsersStatusResp) GetStatusList

func (x *SubscribeOrCancelUsersStatusResp) GetStatusList() []*OnlineStatus

func (*SubscribeOrCancelUsersStatusResp) ProtoMessage

func (*SubscribeOrCancelUsersStatusResp) ProtoMessage()

func (*SubscribeOrCancelUsersStatusResp) ProtoReflect

func (*SubscribeOrCancelUsersStatusResp) Reset

func (*SubscribeOrCancelUsersStatusResp) String

type UnimplementedUserServer

type UnimplementedUserServer struct {
}

UnimplementedUserServer can be embedded to have forward compatible implementations.

func (*UnimplementedUserServer) AccountCheck

func (*UnimplementedUserServer) GetAllUserID

func (*UnimplementedUserServer) GetDesignateUsers

func (*UnimplementedUserServer) GetGlobalRecvMessageOpt

func (*UnimplementedUserServer) GetPaginationUsers

func (*UnimplementedUserServer) GetSubscribeUsersStatus

func (*UnimplementedUserServer) GetUserStatus

func (*UnimplementedUserServer) ProcessUserCommandAdd added in v0.0.32

func (*UnimplementedUserServer) ProcessUserCommandDelete added in v0.0.32

func (*UnimplementedUserServer) ProcessUserCommandGet added in v0.0.32

func (*UnimplementedUserServer) ProcessUserCommandUpdate added in v0.0.32

func (*UnimplementedUserServer) SetGlobalRecvMessageOpt

func (*UnimplementedUserServer) SetUserStatus

func (*UnimplementedUserServer) UpdateUserInfo

func (*UnimplementedUserServer) UserRegister

func (*UnimplementedUserServer) UserRegisterCount

type UpdateUserInfoReq

type UpdateUserInfoReq struct {
	UserInfo *sdkws.UserInfo `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo"`
	// contains filtered or unexported fields
}

func (*UpdateUserInfoReq) Check

func (x *UpdateUserInfoReq) Check() error

func (*UpdateUserInfoReq) Descriptor deprecated

func (*UpdateUserInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserInfoReq.ProtoReflect.Descriptor instead.

func (*UpdateUserInfoReq) GetUserInfo

func (x *UpdateUserInfoReq) GetUserInfo() *sdkws.UserInfo

func (*UpdateUserInfoReq) ProtoMessage

func (*UpdateUserInfoReq) ProtoMessage()

func (*UpdateUserInfoReq) ProtoReflect

func (x *UpdateUserInfoReq) ProtoReflect() protoreflect.Message

func (*UpdateUserInfoReq) Reset

func (x *UpdateUserInfoReq) Reset()

func (*UpdateUserInfoReq) String

func (x *UpdateUserInfoReq) String() string

type UpdateUserInfoResp

type UpdateUserInfoResp struct {
	// contains filtered or unexported fields
}

func (*UpdateUserInfoResp) Descriptor deprecated

func (*UpdateUserInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserInfoResp.ProtoReflect.Descriptor instead.

func (*UpdateUserInfoResp) ProtoMessage

func (*UpdateUserInfoResp) ProtoMessage()

func (*UpdateUserInfoResp) ProtoReflect

func (x *UpdateUserInfoResp) ProtoReflect() protoreflect.Message

func (*UpdateUserInfoResp) Reset

func (x *UpdateUserInfoResp) Reset()

func (*UpdateUserInfoResp) String

func (x *UpdateUserInfoResp) String() string

type UserClient

type UserClient interface {
	// Get the specified user information full field
	GetDesignateUsers(ctx context.Context, in *GetDesignateUsersReq, opts ...grpc.CallOption) (*GetDesignateUsersResp, error)
	// update user information
	UpdateUserInfo(ctx context.Context, in *UpdateUserInfoReq, opts ...grpc.CallOption) (*UpdateUserInfoResp, error)
	// Set user message receiving options
	SetGlobalRecvMessageOpt(ctx context.Context, in *SetGlobalRecvMessageOptReq, opts ...grpc.CallOption) (*SetGlobalRecvMessageOptResp, error)
	// Get the user message receiving option If not found, no error will be returned
	GetGlobalRecvMessageOpt(ctx context.Context, in *GetGlobalRecvMessageOptReq, opts ...grpc.CallOption) (*GetGlobalRecvMessageOptResp, error)
	// Check if userID exists
	AccountCheck(ctx context.Context, in *AccountCheckReq, opts ...grpc.CallOption) (*AccountCheckResp, error)
	// Turn the page (or specify userID, nickname) to pull user information Full field
	GetPaginationUsers(ctx context.Context, in *GetPaginationUsersReq, opts ...grpc.CallOption) (*GetPaginationUsersResp, error)
	// user registration
	UserRegister(ctx context.Context, in *UserRegisterReq, opts ...grpc.CallOption) (*UserRegisterResp, error)
	// Get all user IDs
	GetAllUserID(ctx context.Context, in *GetAllUserIDReq, opts ...grpc.CallOption) (*GetAllUserIDResp, error)
	// Get the total number of users and the user increment within a specified time period
	UserRegisterCount(ctx context.Context, in *UserRegisterCountReq, opts ...grpc.CallOption) (*UserRegisterCountResp, error)
	// Subscribe or unsubscribe user presence
	SubscribeOrCancelUsersStatus(ctx context.Context, in *SubscribeOrCancelUsersStatusReq, opts ...grpc.CallOption) (*SubscribeOrCancelUsersStatusResp, error)
	// Get the online status of subscribers
	GetSubscribeUsersStatus(ctx context.Context, in *GetSubscribeUsersStatusReq, opts ...grpc.CallOption) (*GetSubscribeUsersStatusResp, error)
	// Get user online status
	GetUserStatus(ctx context.Context, in *GetUserStatusReq, opts ...grpc.CallOption) (*GetUserStatusResp, error)
	// The gateway synchronizes the online status of users in redis
	SetUserStatus(ctx context.Context, in *SetUserStatusReq, opts ...grpc.CallOption) (*SetUserStatusResp, error)
	// add a general function for add
	ProcessUserCommandAdd(ctx context.Context, in *ProcessUserCommandAddReq, opts ...grpc.CallOption) (*ProcessUserCommandAddResp, error)
	// add a general function for update
	ProcessUserCommandUpdate(ctx context.Context, in *ProcessUserCommandUpdateReq, opts ...grpc.CallOption) (*ProcessUserCommandUpdateResp, error)
	// add a general function for delete
	ProcessUserCommandDelete(ctx context.Context, in *ProcessUserCommandDeleteReq, opts ...grpc.CallOption) (*ProcessUserCommandDeleteResp, error)
	// add a general function for get
	ProcessUserCommandGet(ctx context.Context, in *ProcessUserCommandGetReq, opts ...grpc.CallOption) (*ProcessUserCommandGetResp, error)
}

UserClient is the client API for User service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUserClient

func NewUserClient(cc grpc.ClientConnInterface) UserClient

type UserRegisterCountReq

type UserRegisterCountReq struct {
	Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start"`
	End   int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end"`
	// contains filtered or unexported fields
}

func (*UserRegisterCountReq) Check

func (x *UserRegisterCountReq) Check() error

func (*UserRegisterCountReq) Descriptor deprecated

func (*UserRegisterCountReq) Descriptor() ([]byte, []int)

Deprecated: Use UserRegisterCountReq.ProtoReflect.Descriptor instead.

func (*UserRegisterCountReq) GetEnd

func (x *UserRegisterCountReq) GetEnd() int64

func (*UserRegisterCountReq) GetStart

func (x *UserRegisterCountReq) GetStart() int64

func (*UserRegisterCountReq) ProtoMessage

func (*UserRegisterCountReq) ProtoMessage()

func (*UserRegisterCountReq) ProtoReflect

func (x *UserRegisterCountReq) ProtoReflect() protoreflect.Message

func (*UserRegisterCountReq) Reset

func (x *UserRegisterCountReq) Reset()

func (*UserRegisterCountReq) String

func (x *UserRegisterCountReq) String() string

type UserRegisterCountResp

type UserRegisterCountResp struct {
	Total  int64            `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Before int64            `protobuf:"varint,2,opt,name=before,proto3" json:"before"`
	Count  map[string]int64 `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UserRegisterCountResp) Descriptor deprecated

func (*UserRegisterCountResp) Descriptor() ([]byte, []int)

Deprecated: Use UserRegisterCountResp.ProtoReflect.Descriptor instead.

func (*UserRegisterCountResp) GetBefore

func (x *UserRegisterCountResp) GetBefore() int64

func (*UserRegisterCountResp) GetCount

func (x *UserRegisterCountResp) GetCount() map[string]int64

func (*UserRegisterCountResp) GetTotal

func (x *UserRegisterCountResp) GetTotal() int64

func (*UserRegisterCountResp) ProtoMessage

func (*UserRegisterCountResp) ProtoMessage()

func (*UserRegisterCountResp) ProtoReflect

func (x *UserRegisterCountResp) ProtoReflect() protoreflect.Message

func (*UserRegisterCountResp) Reset

func (x *UserRegisterCountResp) Reset()

func (*UserRegisterCountResp) String

func (x *UserRegisterCountResp) String() string

type UserRegisterReq

type UserRegisterReq struct {
	Secret string            `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret"`
	Users  []*sdkws.UserInfo `protobuf:"bytes,2,rep,name=users,proto3" json:"users"`
	// contains filtered or unexported fields
}

func (*UserRegisterReq) Check

func (x *UserRegisterReq) Check() error

func (*UserRegisterReq) Descriptor deprecated

func (*UserRegisterReq) Descriptor() ([]byte, []int)

Deprecated: Use UserRegisterReq.ProtoReflect.Descriptor instead.

func (*UserRegisterReq) GetSecret

func (x *UserRegisterReq) GetSecret() string

func (*UserRegisterReq) GetUsers

func (x *UserRegisterReq) GetUsers() []*sdkws.UserInfo

func (*UserRegisterReq) ProtoMessage

func (*UserRegisterReq) ProtoMessage()

func (*UserRegisterReq) ProtoReflect

func (x *UserRegisterReq) ProtoReflect() protoreflect.Message

func (*UserRegisterReq) Reset

func (x *UserRegisterReq) Reset()

func (*UserRegisterReq) String

func (x *UserRegisterReq) String() string

type UserRegisterResp

type UserRegisterResp struct {
	// contains filtered or unexported fields
}

func (*UserRegisterResp) Descriptor deprecated

func (*UserRegisterResp) Descriptor() ([]byte, []int)

Deprecated: Use UserRegisterResp.ProtoReflect.Descriptor instead.

func (*UserRegisterResp) ProtoMessage

func (*UserRegisterResp) ProtoMessage()

func (*UserRegisterResp) ProtoReflect

func (x *UserRegisterResp) ProtoReflect() protoreflect.Message

func (*UserRegisterResp) Reset

func (x *UserRegisterResp) Reset()

func (*UserRegisterResp) String

func (x *UserRegisterResp) String() string

type UserServer

type UserServer interface {
	// Get the specified user information full field
	GetDesignateUsers(context.Context, *GetDesignateUsersReq) (*GetDesignateUsersResp, error)
	// update user information
	UpdateUserInfo(context.Context, *UpdateUserInfoReq) (*UpdateUserInfoResp, error)
	// Set user message receiving options
	SetGlobalRecvMessageOpt(context.Context, *SetGlobalRecvMessageOptReq) (*SetGlobalRecvMessageOptResp, error)
	// Get the user message receiving option If not found, no error will be returned
	GetGlobalRecvMessageOpt(context.Context, *GetGlobalRecvMessageOptReq) (*GetGlobalRecvMessageOptResp, error)
	// Check if userID exists
	AccountCheck(context.Context, *AccountCheckReq) (*AccountCheckResp, error)
	// Turn the page (or specify userID, nickname) to pull user information Full field
	GetPaginationUsers(context.Context, *GetPaginationUsersReq) (*GetPaginationUsersResp, error)
	// user registration
	UserRegister(context.Context, *UserRegisterReq) (*UserRegisterResp, error)
	// Get all user IDs
	GetAllUserID(context.Context, *GetAllUserIDReq) (*GetAllUserIDResp, error)
	// Get the total number of users and the user increment within a specified time period
	UserRegisterCount(context.Context, *UserRegisterCountReq) (*UserRegisterCountResp, error)
	// Subscribe or unsubscribe user presence
	SubscribeOrCancelUsersStatus(context.Context, *SubscribeOrCancelUsersStatusReq) (*SubscribeOrCancelUsersStatusResp, error)
	// Get the online status of subscribers
	GetSubscribeUsersStatus(context.Context, *GetSubscribeUsersStatusReq) (*GetSubscribeUsersStatusResp, error)
	// Get user online status
	GetUserStatus(context.Context, *GetUserStatusReq) (*GetUserStatusResp, error)
	// The gateway synchronizes the online status of users in redis
	SetUserStatus(context.Context, *SetUserStatusReq) (*SetUserStatusResp, error)
	// add a general function for add
	ProcessUserCommandAdd(context.Context, *ProcessUserCommandAddReq) (*ProcessUserCommandAddResp, error)
	// add a general function for update
	ProcessUserCommandUpdate(context.Context, *ProcessUserCommandUpdateReq) (*ProcessUserCommandUpdateResp, error)
	// add a general function for delete
	ProcessUserCommandDelete(context.Context, *ProcessUserCommandDeleteReq) (*ProcessUserCommandDeleteResp, error)
	// add a general function for get
	ProcessUserCommandGet(context.Context, *ProcessUserCommandGetReq) (*ProcessUserCommandGetResp, error)
}

UserServer is the server API for User service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL