Documentation ¶
Index ¶
- Constants
- Variables
- func ErrorCancelMuteGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorCancelMuteGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorCreateGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorDeleteRcCacheFail(format string, args ...interface{}) *errors.Error
- func ErrorDismissGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorGetGroupFeilListFAIl(format string, args ...interface{}) *errors.Error
- func ErrorGetGroupInfoFail(format string, args ...interface{}) *errors.Error
- func ErrorGetGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorGetJoinGroupRequestFail(format string, args ...interface{}) *errors.Error
- func ErrorGetKickGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorGetRequestDataInfoFail(format string, args ...interface{}) *errors.Error
- func ErrorGetUntreatedGroupApplicationListFail(format string, args ...interface{}) *errors.Error
- func ErrorGroupIsNotFond(format string, args ...interface{}) *errors.Error
- func ErrorGroupIsNotOpen(format string, args ...interface{}) *errors.Error
- func ErrorGroupMemberNumTooLittle(format string, args ...interface{}) *errors.Error
- func ErrorGroupMemberNumTooMany(format string, args ...interface{}) *errors.Error
- func ErrorHandleApplicationHandsFinish(format string, args ...interface{}) *errors.Error
- func ErrorHandleAppliciationRequestFail(format string, args ...interface{}) *errors.Error
- func ErrorJoinGroupReqFail(format string, args ...interface{}) *errors.Error
- func ErrorKickGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorMemberQuitGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorMuteGroupFail(format string, args ...interface{}) *errors.Error
- func ErrorMuteGroupMemberFail(format string, args ...interface{}) *errors.Error
- func ErrorNeedRealNameAuthentication(format string, args ...interface{}) *errors.Error
- func ErrorNoPermissionOperationGroupInfo(format string, args ...interface{}) *errors.Error
- func ErrorSettingGroupAdminFail(format string, args ...interface{}) *errors.Error
- func ErrorSettingGroupMemberMembercountFail(format string, args ...interface{}) *errors.Error
- func ErrorTheApplicationHasBeenInitiatedDoNotRepeat(format string, args ...interface{}) *errors.Error
- func ErrorTransferGroupError(format string, args ...interface{}) *errors.Error
- func ErrorUpdateGroupDataFail(format string, args ...interface{}) *errors.Error
- func ErrorUploadGroupFeilFail(format string, args ...interface{}) *errors.Error
- func ErrorYouAreAlreadyInTheGroup(format string, args ...interface{}) *errors.Error
- func IsCancelMuteGroupFail(err error) bool
- func IsCancelMuteGroupMemberFail(err error) bool
- func IsCreateGroupFail(err error) bool
- func IsDeleteRcCacheFail(err error) bool
- func IsDismissGroupFail(err error) bool
- func IsGetGroupFeilListFAIl(err error) bool
- func IsGetGroupInfoFail(err error) bool
- func IsGetGroupMemberFail(err error) bool
- func IsGetJoinGroupRequestFail(err error) bool
- func IsGetKickGroupMemberFail(err error) bool
- func IsGetRequestDataInfoFail(err error) bool
- func IsGetUntreatedGroupApplicationListFail(err error) bool
- func IsGroupIsNotFond(err error) bool
- func IsGroupIsNotOpen(err error) bool
- func IsGroupMemberNumTooLittle(err error) bool
- func IsGroupMemberNumTooMany(err error) bool
- func IsHandleApplicationHandsFinish(err error) bool
- func IsHandleAppliciationRequestFail(err error) bool
- func IsJoinGroupReqFail(err error) bool
- func IsKickGroupMemberFail(err error) bool
- func IsMemberQuitGroupFail(err error) bool
- func IsMuteGroupFail(err error) bool
- func IsMuteGroupMemberFail(err error) bool
- func IsNeedRealNameAuthentication(err error) bool
- func IsNoPermissionOperationGroupInfo(err error) bool
- func IsSettingGroupAdminFail(err error) bool
- func IsSettingGroupMemberMembercountFail(err error) bool
- func IsTheApplicationHasBeenInitiatedDoNotRepeat(err error) bool
- func IsTransferGroupError(err error) bool
- func IsUpdateGroupDataFail(err error) bool
- func IsUploadGroupFeilFail(err error) bool
- func IsYouAreAlreadyInTheGroup(err error) bool
- func RegisterGroupServer(s grpc.ServiceRegistrar, srv GroupServer)
- type AddGroupAdminReq
- func (*AddGroupAdminReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddGroupAdminReq) GetGroupID() string
- func (x *AddGroupAdminReq) GetPUserID() string
- func (x *AddGroupAdminReq) GetUserID() string
- func (*AddGroupAdminReq) ProtoMessage()
- func (x *AddGroupAdminReq) ProtoReflect() protoreflect.Message
- func (x *AddGroupAdminReq) Reset()
- func (x *AddGroupAdminReq) String() string
- func (m *AddGroupAdminReq) Validate() error
- func (m *AddGroupAdminReq) ValidateAll() error
- type AddGroupAdminReqMultiError
- type AddGroupAdminReqValidationError
- func (e AddGroupAdminReqValidationError) Cause() error
- func (e AddGroupAdminReqValidationError) Error() string
- func (e AddGroupAdminReqValidationError) ErrorName() string
- func (e AddGroupAdminReqValidationError) Field() string
- func (e AddGroupAdminReqValidationError) Key() bool
- func (e AddGroupAdminReqValidationError) Reason() string
- type ApplicationResponseReq
- func (*ApplicationResponseReq) Descriptor() ([]byte, []int)deprecated
- func (x *ApplicationResponseReq) GetFromUserID() string
- func (x *ApplicationResponseReq) GetGroupID() string
- func (x *ApplicationResponseReq) GetHandleResult() int32
- func (x *ApplicationResponseReq) GetHandledMsg() string
- func (x *ApplicationResponseReq) GetPlatform() string
- func (x *ApplicationResponseReq) GetServerID() string
- func (x *ApplicationResponseReq) GetUserID() string
- func (*ApplicationResponseReq) ProtoMessage()
- func (x *ApplicationResponseReq) ProtoReflect() protoreflect.Message
- func (x *ApplicationResponseReq) Reset()
- func (x *ApplicationResponseReq) String() string
- func (m *ApplicationResponseReq) Validate() error
- func (m *ApplicationResponseReq) ValidateAll() error
- type ApplicationResponseReqMultiError
- type ApplicationResponseReqValidationError
- func (e ApplicationResponseReqValidationError) Cause() error
- func (e ApplicationResponseReqValidationError) Error() string
- func (e ApplicationResponseReqValidationError) ErrorName() string
- func (e ApplicationResponseReqValidationError) Field() string
- func (e ApplicationResponseReqValidationError) Key() bool
- func (e ApplicationResponseReqValidationError) Reason() string
- type BatchAddGroupAdmReq
- func (*BatchAddGroupAdmReq) Descriptor() ([]byte, []int)deprecated
- func (x *BatchAddGroupAdmReq) GetGroupID() string
- func (x *BatchAddGroupAdmReq) GetUserID() string
- func (x *BatchAddGroupAdmReq) GetUserIds() []string
- func (*BatchAddGroupAdmReq) ProtoMessage()
- func (x *BatchAddGroupAdmReq) ProtoReflect() protoreflect.Message
- func (x *BatchAddGroupAdmReq) Reset()
- func (x *BatchAddGroupAdmReq) String() string
- func (m *BatchAddGroupAdmReq) Validate() error
- func (m *BatchAddGroupAdmReq) ValidateAll() error
- type BatchAddGroupAdmReqMultiError
- type BatchAddGroupAdmReqValidationError
- func (e BatchAddGroupAdmReqValidationError) Cause() error
- func (e BatchAddGroupAdmReqValidationError) Error() string
- func (e BatchAddGroupAdmReqValidationError) ErrorName() string
- func (e BatchAddGroupAdmReqValidationError) Field() string
- func (e BatchAddGroupAdmReqValidationError) Key() bool
- func (e BatchAddGroupAdmReqValidationError) Reason() string
- type BatchCancelGroupManagerReq
- func (*BatchCancelGroupManagerReq) Descriptor() ([]byte, []int)deprecated
- func (x *BatchCancelGroupManagerReq) GetGroupID() string
- func (x *BatchCancelGroupManagerReq) GetUserID() string
- func (x *BatchCancelGroupManagerReq) GetUserIds() []string
- func (*BatchCancelGroupManagerReq) ProtoMessage()
- func (x *BatchCancelGroupManagerReq) ProtoReflect() protoreflect.Message
- func (x *BatchCancelGroupManagerReq) Reset()
- func (x *BatchCancelGroupManagerReq) String() string
- func (m *BatchCancelGroupManagerReq) Validate() error
- func (m *BatchCancelGroupManagerReq) ValidateAll() error
- type BatchCancelGroupManagerReqMultiError
- type BatchCancelGroupManagerReqValidationError
- func (e BatchCancelGroupManagerReqValidationError) Cause() error
- func (e BatchCancelGroupManagerReqValidationError) Error() string
- func (e BatchCancelGroupManagerReqValidationError) ErrorName() string
- func (e BatchCancelGroupManagerReqValidationError) Field() string
- func (e BatchCancelGroupManagerReqValidationError) Key() bool
- func (e BatchCancelGroupManagerReqValidationError) Reason() string
- type CancelGroupManagerReq
- func (*CancelGroupManagerReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelGroupManagerReq) GetGroupID() string
- func (x *CancelGroupManagerReq) GetPUserID() string
- func (x *CancelGroupManagerReq) GetUserID() string
- func (*CancelGroupManagerReq) ProtoMessage()
- func (x *CancelGroupManagerReq) ProtoReflect() protoreflect.Message
- func (x *CancelGroupManagerReq) Reset()
- func (x *CancelGroupManagerReq) String() string
- func (m *CancelGroupManagerReq) Validate() error
- func (m *CancelGroupManagerReq) ValidateAll() error
- type CancelGroupManagerReqMultiError
- type CancelGroupManagerReqValidationError
- func (e CancelGroupManagerReqValidationError) Cause() error
- func (e CancelGroupManagerReqValidationError) Error() string
- func (e CancelGroupManagerReqValidationError) ErrorName() string
- func (e CancelGroupManagerReqValidationError) Field() string
- func (e CancelGroupManagerReqValidationError) Key() bool
- func (e CancelGroupManagerReqValidationError) Reason() string
- type CancelMuteGroupMemberReq
- func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelMuteGroupMemberReq) GetGroupID() string
- func (x *CancelMuteGroupMemberReq) GetPUserID() string
- func (x *CancelMuteGroupMemberReq) GetUserID() string
- func (*CancelMuteGroupMemberReq) ProtoMessage()
- func (x *CancelMuteGroupMemberReq) ProtoReflect() protoreflect.Message
- func (x *CancelMuteGroupMemberReq) Reset()
- func (x *CancelMuteGroupMemberReq) String() string
- func (m *CancelMuteGroupMemberReq) Validate() error
- func (m *CancelMuteGroupMemberReq) ValidateAll() error
- type CancelMuteGroupMemberReqMultiError
- type CancelMuteGroupMemberReqValidationError
- func (e CancelMuteGroupMemberReqValidationError) Cause() error
- func (e CancelMuteGroupMemberReqValidationError) Error() string
- func (e CancelMuteGroupMemberReqValidationError) ErrorName() string
- func (e CancelMuteGroupMemberReqValidationError) Field() string
- func (e CancelMuteGroupMemberReqValidationError) Key() bool
- func (e CancelMuteGroupMemberReqValidationError) Reason() string
- type CancelMuteGroupReq
- func (*CancelMuteGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *CancelMuteGroupReq) GetGroupID() string
- func (x *CancelMuteGroupReq) GetPUserID() string
- func (*CancelMuteGroupReq) ProtoMessage()
- func (x *CancelMuteGroupReq) ProtoReflect() protoreflect.Message
- func (x *CancelMuteGroupReq) Reset()
- func (x *CancelMuteGroupReq) String() string
- func (m *CancelMuteGroupReq) Validate() error
- func (m *CancelMuteGroupReq) ValidateAll() error
- type CancelMuteGroupReqMultiError
- type CancelMuteGroupReqValidationError
- func (e CancelMuteGroupReqValidationError) Cause() error
- func (e CancelMuteGroupReqValidationError) Error() string
- func (e CancelMuteGroupReqValidationError) ErrorName() string
- func (e CancelMuteGroupReqValidationError) Field() string
- func (e CancelMuteGroupReqValidationError) Key() bool
- func (e CancelMuteGroupReqValidationError) Reason() string
- type CrateGroupReply
- func (*CrateGroupReply) Descriptor() ([]byte, []int)deprecated
- func (x *CrateGroupReply) GetGroupInfo() *v2.GroupInfo
- func (*CrateGroupReply) ProtoMessage()
- func (x *CrateGroupReply) ProtoReflect() protoreflect.Message
- func (x *CrateGroupReply) Reset()
- func (x *CrateGroupReply) String() string
- func (m *CrateGroupReply) Validate() error
- func (m *CrateGroupReply) ValidateAll() error
- type CrateGroupReplyMultiError
- type CrateGroupReplyValidationError
- func (e CrateGroupReplyValidationError) Cause() error
- func (e CrateGroupReplyValidationError) Error() string
- func (e CrateGroupReplyValidationError) ErrorName() string
- func (e CrateGroupReplyValidationError) Field() string
- func (e CrateGroupReplyValidationError) Key() bool
- func (e CrateGroupReplyValidationError) Reason() string
- type CrateGroupReq
- func (*CrateGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *CrateGroupReq) GetCreatorUserID() string
- func (x *CrateGroupReq) GetFaceURL() string
- func (x *CrateGroupReq) GetGroupName() string
- func (x *CrateGroupReq) GetGroupType() int64
- func (x *CrateGroupReq) GetIntroduction() string
- func (x *CrateGroupReq) GetMemberList() []string
- func (x *CrateGroupReq) GetNeedVerification() int32
- func (x *CrateGroupReq) GetNotification() string
- func (x *CrateGroupReq) GetPlatform() string
- func (*CrateGroupReq) ProtoMessage()
- func (x *CrateGroupReq) ProtoReflect() protoreflect.Message
- func (x *CrateGroupReq) Reset()
- func (x *CrateGroupReq) String() string
- func (m *CrateGroupReq) Validate() error
- func (m *CrateGroupReq) ValidateAll() error
- type CrateGroupReqMultiError
- type CrateGroupReqValidationError
- func (e CrateGroupReqValidationError) Cause() error
- func (e CrateGroupReqValidationError) Error() string
- func (e CrateGroupReqValidationError) ErrorName() string
- func (e CrateGroupReqValidationError) Field() string
- func (e CrateGroupReqValidationError) Key() bool
- func (e CrateGroupReqValidationError) Reason() string
- type DismissGroupNoticeReq
- func (*DismissGroupNoticeReq) Descriptor() ([]byte, []int)deprecated
- func (x *DismissGroupNoticeReq) GetGroupID() string
- func (x *DismissGroupNoticeReq) GetUserID() string
- func (*DismissGroupNoticeReq) ProtoMessage()
- func (x *DismissGroupNoticeReq) ProtoReflect() protoreflect.Message
- func (x *DismissGroupNoticeReq) Reset()
- func (x *DismissGroupNoticeReq) String() string
- func (m *DismissGroupNoticeReq) Validate() error
- func (m *DismissGroupNoticeReq) ValidateAll() error
- type DismissGroupNoticeReqMultiError
- type DismissGroupNoticeReqValidationError
- func (e DismissGroupNoticeReqValidationError) Cause() error
- func (e DismissGroupNoticeReqValidationError) Error() string
- func (e DismissGroupNoticeReqValidationError) ErrorName() string
- func (e DismissGroupNoticeReqValidationError) Field() string
- func (e DismissGroupNoticeReqValidationError) Key() bool
- func (e DismissGroupNoticeReqValidationError) Reason() string
- type DismissGroupReq
- func (*DismissGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *DismissGroupReq) GetGroupID() string
- func (x *DismissGroupReq) GetUserID() string
- func (*DismissGroupReq) ProtoMessage()
- func (x *DismissGroupReq) ProtoReflect() protoreflect.Message
- func (x *DismissGroupReq) Reset()
- func (x *DismissGroupReq) String() string
- func (m *DismissGroupReq) Validate() error
- func (m *DismissGroupReq) ValidateAll() error
- type DismissGroupReqMultiError
- type DismissGroupReqValidationError
- func (e DismissGroupReqValidationError) Cause() error
- func (e DismissGroupReqValidationError) Error() string
- func (e DismissGroupReqValidationError) ErrorName() string
- func (e DismissGroupReqValidationError) Field() string
- func (e DismissGroupReqValidationError) Key() bool
- func (e DismissGroupReqValidationError) Reason() string
- type EditGroupProfileReq
- func (*EditGroupProfileReq) Descriptor() ([]byte, []int)deprecated
- func (x *EditGroupProfileReq) GetFaceURL() string
- func (x *EditGroupProfileReq) GetGroupID() string
- func (x *EditGroupProfileReq) GetGroupName() string
- func (x *EditGroupProfileReq) GetIntroduction() string
- func (x *EditGroupProfileReq) GetMemberCount() int64
- func (x *EditGroupProfileReq) GetNotification() string
- func (x *EditGroupProfileReq) GetUserID() string
- func (*EditGroupProfileReq) ProtoMessage()
- func (x *EditGroupProfileReq) ProtoReflect() protoreflect.Message
- func (x *EditGroupProfileReq) Reset()
- func (x *EditGroupProfileReq) String() string
- func (m *EditGroupProfileReq) Validate() error
- func (m *EditGroupProfileReq) ValidateAll() error
- type EditGroupProfileReqMultiError
- type EditGroupProfileReqValidationError
- func (e EditGroupProfileReqValidationError) Cause() error
- func (e EditGroupProfileReqValidationError) Error() string
- func (e EditGroupProfileReqValidationError) ErrorName() string
- func (e EditGroupProfileReqValidationError) Field() string
- func (e EditGroupProfileReqValidationError) Key() bool
- func (e EditGroupProfileReqValidationError) Reason() string
- type GetFullGroupInfoReply
- func (*GetFullGroupInfoReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetFullGroupInfoReply) GetList() []*v2.BaseGroupInfo
- func (*GetFullGroupInfoReply) ProtoMessage()
- func (x *GetFullGroupInfoReply) ProtoReflect() protoreflect.Message
- func (x *GetFullGroupInfoReply) Reset()
- func (x *GetFullGroupInfoReply) String() string
- func (m *GetFullGroupInfoReply) Validate() error
- func (m *GetFullGroupInfoReply) ValidateAll() error
- type GetFullGroupInfoReplyMultiError
- type GetFullGroupInfoReplyValidationError
- func (e GetFullGroupInfoReplyValidationError) Cause() error
- func (e GetFullGroupInfoReplyValidationError) Error() string
- func (e GetFullGroupInfoReplyValidationError) ErrorName() string
- func (e GetFullGroupInfoReplyValidationError) Field() string
- func (e GetFullGroupInfoReplyValidationError) Key() bool
- func (e GetFullGroupInfoReplyValidationError) Reason() string
- type GetFullGroupInfoReq
- func (*GetFullGroupInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetFullGroupInfoReq) GetGroupIds() []string
- func (*GetFullGroupInfoReq) ProtoMessage()
- func (x *GetFullGroupInfoReq) ProtoReflect() protoreflect.Message
- func (x *GetFullGroupInfoReq) Reset()
- func (x *GetFullGroupInfoReq) String() string
- func (m *GetFullGroupInfoReq) Validate() error
- func (m *GetFullGroupInfoReq) ValidateAll() error
- type GetFullGroupInfoReqMultiError
- type GetFullGroupInfoReqValidationError
- func (e GetFullGroupInfoReqValidationError) Cause() error
- func (e GetFullGroupInfoReqValidationError) Error() string
- func (e GetFullGroupInfoReqValidationError) ErrorName() string
- func (e GetFullGroupInfoReqValidationError) Field() string
- func (e GetFullGroupInfoReqValidationError) Key() bool
- func (e GetFullGroupInfoReqValidationError) Reason() string
- type GetGroupAbstractInfoReply
- func (*GetGroupAbstractInfoReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupAbstractInfoReply) GetGroupAbstractInfos() []*v2.GroupAbstractInfo
- func (*GetGroupAbstractInfoReply) ProtoMessage()
- func (x *GetGroupAbstractInfoReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupAbstractInfoReply) Reset()
- func (x *GetGroupAbstractInfoReply) String() string
- func (m *GetGroupAbstractInfoReply) Validate() error
- func (m *GetGroupAbstractInfoReply) ValidateAll() error
- type GetGroupAbstractInfoReplyMultiError
- type GetGroupAbstractInfoReplyValidationError
- func (e GetGroupAbstractInfoReplyValidationError) Cause() error
- func (e GetGroupAbstractInfoReplyValidationError) Error() string
- func (e GetGroupAbstractInfoReplyValidationError) ErrorName() string
- func (e GetGroupAbstractInfoReplyValidationError) Field() string
- func (e GetGroupAbstractInfoReplyValidationError) Key() bool
- func (e GetGroupAbstractInfoReplyValidationError) Reason() string
- type GetGroupAbstractInfoReq
- func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupAbstractInfoReq) GetGroupIDs() []string
- func (*GetGroupAbstractInfoReq) ProtoMessage()
- func (x *GetGroupAbstractInfoReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupAbstractInfoReq) Reset()
- func (x *GetGroupAbstractInfoReq) String() string
- func (m *GetGroupAbstractInfoReq) Validate() error
- func (m *GetGroupAbstractInfoReq) ValidateAll() error
- type GetGroupAbstractInfoReqMultiError
- type GetGroupAbstractInfoReqValidationError
- func (e GetGroupAbstractInfoReqValidationError) Cause() error
- func (e GetGroupAbstractInfoReqValidationError) Error() string
- func (e GetGroupAbstractInfoReqValidationError) ErrorName() string
- func (e GetGroupAbstractInfoReqValidationError) Field() string
- func (e GetGroupAbstractInfoReqValidationError) Key() bool
- func (e GetGroupAbstractInfoReqValidationError) Reason() string
- type GetGroupApplicationListReq
- func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupApplicationListReq) GetGroupID() string
- func (x *GetGroupApplicationListReq) GetPageNum() int64
- func (x *GetGroupApplicationListReq) GetPageSize() int64
- func (x *GetGroupApplicationListReq) GetUserID() string
- func (*GetGroupApplicationListReq) ProtoMessage()
- func (x *GetGroupApplicationListReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupApplicationListReq) Reset()
- func (x *GetGroupApplicationListReq) String() string
- func (m *GetGroupApplicationListReq) Validate() error
- func (m *GetGroupApplicationListReq) ValidateAll() error
- type GetGroupApplicationListReqMultiError
- type GetGroupApplicationListReqValidationError
- func (e GetGroupApplicationListReqValidationError) Cause() error
- func (e GetGroupApplicationListReqValidationError) Error() string
- func (e GetGroupApplicationListReqValidationError) ErrorName() string
- func (e GetGroupApplicationListReqValidationError) Field() string
- func (e GetGroupApplicationListReqValidationError) Key() bool
- func (e GetGroupApplicationListReqValidationError) Reason() string
- type GetGroupByCodeReply
- func (*GetGroupByCodeReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupByCodeReply) GetData() *v2.GroupInfo
- func (*GetGroupByCodeReply) ProtoMessage()
- func (x *GetGroupByCodeReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupByCodeReply) Reset()
- func (x *GetGroupByCodeReply) String() string
- func (m *GetGroupByCodeReply) Validate() error
- func (m *GetGroupByCodeReply) ValidateAll() error
- type GetGroupByCodeReplyMultiError
- type GetGroupByCodeReplyValidationError
- func (e GetGroupByCodeReplyValidationError) Cause() error
- func (e GetGroupByCodeReplyValidationError) Error() string
- func (e GetGroupByCodeReplyValidationError) ErrorName() string
- func (e GetGroupByCodeReplyValidationError) Field() string
- func (e GetGroupByCodeReplyValidationError) Key() bool
- func (e GetGroupByCodeReplyValidationError) Reason() string
- type GetGroupByCodeReq
- func (*GetGroupByCodeReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupByCodeReq) GetCode() string
- func (x *GetGroupByCodeReq) GetUserID() string
- func (*GetGroupByCodeReq) ProtoMessage()
- func (x *GetGroupByCodeReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupByCodeReq) Reset()
- func (x *GetGroupByCodeReq) String() string
- func (m *GetGroupByCodeReq) Validate() error
- func (m *GetGroupByCodeReq) ValidateAll() error
- type GetGroupByCodeReqMultiError
- type GetGroupByCodeReqValidationError
- func (e GetGroupByCodeReqValidationError) Cause() error
- func (e GetGroupByCodeReqValidationError) Error() string
- func (e GetGroupByCodeReqValidationError) ErrorName() string
- func (e GetGroupByCodeReqValidationError) Field() string
- func (e GetGroupByCodeReqValidationError) Key() bool
- func (e GetGroupByCodeReqValidationError) Reason() string
- type GetGroupInfoReply
- func (*GetGroupInfoReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupInfoReply) GetList() []*v2.GroupInfo
- func (*GetGroupInfoReply) ProtoMessage()
- func (x *GetGroupInfoReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupInfoReply) Reset()
- func (x *GetGroupInfoReply) String() string
- func (m *GetGroupInfoReply) Validate() error
- func (m *GetGroupInfoReply) ValidateAll() error
- type GetGroupInfoReplyMultiError
- type GetGroupInfoReplyValidationError
- func (e GetGroupInfoReplyValidationError) Cause() error
- func (e GetGroupInfoReplyValidationError) Error() string
- func (e GetGroupInfoReplyValidationError) ErrorName() string
- func (e GetGroupInfoReplyValidationError) Field() string
- func (e GetGroupInfoReplyValidationError) Key() bool
- func (e GetGroupInfoReplyValidationError) Reason() string
- type GetGroupInfoReq
- func (*GetGroupInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupInfoReq) GetGroupID() []string
- func (x *GetGroupInfoReq) GetShowDetail() bool
- func (*GetGroupInfoReq) ProtoMessage()
- func (x *GetGroupInfoReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupInfoReq) Reset()
- func (x *GetGroupInfoReq) String() string
- func (m *GetGroupInfoReq) Validate() error
- func (m *GetGroupInfoReq) ValidateAll() error
- type GetGroupInfoReqMultiError
- type GetGroupInfoReqValidationError
- func (e GetGroupInfoReqValidationError) Cause() error
- func (e GetGroupInfoReqValidationError) Error() string
- func (e GetGroupInfoReqValidationError) ErrorName() string
- func (e GetGroupInfoReqValidationError) Field() string
- func (e GetGroupInfoReqValidationError) Key() bool
- func (e GetGroupInfoReqValidationError) Reason() string
- type GetGroupMembersReply
- func (*GetGroupMembersReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupMembersReply) GetList() []*v2.MemberInfo
- func (x *GetGroupMembersReply) GetTotal() int64
- func (*GetGroupMembersReply) ProtoMessage()
- func (x *GetGroupMembersReply) ProtoReflect() protoreflect.Message
- func (x *GetGroupMembersReply) Reset()
- func (x *GetGroupMembersReply) String() string
- func (m *GetGroupMembersReply) Validate() error
- func (m *GetGroupMembersReply) ValidateAll() error
- type GetGroupMembersReplyMultiError
- type GetGroupMembersReplyValidationError
- func (e GetGroupMembersReplyValidationError) Cause() error
- func (e GetGroupMembersReplyValidationError) Error() string
- func (e GetGroupMembersReplyValidationError) ErrorName() string
- func (e GetGroupMembersReplyValidationError) Field() string
- func (e GetGroupMembersReplyValidationError) Key() bool
- func (e GetGroupMembersReplyValidationError) Reason() string
- type GetGroupMembersReq
- func (*GetGroupMembersReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGroupMembersReq) GetFilter() int32
- func (x *GetGroupMembersReq) GetGroupID() string
- func (x *GetGroupMembersReq) GetPageNum() int64
- func (x *GetGroupMembersReq) GetPageSize() int64
- func (*GetGroupMembersReq) ProtoMessage()
- func (x *GetGroupMembersReq) ProtoReflect() protoreflect.Message
- func (x *GetGroupMembersReq) Reset()
- func (x *GetGroupMembersReq) String() string
- func (m *GetGroupMembersReq) Validate() error
- func (m *GetGroupMembersReq) ValidateAll() error
- type GetGroupMembersReqMultiError
- type GetGroupMembersReqValidationError
- func (e GetGroupMembersReqValidationError) Cause() error
- func (e GetGroupMembersReqValidationError) Error() string
- func (e GetGroupMembersReqValidationError) ErrorName() string
- func (e GetGroupMembersReqValidationError) Field() string
- func (e GetGroupMembersReqValidationError) Key() bool
- func (e GetGroupMembersReqValidationError) Reason() string
- type GetJoinedGroupInfoReq
- func (*GetJoinedGroupInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetJoinedGroupInfoReq) GetGroupID() string
- func (x *GetJoinedGroupInfoReq) GetUserID() string
- func (*GetJoinedGroupInfoReq) ProtoMessage()
- func (x *GetJoinedGroupInfoReq) ProtoReflect() protoreflect.Message
- func (x *GetJoinedGroupInfoReq) Reset()
- func (x *GetJoinedGroupInfoReq) String() string
- func (m *GetJoinedGroupInfoReq) Validate() error
- func (m *GetJoinedGroupInfoReq) ValidateAll() error
- type GetJoinedGroupInfoReqMultiError
- type GetJoinedGroupInfoReqValidationError
- func (e GetJoinedGroupInfoReqValidationError) Cause() error
- func (e GetJoinedGroupInfoReqValidationError) Error() string
- func (e GetJoinedGroupInfoReqValidationError) ErrorName() string
- func (e GetJoinedGroupInfoReqValidationError) Field() string
- func (e GetJoinedGroupInfoReqValidationError) Key() bool
- func (e GetJoinedGroupInfoReqValidationError) Reason() string
- type GetJoinedGroupListReply
- func (*GetJoinedGroupListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetJoinedGroupListReply) GetList() []*v2.GroupInfo
- func (x *GetJoinedGroupListReply) GetTotal() int64
- func (*GetJoinedGroupListReply) ProtoMessage()
- func (x *GetJoinedGroupListReply) ProtoReflect() protoreflect.Message
- func (x *GetJoinedGroupListReply) Reset()
- func (x *GetJoinedGroupListReply) String() string
- func (m *GetJoinedGroupListReply) Validate() error
- func (m *GetJoinedGroupListReply) ValidateAll() error
- type GetJoinedGroupListReplyMultiError
- type GetJoinedGroupListReplyValidationError
- func (e GetJoinedGroupListReplyValidationError) Cause() error
- func (e GetJoinedGroupListReplyValidationError) Error() string
- func (e GetJoinedGroupListReplyValidationError) ErrorName() string
- func (e GetJoinedGroupListReplyValidationError) Field() string
- func (e GetJoinedGroupListReplyValidationError) Key() bool
- func (e GetJoinedGroupListReplyValidationError) Reason() string
- type GetJoinedGroupListReq
- func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetJoinedGroupListReq) GetPageNum() int64
- func (x *GetJoinedGroupListReq) GetPageSize() int64
- func (x *GetJoinedGroupListReq) GetUserID() string
- func (*GetJoinedGroupListReq) ProtoMessage()
- func (x *GetJoinedGroupListReq) ProtoReflect() protoreflect.Message
- func (x *GetJoinedGroupListReq) Reset()
- func (x *GetJoinedGroupListReq) String() string
- func (m *GetJoinedGroupListReq) Validate() error
- func (m *GetJoinedGroupListReq) ValidateAll() error
- type GetJoinedGroupListReqMultiError
- type GetJoinedGroupListReqValidationError
- func (e GetJoinedGroupListReqValidationError) Cause() error
- func (e GetJoinedGroupListReqValidationError) Error() string
- func (e GetJoinedGroupListReqValidationError) ErrorName() string
- func (e GetJoinedGroupListReqValidationError) Field() string
- func (e GetJoinedGroupListReqValidationError) Key() bool
- func (e GetJoinedGroupListReqValidationError) Reason() string
- type GetRecvGroupApplicationListReply
- func (*GetRecvGroupApplicationListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetRecvGroupApplicationListReply) GetList() []*v2.GroupRequestInfo
- func (x *GetRecvGroupApplicationListReply) GetTotal() int64
- func (*GetRecvGroupApplicationListReply) ProtoMessage()
- func (x *GetRecvGroupApplicationListReply) ProtoReflect() protoreflect.Message
- func (x *GetRecvGroupApplicationListReply) Reset()
- func (x *GetRecvGroupApplicationListReply) String() string
- func (m *GetRecvGroupApplicationListReply) Validate() error
- func (m *GetRecvGroupApplicationListReply) ValidateAll() error
- type GetRecvGroupApplicationListReplyMultiError
- type GetRecvGroupApplicationListReplyValidationError
- func (e GetRecvGroupApplicationListReplyValidationError) Cause() error
- func (e GetRecvGroupApplicationListReplyValidationError) Error() string
- func (e GetRecvGroupApplicationListReplyValidationError) ErrorName() string
- func (e GetRecvGroupApplicationListReplyValidationError) Field() string
- func (e GetRecvGroupApplicationListReplyValidationError) Key() bool
- func (e GetRecvGroupApplicationListReplyValidationError) Reason() string
- type GetUntreatedGroupApplicationListReply
- func (*GetUntreatedGroupApplicationListReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetUntreatedGroupApplicationListReply) GetList() []*v2.GroupRequestInfo
- func (x *GetUntreatedGroupApplicationListReply) GetTotal() int64
- func (*GetUntreatedGroupApplicationListReply) ProtoMessage()
- func (x *GetUntreatedGroupApplicationListReply) ProtoReflect() protoreflect.Message
- func (x *GetUntreatedGroupApplicationListReply) Reset()
- func (x *GetUntreatedGroupApplicationListReply) String() string
- func (m *GetUntreatedGroupApplicationListReply) Validate() error
- func (m *GetUntreatedGroupApplicationListReply) ValidateAll() error
- type GetUntreatedGroupApplicationListReplyMultiError
- type GetUntreatedGroupApplicationListReplyValidationError
- func (e GetUntreatedGroupApplicationListReplyValidationError) Cause() error
- func (e GetUntreatedGroupApplicationListReplyValidationError) Error() string
- func (e GetUntreatedGroupApplicationListReplyValidationError) ErrorName() string
- func (e GetUntreatedGroupApplicationListReplyValidationError) Field() string
- func (e GetUntreatedGroupApplicationListReplyValidationError) Key() bool
- func (e GetUntreatedGroupApplicationListReplyValidationError) Reason() string
- type GetUntreatedGroupApplicationListReq
- func (*GetUntreatedGroupApplicationListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUntreatedGroupApplicationListReq) GetGroupID() string
- func (x *GetUntreatedGroupApplicationListReq) GetPageNum() int64
- func (x *GetUntreatedGroupApplicationListReq) GetPageSize() int64
- func (x *GetUntreatedGroupApplicationListReq) GetUserID() string
- func (*GetUntreatedGroupApplicationListReq) ProtoMessage()
- func (x *GetUntreatedGroupApplicationListReq) ProtoReflect() protoreflect.Message
- func (x *GetUntreatedGroupApplicationListReq) Reset()
- func (x *GetUntreatedGroupApplicationListReq) String() string
- func (m *GetUntreatedGroupApplicationListReq) Validate() error
- func (m *GetUntreatedGroupApplicationListReq) ValidateAll() error
- type GetUntreatedGroupApplicationListReqMultiError
- type GetUntreatedGroupApplicationListReqValidationError
- func (e GetUntreatedGroupApplicationListReqValidationError) Cause() error
- func (e GetUntreatedGroupApplicationListReqValidationError) Error() string
- func (e GetUntreatedGroupApplicationListReqValidationError) ErrorName() string
- func (e GetUntreatedGroupApplicationListReqValidationError) Field() string
- func (e GetUntreatedGroupApplicationListReqValidationError) Key() bool
- func (e GetUntreatedGroupApplicationListReqValidationError) Reason() string
- type GetUserJoinGroupApplicationListReq
- func (*GetUserJoinGroupApplicationListReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserJoinGroupApplicationListReq) GetPageNum() int64
- func (x *GetUserJoinGroupApplicationListReq) GetPageSize() int64
- func (x *GetUserJoinGroupApplicationListReq) GetUserID() string
- func (*GetUserJoinGroupApplicationListReq) ProtoMessage()
- func (x *GetUserJoinGroupApplicationListReq) ProtoReflect() protoreflect.Message
- func (x *GetUserJoinGroupApplicationListReq) Reset()
- func (x *GetUserJoinGroupApplicationListReq) String() string
- func (m *GetUserJoinGroupApplicationListReq) Validate() error
- func (m *GetUserJoinGroupApplicationListReq) ValidateAll() error
- type GetUserJoinGroupApplicationListReqMultiError
- type GetUserJoinGroupApplicationListReqValidationError
- func (e GetUserJoinGroupApplicationListReqValidationError) Cause() error
- func (e GetUserJoinGroupApplicationListReqValidationError) Error() string
- func (e GetUserJoinGroupApplicationListReqValidationError) ErrorName() string
- func (e GetUserJoinGroupApplicationListReqValidationError) Field() string
- func (e GetUserJoinGroupApplicationListReqValidationError) Key() bool
- func (e GetUserJoinGroupApplicationListReqValidationError) Reason() string
- type GroupClient
- type GroupErrorReason
- func (GroupErrorReason) Descriptor() protoreflect.EnumDescriptor
- func (x GroupErrorReason) Enum() *GroupErrorReason
- func (GroupErrorReason) EnumDescriptor() ([]byte, []int)deprecated
- func (x GroupErrorReason) Number() protoreflect.EnumNumber
- func (x GroupErrorReason) String() string
- func (GroupErrorReason) Type() protoreflect.EnumType
- type GroupServer
- type GroupSwitchOption
- func (GroupSwitchOption) Descriptor() protoreflect.EnumDescriptor
- func (x GroupSwitchOption) Enum() *GroupSwitchOption
- func (GroupSwitchOption) EnumDescriptor() ([]byte, []int)deprecated
- func (x GroupSwitchOption) Number() protoreflect.EnumNumber
- func (x GroupSwitchOption) String() string
- func (GroupSwitchOption) Type() protoreflect.EnumType
- type InviteUserToGroupReq
- func (*InviteUserToGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *InviteUserToGroupReq) GetGroupID() string
- func (x *InviteUserToGroupReq) GetInvitedUserIdList() []string
- func (x *InviteUserToGroupReq) GetReason() string
- func (x *InviteUserToGroupReq) GetUserID() string
- func (*InviteUserToGroupReq) ProtoMessage()
- func (x *InviteUserToGroupReq) ProtoReflect() protoreflect.Message
- func (x *InviteUserToGroupReq) Reset()
- func (x *InviteUserToGroupReq) String() string
- func (m *InviteUserToGroupReq) Validate() error
- func (m *InviteUserToGroupReq) ValidateAll() error
- type InviteUserToGroupReqMultiError
- type InviteUserToGroupReqValidationError
- func (e InviteUserToGroupReqValidationError) Cause() error
- func (e InviteUserToGroupReqValidationError) Error() string
- func (e InviteUserToGroupReqValidationError) ErrorName() string
- func (e InviteUserToGroupReqValidationError) Field() string
- func (e InviteUserToGroupReqValidationError) Key() bool
- func (e InviteUserToGroupReqValidationError) Reason() string
- type IsGroupMemberReply
- func (*IsGroupMemberReply) Descriptor() ([]byte, []int)deprecated
- func (x *IsGroupMemberReply) GetIsGroupMember() bool
- func (*IsGroupMemberReply) ProtoMessage()
- func (x *IsGroupMemberReply) ProtoReflect() protoreflect.Message
- func (x *IsGroupMemberReply) Reset()
- func (x *IsGroupMemberReply) String() string
- func (m *IsGroupMemberReply) Validate() error
- func (m *IsGroupMemberReply) ValidateAll() error
- type IsGroupMemberReplyMultiError
- type IsGroupMemberReplyValidationError
- func (e IsGroupMemberReplyValidationError) Cause() error
- func (e IsGroupMemberReplyValidationError) Error() string
- func (e IsGroupMemberReplyValidationError) ErrorName() string
- func (e IsGroupMemberReplyValidationError) Field() string
- func (e IsGroupMemberReplyValidationError) Key() bool
- func (e IsGroupMemberReplyValidationError) Reason() string
- type IsGroupMemberReq
- func (*IsGroupMemberReq) Descriptor() ([]byte, []int)deprecated
- func (x *IsGroupMemberReq) GetGroupID() string
- func (x *IsGroupMemberReq) GetUserID() string
- func (*IsGroupMemberReq) ProtoMessage()
- func (x *IsGroupMemberReq) ProtoReflect() protoreflect.Message
- func (x *IsGroupMemberReq) Reset()
- func (x *IsGroupMemberReq) String() string
- func (m *IsGroupMemberReq) Validate() error
- func (m *IsGroupMemberReq) ValidateAll() error
- type IsGroupMemberReqMultiError
- type IsGroupMemberReqValidationError
- func (e IsGroupMemberReqValidationError) Cause() error
- func (e IsGroupMemberReqValidationError) Error() string
- func (e IsGroupMemberReqValidationError) ErrorName() string
- func (e IsGroupMemberReqValidationError) Field() string
- func (e IsGroupMemberReqValidationError) Key() bool
- func (e IsGroupMemberReqValidationError) Reason() string
- type JoinGroupReq
- func (*JoinGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *JoinGroupReq) GetGroupID() string
- func (x *JoinGroupReq) GetPlatform() string
- func (x *JoinGroupReq) GetRemark() string
- func (x *JoinGroupReq) GetServerID() string
- func (x *JoinGroupReq) GetSourceID() int32
- func (x *JoinGroupReq) GetUserID() string
- func (*JoinGroupReq) ProtoMessage()
- func (x *JoinGroupReq) ProtoReflect() protoreflect.Message
- func (x *JoinGroupReq) Reset()
- func (x *JoinGroupReq) String() string
- func (m *JoinGroupReq) Validate() error
- func (m *JoinGroupReq) ValidateAll() error
- type JoinGroupReqMultiError
- type JoinGroupReqValidationError
- func (e JoinGroupReqValidationError) Cause() error
- func (e JoinGroupReqValidationError) Error() string
- func (e JoinGroupReqValidationError) ErrorName() string
- func (e JoinGroupReqValidationError) Field() string
- func (e JoinGroupReqValidationError) Key() bool
- func (e JoinGroupReqValidationError) Reason() string
- type KickGroupMemberReq
- func (*KickGroupMemberReq) Descriptor() ([]byte, []int)deprecated
- func (x *KickGroupMemberReq) GetGroupID() string
- func (x *KickGroupMemberReq) GetKickedUserIdList() []string
- func (x *KickGroupMemberReq) GetUserID() string
- func (*KickGroupMemberReq) ProtoMessage()
- func (x *KickGroupMemberReq) ProtoReflect() protoreflect.Message
- func (x *KickGroupMemberReq) Reset()
- func (x *KickGroupMemberReq) String() string
- func (m *KickGroupMemberReq) Validate() error
- func (m *KickGroupMemberReq) ValidateAll() error
- type KickGroupMemberReqMultiError
- type KickGroupMemberReqValidationError
- func (e KickGroupMemberReqValidationError) Cause() error
- func (e KickGroupMemberReqValidationError) Error() string
- func (e KickGroupMemberReqValidationError) ErrorName() string
- func (e KickGroupMemberReqValidationError) Field() string
- func (e KickGroupMemberReqValidationError) Key() bool
- func (e KickGroupMemberReqValidationError) Reason() string
- type MemberByIdsReply
- func (*MemberByIdsReply) Descriptor() ([]byte, []int)deprecated
- func (x *MemberByIdsReply) GetList() []*v2.MemberInfo
- func (*MemberByIdsReply) ProtoMessage()
- func (x *MemberByIdsReply) ProtoReflect() protoreflect.Message
- func (x *MemberByIdsReply) Reset()
- func (x *MemberByIdsReply) String() string
- func (m *MemberByIdsReply) Validate() error
- func (m *MemberByIdsReply) ValidateAll() error
- type MemberByIdsReplyMultiError
- type MemberByIdsReplyValidationError
- func (e MemberByIdsReplyValidationError) Cause() error
- func (e MemberByIdsReplyValidationError) Error() string
- func (e MemberByIdsReplyValidationError) ErrorName() string
- func (e MemberByIdsReplyValidationError) Field() string
- func (e MemberByIdsReplyValidationError) Key() bool
- func (e MemberByIdsReplyValidationError) Reason() string
- type MemberByIdsReq
- func (*MemberByIdsReq) Descriptor() ([]byte, []int)deprecated
- func (x *MemberByIdsReq) GetGroupID() string
- func (x *MemberByIdsReq) GetUserIDs() []string
- func (*MemberByIdsReq) ProtoMessage()
- func (x *MemberByIdsReq) ProtoReflect() protoreflect.Message
- func (x *MemberByIdsReq) Reset()
- func (x *MemberByIdsReq) String() string
- func (m *MemberByIdsReq) Validate() error
- func (m *MemberByIdsReq) ValidateAll() error
- type MemberByIdsReqMultiError
- type MemberByIdsReqValidationError
- func (e MemberByIdsReqValidationError) Cause() error
- func (e MemberByIdsReqValidationError) Error() string
- func (e MemberByIdsReqValidationError) ErrorName() string
- func (e MemberByIdsReqValidationError) Field() string
- func (e MemberByIdsReqValidationError) Key() bool
- func (e MemberByIdsReqValidationError) Reason() string
- type MuteGroupMemberReq
- func (*MuteGroupMemberReq) Descriptor() ([]byte, []int)deprecated
- func (x *MuteGroupMemberReq) GetGroupID() string
- func (x *MuteGroupMemberReq) GetMutedSeconds() int64
- func (x *MuteGroupMemberReq) GetPUserID() string
- func (x *MuteGroupMemberReq) GetUserID() string
- func (*MuteGroupMemberReq) ProtoMessage()
- func (x *MuteGroupMemberReq) ProtoReflect() protoreflect.Message
- func (x *MuteGroupMemberReq) Reset()
- func (x *MuteGroupMemberReq) String() string
- func (m *MuteGroupMemberReq) Validate() error
- func (m *MuteGroupMemberReq) ValidateAll() error
- type MuteGroupMemberReqMultiError
- type MuteGroupMemberReqValidationError
- func (e MuteGroupMemberReqValidationError) Cause() error
- func (e MuteGroupMemberReqValidationError) Error() string
- func (e MuteGroupMemberReqValidationError) ErrorName() string
- func (e MuteGroupMemberReqValidationError) Field() string
- func (e MuteGroupMemberReqValidationError) Key() bool
- func (e MuteGroupMemberReqValidationError) Reason() string
- type MuteGroupReq
- func (*MuteGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *MuteGroupReq) GetGroupID() string
- func (x *MuteGroupReq) GetPUserID() string
- func (*MuteGroupReq) ProtoMessage()
- func (x *MuteGroupReq) ProtoReflect() protoreflect.Message
- func (x *MuteGroupReq) Reset()
- func (x *MuteGroupReq) String() string
- func (m *MuteGroupReq) Validate() error
- func (m *MuteGroupReq) ValidateAll() error
- type MuteGroupReqMultiError
- type MuteGroupReqValidationError
- func (e MuteGroupReqValidationError) Cause() error
- func (e MuteGroupReqValidationError) Error() string
- func (e MuteGroupReqValidationError) ErrorName() string
- func (e MuteGroupReqValidationError) Field() string
- func (e MuteGroupReqValidationError) Key() bool
- func (e MuteGroupReqValidationError) Reason() string
- type QuitGroupReq
- func (*QuitGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *QuitGroupReq) GetGroupID() string
- func (x *QuitGroupReq) GetUserID() string
- func (*QuitGroupReq) ProtoMessage()
- func (x *QuitGroupReq) ProtoReflect() protoreflect.Message
- func (x *QuitGroupReq) Reset()
- func (x *QuitGroupReq) String() string
- func (m *QuitGroupReq) Validate() error
- func (m *QuitGroupReq) ValidateAll() error
- type QuitGroupReqMultiError
- type QuitGroupReqValidationError
- func (e QuitGroupReqValidationError) Cause() error
- func (e QuitGroupReqValidationError) Error() string
- func (e QuitGroupReqValidationError) ErrorName() string
- func (e QuitGroupReqValidationError) Field() string
- func (e QuitGroupReqValidationError) Key() bool
- func (e QuitGroupReqValidationError) Reason() string
- type SetGroupMemberInfoReq
- func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetGroupMemberInfoReq) GetBackgroundUrl() string
- func (x *SetGroupMemberInfoReq) GetEx() string
- func (x *SetGroupMemberInfoReq) GetFaceURL() string
- func (x *SetGroupMemberInfoReq) GetGroupID() string
- func (x *SetGroupMemberInfoReq) GetNickname() string
- func (x *SetGroupMemberInfoReq) GetPUserID() string
- func (x *SetGroupMemberInfoReq) GetRoleLevel() int32
- func (x *SetGroupMemberInfoReq) GetUserID() string
- func (*SetGroupMemberInfoReq) ProtoMessage()
- func (x *SetGroupMemberInfoReq) ProtoReflect() protoreflect.Message
- func (x *SetGroupMemberInfoReq) Reset()
- func (x *SetGroupMemberInfoReq) String() string
- func (m *SetGroupMemberInfoReq) Validate() error
- func (m *SetGroupMemberInfoReq) ValidateAll() error
- type SetGroupMemberInfoReqMultiError
- type SetGroupMemberInfoReqValidationError
- func (e SetGroupMemberInfoReqValidationError) Cause() error
- func (e SetGroupMemberInfoReqValidationError) Error() string
- func (e SetGroupMemberInfoReqValidationError) ErrorName() string
- func (e SetGroupMemberInfoReqValidationError) Field() string
- func (e SetGroupMemberInfoReqValidationError) Key() bool
- func (e SetGroupMemberInfoReqValidationError) Reason() string
- type TransferGroupReq
- func (*TransferGroupReq) Descriptor() ([]byte, []int)deprecated
- func (x *TransferGroupReq) GetGroupID() string
- func (x *TransferGroupReq) GetNewOwnerUserID() string
- func (x *TransferGroupReq) GetUserID() string
- func (*TransferGroupReq) ProtoMessage()
- func (x *TransferGroupReq) ProtoReflect() protoreflect.Message
- func (x *TransferGroupReq) Reset()
- func (x *TransferGroupReq) String() string
- func (m *TransferGroupReq) Validate() error
- func (m *TransferGroupReq) ValidateAll() error
- type TransferGroupReqMultiError
- type TransferGroupReqValidationError
- func (e TransferGroupReqValidationError) Cause() error
- func (e TransferGroupReqValidationError) Error() string
- func (e TransferGroupReqValidationError) ErrorName() string
- func (e TransferGroupReqValidationError) Field() string
- func (e TransferGroupReqValidationError) Key() bool
- func (e TransferGroupReqValidationError) Reason() string
- type UnimplementedGroupServer
- func (UnimplementedGroupServer) AddGroupAdmin(context.Context, *AddGroupAdminReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) ApplicationResponse(context.Context, *ApplicationResponseReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) BatchAddGroupAdmin(context.Context, *BatchAddGroupAdmReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) BatchCancelGroupManager(context.Context, *BatchCancelGroupManagerReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) CancelGroupManager(context.Context, *CancelGroupManagerReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) CancelMuteGroup(context.Context, *CancelMuteGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) CancelMuteGroupMember(context.Context, *CancelMuteGroupMemberReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) CreateGroup(context.Context, *CrateGroupReq) (*CrateGroupReply, error)
- func (UnimplementedGroupServer) DismissGroup(context.Context, *DismissGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) DismissGroupNotice(context.Context, *DismissGroupNoticeReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) EditGroupProfile(context.Context, *EditGroupProfileReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) GetFullGroupInfo(context.Context, *GetFullGroupInfoReq) (*GetFullGroupInfoReply, error)
- func (UnimplementedGroupServer) GetGroupAbstractInfo(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoReply, error)
- func (UnimplementedGroupServer) GetGroupApplicationList(context.Context, *GetGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error)
- func (UnimplementedGroupServer) GetGroupByCode(context.Context, *GetGroupByCodeReq) (*GetGroupByCodeReply, error)
- func (UnimplementedGroupServer) GetGroupInfo(context.Context, *GetGroupInfoReq) (*GetGroupInfoReply, error)
- func (UnimplementedGroupServer) GetGroupMembers(context.Context, *GetGroupMembersReq) (*GetGroupMembersReply, error)
- func (UnimplementedGroupServer) GetJoinedGroupList(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListReply, error)
- func (UnimplementedGroupServer) GetUntreatedGroupApplicationList(context.Context, *GetUntreatedGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error)
- func (UnimplementedGroupServer) GetUserReqGroupApplicationList(context.Context, *GetUserJoinGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error)
- func (UnimplementedGroupServer) InviteUserToGroup(context.Context, *InviteUserToGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) IsGroupMember(context.Context, *IsGroupMemberReq) (*IsGroupMemberReply, error)
- func (UnimplementedGroupServer) JoinGroup(context.Context, *JoinGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) KickGroupMember(context.Context, *KickGroupMemberReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) MemberByIds(context.Context, *MemberByIdsReq) (*MemberByIdsReply, error)
- func (UnimplementedGroupServer) MuteGroup(context.Context, *MuteGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) MuteGroupMember(context.Context, *MuteGroupMemberReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) QuitGroup(context.Context, *QuitGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) SetGroupMemberInfo(context.Context, *SetGroupMemberInfoReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) TransferGroup(context.Context, *TransferGroupReq) (*emptypb.Empty, error)
- func (UnimplementedGroupServer) UpdateGroupSwitch(context.Context, *UpdateGroupSwitchReq) (*emptypb.Empty, error)
- type UnsafeGroupServer
- type UpdateGroupSwitchReq
- func (*UpdateGroupSwitchReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateGroupSwitchReq) GetField() GroupSwitchOption
- func (x *UpdateGroupSwitchReq) GetGroupID() string
- func (x *UpdateGroupSwitchReq) GetUpdates() int32
- func (x *UpdateGroupSwitchReq) GetUserID() string
- func (*UpdateGroupSwitchReq) ProtoMessage()
- func (x *UpdateGroupSwitchReq) ProtoReflect() protoreflect.Message
- func (x *UpdateGroupSwitchReq) Reset()
- func (x *UpdateGroupSwitchReq) String() string
- func (m *UpdateGroupSwitchReq) Validate() error
- func (m *UpdateGroupSwitchReq) ValidateAll() error
- type UpdateGroupSwitchReqMultiError
- type UpdateGroupSwitchReqValidationError
- func (e UpdateGroupSwitchReqValidationError) Cause() error
- func (e UpdateGroupSwitchReqValidationError) Error() string
- func (e UpdateGroupSwitchReqValidationError) ErrorName() string
- func (e UpdateGroupSwitchReqValidationError) Field() string
- func (e UpdateGroupSwitchReqValidationError) Key() bool
- func (e UpdateGroupSwitchReqValidationError) Reason() string
Constants ¶
const ( Group_CreateGroup_FullMethodName = "/api.im_cloud.group.v2.Group/CreateGroup" Group_EditGroupProfile_FullMethodName = "/api.im_cloud.group.v2.Group/EditGroupProfile" Group_UpdateGroupSwitch_FullMethodName = "/api.im_cloud.group.v2.Group/UpdateGroupSwitch" Group_MuteGroup_FullMethodName = "/api.im_cloud.group.v2.Group/MuteGroup" Group_CancelMuteGroup_FullMethodName = "/api.im_cloud.group.v2.Group/CancelMuteGroup" Group_CancelMuteGroupMember_FullMethodName = "/api.im_cloud.group.v2.Group/CancelMuteGroupMember" Group_MuteGroupMember_FullMethodName = "/api.im_cloud.group.v2.Group/MuteGroupMember" Group_IsGroupMember_FullMethodName = "/api.im_cloud.group.v2.Group/IsGroupMember" Group_GetGroupByCode_FullMethodName = "/api.im_cloud.group.v2.Group/GetGroupByCode" Group_DismissGroup_FullMethodName = "/api.im_cloud.group.v2.Group/DismissGroup" Group_DismissGroupNotice_FullMethodName = "/api.im_cloud.group.v2.Group/DismissGroupNotice" Group_ApplicationResponse_FullMethodName = "/api.im_cloud.group.v2.Group/ApplicationResponse" Group_JoinGroup_FullMethodName = "/api.im_cloud.group.v2.Group/JoinGroup" Group_InviteUserToGroup_FullMethodName = "/api.im_cloud.group.v2.Group/InviteUserToGroup" Group_AddGroupAdmin_FullMethodName = "/api.im_cloud.group.v2.Group/AddGroupAdmin" Group_TransferGroup_FullMethodName = "/api.im_cloud.group.v2.Group/TransferGroup" Group_KickGroupMember_FullMethodName = "/api.im_cloud.group.v2.Group/KickGroupMember" Group_QuitGroup_FullMethodName = "/api.im_cloud.group.v2.Group/QuitGroup" Group_CancelGroupManager_FullMethodName = "/api.im_cloud.group.v2.Group/CancelGroupManager" Group_BatchAddGroupAdmin_FullMethodName = "/api.im_cloud.group.v2.Group/BatchAddGroupAdmin" Group_BatchCancelGroupManager_FullMethodName = "/api.im_cloud.group.v2.Group/BatchCancelGroupManager" Group_GetGroupInfo_FullMethodName = "/api.im_cloud.group.v2.Group/GetGroupInfo" Group_SetGroupMemberInfo_FullMethodName = "/api.im_cloud.group.v2.Group/SetGroupMemberInfo" Group_GetFullGroupInfo_FullMethodName = "/api.im_cloud.group.v2.Group/GetFullGroupInfo" Group_MemberByIds_FullMethodName = "/api.im_cloud.group.v2.Group/MemberByIds" Group_GetJoinedGroupList_FullMethodName = "/api.im_cloud.group.v2.Group/GetJoinedGroupList" Group_GetGroupApplicationList_FullMethodName = "/api.im_cloud.group.v2.Group/GetGroupApplicationList" Group_GetUntreatedGroupApplicationList_FullMethodName = "/api.im_cloud.group.v2.Group/GetUntreatedGroupApplicationList" Group_GetUserReqGroupApplicationList_FullMethodName = "/api.im_cloud.group.v2.Group/GetUserReqGroupApplicationList" Group_GetGroupMembers_FullMethodName = "/api.im_cloud.group.v2.Group/GetGroupMembers" Group_GetGroupAbstractInfo_FullMethodName = "/api.im_cloud.group.v2.Group/getGroupAbstractInfo" )
Variables ¶
var ( GroupSwitchOption_name = map[int32]string{ 0: "needVerification", 1: "isReal", 2: "isOpen", 3: "allowPrivateChat", 4: "lookMemberInfo", 5: "applyMemberFriend", } GroupSwitchOption_value = map[string]int32{ "needVerification": 0, "isReal": 1, "isOpen": 2, "allowPrivateChat": 3, "lookMemberInfo": 4, "applyMemberFriend": 5, } )
Enum value maps for GroupSwitchOption.
var ( GroupErrorReason_name = map[int32]string{ 0: "GET_GROUP_INFO_FAIL", 1: "GROUP_MEMBER_NUM_TOO_MANY", 2: "CREATE_GROUP_FAIL", 3: "MUTE_GROUP_FAIL", 4: "MUTE_GROUP_MEMBER_FAIL", 5: "GET_GROUP_MEMBER_FAIL", 6: "GROUP_MEMBER_NUM_TOO_LITTLE", 7: "CANCEL_MUTE_GROUP_FAIL", 8: "CANCEL_MUTE_GROUP_MEMBER_FAIL", 9: "NO_PERMISSION_OPERATION_GROUP_INFO", 10: "DISMISS_GROUP_FAIL", 11: "UPDATE_GROUP_DATA_FAIL", 12: "NEED_REAL_NAME_AUTHENTICATION", 13: "JOIN_GROUP_REQ_FAIL", 14: "DELETE_RC_CACHE_FAIL", 15: "SETTING_GROUP_MEMBER_MEMBERCOUNT_FAIL", 16: "SETTING_GROUP_ADMIN_FAIL", 17: "KICK_GROUP_MEMBER_FAIL", 18: "MEMBER_QUIT_GROUP_FAIL", 19: "HANDLE_APPLICIATION_REQUEST_FAIL", 20: "UPLOAD_GROUP_FEIL_FAIL", 21: "GET_GROUP_FEIL_LIST_FAIl", 22: "GET_REQUEST_DATA_INFO_FAIL", 23: "GET_KICK_GROUP_MEMBER_FAIL", 24: "GET_JOIN_GROUP_REQUEST_FAIL", 25: "TRANSFER_GROUP_ERROR", 26: "THE_APPLICATION_HAS_BEEN_INITIATED_DO_NOT_REPEAT", 27: "GET_UNTREATED_GROUP_APPLICATION_LIST_FAIL", 28: "GROUP_IS_NOT_OPEN", 29: "YOU_ARE_ALREADY_IN_THE_GROUP", 30: "GROUP_IS_NOT_FOND", 31: "HANDLE_APPLICATION_HANDS_FINISH", } GroupErrorReason_value = map[string]int32{ "GET_GROUP_INFO_FAIL": 0, "GROUP_MEMBER_NUM_TOO_MANY": 1, "CREATE_GROUP_FAIL": 2, "MUTE_GROUP_FAIL": 3, "MUTE_GROUP_MEMBER_FAIL": 4, "GET_GROUP_MEMBER_FAIL": 5, "GROUP_MEMBER_NUM_TOO_LITTLE": 6, "CANCEL_MUTE_GROUP_FAIL": 7, "CANCEL_MUTE_GROUP_MEMBER_FAIL": 8, "NO_PERMISSION_OPERATION_GROUP_INFO": 9, "DISMISS_GROUP_FAIL": 10, "UPDATE_GROUP_DATA_FAIL": 11, "NEED_REAL_NAME_AUTHENTICATION": 12, "JOIN_GROUP_REQ_FAIL": 13, "DELETE_RC_CACHE_FAIL": 14, "SETTING_GROUP_MEMBER_MEMBERCOUNT_FAIL": 15, "SETTING_GROUP_ADMIN_FAIL": 16, "KICK_GROUP_MEMBER_FAIL": 17, "MEMBER_QUIT_GROUP_FAIL": 18, "HANDLE_APPLICIATION_REQUEST_FAIL": 19, "UPLOAD_GROUP_FEIL_FAIL": 20, "GET_GROUP_FEIL_LIST_FAIl": 21, "GET_REQUEST_DATA_INFO_FAIL": 22, "GET_KICK_GROUP_MEMBER_FAIL": 23, "GET_JOIN_GROUP_REQUEST_FAIL": 24, "TRANSFER_GROUP_ERROR": 25, "THE_APPLICATION_HAS_BEEN_INITIATED_DO_NOT_REPEAT": 26, "GET_UNTREATED_GROUP_APPLICATION_LIST_FAIL": 27, "GROUP_IS_NOT_OPEN": 28, "YOU_ARE_ALREADY_IN_THE_GROUP": 29, "GROUP_IS_NOT_FOND": 30, "HANDLE_APPLICATION_HANDS_FINISH": 31, } )
Enum value maps for GroupErrorReason.
var File_api_im_cloud_group_v2_group_error_proto protoreflect.FileDescriptor
var File_im_cloud_group_v2_group_proto protoreflect.FileDescriptor
var Group_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.im_cloud.group.v2.Group", HandlerType: (*GroupServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateGroup", Handler: _Group_CreateGroup_Handler, }, { MethodName: "EditGroupProfile", Handler: _Group_EditGroupProfile_Handler, }, { MethodName: "UpdateGroupSwitch", Handler: _Group_UpdateGroupSwitch_Handler, }, { MethodName: "MuteGroup", Handler: _Group_MuteGroup_Handler, }, { MethodName: "CancelMuteGroup", Handler: _Group_CancelMuteGroup_Handler, }, { MethodName: "CancelMuteGroupMember", Handler: _Group_CancelMuteGroupMember_Handler, }, { MethodName: "MuteGroupMember", Handler: _Group_MuteGroupMember_Handler, }, { MethodName: "IsGroupMember", Handler: _Group_IsGroupMember_Handler, }, { MethodName: "GetGroupByCode", Handler: _Group_GetGroupByCode_Handler, }, { MethodName: "DismissGroup", Handler: _Group_DismissGroup_Handler, }, { MethodName: "DismissGroupNotice", Handler: _Group_DismissGroupNotice_Handler, }, { MethodName: "ApplicationResponse", Handler: _Group_ApplicationResponse_Handler, }, { MethodName: "JoinGroup", Handler: _Group_JoinGroup_Handler, }, { MethodName: "InviteUserToGroup", Handler: _Group_InviteUserToGroup_Handler, }, { MethodName: "AddGroupAdmin", Handler: _Group_AddGroupAdmin_Handler, }, { MethodName: "TransferGroup", Handler: _Group_TransferGroup_Handler, }, { MethodName: "KickGroupMember", Handler: _Group_KickGroupMember_Handler, }, { MethodName: "QuitGroup", Handler: _Group_QuitGroup_Handler, }, { MethodName: "CancelGroupManager", Handler: _Group_CancelGroupManager_Handler, }, { MethodName: "BatchAddGroupAdmin", Handler: _Group_BatchAddGroupAdmin_Handler, }, { MethodName: "BatchCancelGroupManager", Handler: _Group_BatchCancelGroupManager_Handler, }, { MethodName: "GetGroupInfo", Handler: _Group_GetGroupInfo_Handler, }, { MethodName: "SetGroupMemberInfo", Handler: _Group_SetGroupMemberInfo_Handler, }, { MethodName: "GetFullGroupInfo", Handler: _Group_GetFullGroupInfo_Handler, }, { MethodName: "MemberByIds", Handler: _Group_MemberByIds_Handler, }, { MethodName: "GetJoinedGroupList", Handler: _Group_GetJoinedGroupList_Handler, }, { MethodName: "GetGroupApplicationList", Handler: _Group_GetGroupApplicationList_Handler, }, { MethodName: "GetUntreatedGroupApplicationList", Handler: _Group_GetUntreatedGroupApplicationList_Handler, }, { MethodName: "GetUserReqGroupApplicationList", Handler: _Group_GetUserReqGroupApplicationList_Handler, }, { MethodName: "GetGroupMembers", Handler: _Group_GetGroupMembers_Handler, }, { MethodName: "getGroupAbstractInfo", Handler: _Group_GetGroupAbstractInfo_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "im_cloud/group/v2/group.proto", }
Group_ServiceDesc is the grpc.ServiceDesc for Group service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func ErrorCancelMuteGroupFail ¶
取消禁言群失败
func ErrorCancelMuteGroupMemberFail ¶
取消禁言群成员失败
func ErrorCreateGroupFail ¶
创建群聊失败
func ErrorDeleteRcCacheFail ¶
删除缓存信息失败
func ErrorDismissGroupFail ¶
解散群失败
func ErrorGetGroupFeilListFAIl ¶
获取群文件列表数据失败
func ErrorGetGroupInfoFail ¶
获取群信息失败
func ErrorGetGroupMemberFail ¶
获取群成员信息失败
func ErrorGetJoinGroupRequestFail ¶
获取加群信息失败
func ErrorGetKickGroupMemberFail ¶
获取踢出群成员数据信息失败
func ErrorGetRequestDataInfoFail ¶
获取请求数据失败
func ErrorGetUntreatedGroupApplicationListFail ¶
获取最大未处理的加群请求失败
func ErrorGroupIsNotFond ¶
群不存在
func ErrorGroupIsNotOpen ¶
该群暂未公开
func ErrorGroupMemberNumTooLittle ¶
群成员数量不应少于2人
func ErrorGroupMemberNumTooMany ¶
群成员数量不应超过最大限制
func ErrorHandleApplicationHandsFinish ¶
群请求已经处理
func ErrorHandleAppliciationRequestFail ¶
请求处理失败
func ErrorJoinGroupReqFail ¶
加入群聊失败
func ErrorKickGroupMemberFail ¶
踢出群成员失败
func ErrorMemberQuitGroupFail ¶
推出群聊失败
func ErrorMuteGroupFail ¶
禁言群失败
func ErrorMuteGroupMemberFail ¶
禁言群成员失败
func ErrorNeedRealNameAuthentication ¶
需要实名认证
func ErrorNoPermissionOperationGroupInfo ¶
没有权限操作该信息
func ErrorSettingGroupAdminFail ¶
添加群管理失败
func ErrorSettingGroupMemberMembercountFail ¶
设置群成员数量应大于当前人数且不小于3人
func ErrorTheApplicationHasBeenInitiatedDoNotRepeat ¶
func ErrorTheApplicationHasBeenInitiatedDoNotRepeat(format string, args ...interface{}) *errors.Error
申请已经发起,请勿重复请求
func ErrorTransferGroupError ¶
转让群失败
func ErrorUpdateGroupDataFail ¶
更新群/群成员数据失败
func ErrorUploadGroupFeilFail ¶
上传文件失败
func ErrorYouAreAlreadyInTheGroup ¶
该群暂未公开
func IsGetUntreatedGroupApplicationListFail ¶
获取最大未处理的加群请求失败
func IsNoPermissionOperationGroupInfo ¶
没有权限操作该信息
func IsSettingGroupMemberMembercountFail ¶
设置群成员数量应大于当前人数且不小于3人
func IsTheApplicationHasBeenInitiatedDoNotRepeat ¶
申请已经发起,请勿重复请求
func RegisterGroupServer ¶
func RegisterGroupServer(s grpc.ServiceRegistrar, srv GroupServer)
Types ¶
type AddGroupAdminReq ¶
type AddGroupAdminReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"` PUserID string `protobuf:"bytes,3,opt,name=pUserID,proto3" json:"pUserID,omitempty"` //操作人 // contains filtered or unexported fields }
添加群管理 存在 -------------------------------------------
func (*AddGroupAdminReq) Descriptor
deprecated
func (*AddGroupAdminReq) Descriptor() ([]byte, []int)
Deprecated: Use AddGroupAdminReq.ProtoReflect.Descriptor instead.
func (*AddGroupAdminReq) GetGroupID ¶
func (x *AddGroupAdminReq) GetGroupID() string
func (*AddGroupAdminReq) GetPUserID ¶
func (x *AddGroupAdminReq) GetPUserID() string
func (*AddGroupAdminReq) GetUserID ¶
func (x *AddGroupAdminReq) GetUserID() string
func (*AddGroupAdminReq) ProtoMessage ¶
func (*AddGroupAdminReq) ProtoMessage()
func (*AddGroupAdminReq) ProtoReflect ¶
func (x *AddGroupAdminReq) ProtoReflect() protoreflect.Message
func (*AddGroupAdminReq) Reset ¶
func (x *AddGroupAdminReq) Reset()
func (*AddGroupAdminReq) String ¶
func (x *AddGroupAdminReq) String() string
func (*AddGroupAdminReq) Validate ¶
func (m *AddGroupAdminReq) Validate() error
Validate checks the field values on AddGroupAdminReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AddGroupAdminReq) ValidateAll ¶
func (m *AddGroupAdminReq) ValidateAll() error
ValidateAll checks the field values on AddGroupAdminReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddGroupAdminReqMultiError, or nil if none found.
type AddGroupAdminReqMultiError ¶
type AddGroupAdminReqMultiError []error
AddGroupAdminReqMultiError is an error wrapping multiple validation errors returned by AddGroupAdminReq.ValidateAll() if the designated constraints aren't met.
func (AddGroupAdminReqMultiError) AllErrors ¶
func (m AddGroupAdminReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AddGroupAdminReqMultiError) Error ¶
func (m AddGroupAdminReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AddGroupAdminReqValidationError ¶
type AddGroupAdminReqValidationError struct {
// contains filtered or unexported fields
}
AddGroupAdminReqValidationError is the validation error returned by AddGroupAdminReq.Validate if the designated constraints aren't met.
func (AddGroupAdminReqValidationError) Cause ¶
func (e AddGroupAdminReqValidationError) Cause() error
Cause function returns cause value.
func (AddGroupAdminReqValidationError) Error ¶
func (e AddGroupAdminReqValidationError) Error() string
Error satisfies the builtin error interface
func (AddGroupAdminReqValidationError) ErrorName ¶
func (e AddGroupAdminReqValidationError) ErrorName() string
ErrorName returns error name.
func (AddGroupAdminReqValidationError) Field ¶
func (e AddGroupAdminReqValidationError) Field() string
Field function returns field value.
func (AddGroupAdminReqValidationError) Key ¶
func (e AddGroupAdminReqValidationError) Key() bool
Key function returns key value.
func (AddGroupAdminReqValidationError) Reason ¶
func (e AddGroupAdminReqValidationError) Reason() string
Reason function returns reason value.
type ApplicationResponseReq ¶
type ApplicationResponseReq struct { FromUserID string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` ServerID string `protobuf:"bytes,3,opt,name=serverID,proto3" json:"serverID,omitempty"` //服务器id HandleResult int32 `protobuf:"varint,4,opt,name=handleResult,proto3" json:"handleResult,omitempty"` //处理方法 HandledMsg string `protobuf:"bytes,5,opt,name=handledMsg,proto3" json:"handledMsg,omitempty"` //处理备注 UserID string `protobuf:"bytes,6,opt,name=userID,proto3" json:"userID,omitempty"` Platform string `protobuf:"bytes,7,opt,name=platform,proto3" json:"platform,omitempty"` // contains filtered or unexported fields }
处理加群请求 存在 -------------------------------------------
func (*ApplicationResponseReq) Descriptor
deprecated
func (*ApplicationResponseReq) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationResponseReq.ProtoReflect.Descriptor instead.
func (*ApplicationResponseReq) GetFromUserID ¶
func (x *ApplicationResponseReq) GetFromUserID() string
func (*ApplicationResponseReq) GetGroupID ¶
func (x *ApplicationResponseReq) GetGroupID() string
func (*ApplicationResponseReq) GetHandleResult ¶
func (x *ApplicationResponseReq) GetHandleResult() int32
func (*ApplicationResponseReq) GetHandledMsg ¶
func (x *ApplicationResponseReq) GetHandledMsg() string
func (*ApplicationResponseReq) GetPlatform ¶
func (x *ApplicationResponseReq) GetPlatform() string
func (*ApplicationResponseReq) GetServerID ¶
func (x *ApplicationResponseReq) GetServerID() string
func (*ApplicationResponseReq) GetUserID ¶
func (x *ApplicationResponseReq) GetUserID() string
func (*ApplicationResponseReq) ProtoMessage ¶
func (*ApplicationResponseReq) ProtoMessage()
func (*ApplicationResponseReq) ProtoReflect ¶
func (x *ApplicationResponseReq) ProtoReflect() protoreflect.Message
func (*ApplicationResponseReq) Reset ¶
func (x *ApplicationResponseReq) Reset()
func (*ApplicationResponseReq) String ¶
func (x *ApplicationResponseReq) String() string
func (*ApplicationResponseReq) Validate ¶
func (m *ApplicationResponseReq) Validate() error
Validate checks the field values on ApplicationResponseReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ApplicationResponseReq) ValidateAll ¶
func (m *ApplicationResponseReq) ValidateAll() error
ValidateAll checks the field values on ApplicationResponseReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApplicationResponseReqMultiError, or nil if none found.
type ApplicationResponseReqMultiError ¶
type ApplicationResponseReqMultiError []error
ApplicationResponseReqMultiError is an error wrapping multiple validation errors returned by ApplicationResponseReq.ValidateAll() if the designated constraints aren't met.
func (ApplicationResponseReqMultiError) AllErrors ¶
func (m ApplicationResponseReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApplicationResponseReqMultiError) Error ¶
func (m ApplicationResponseReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApplicationResponseReqValidationError ¶
type ApplicationResponseReqValidationError struct {
// contains filtered or unexported fields
}
ApplicationResponseReqValidationError is the validation error returned by ApplicationResponseReq.Validate if the designated constraints aren't met.
func (ApplicationResponseReqValidationError) Cause ¶
func (e ApplicationResponseReqValidationError) Cause() error
Cause function returns cause value.
func (ApplicationResponseReqValidationError) Error ¶
func (e ApplicationResponseReqValidationError) Error() string
Error satisfies the builtin error interface
func (ApplicationResponseReqValidationError) ErrorName ¶
func (e ApplicationResponseReqValidationError) ErrorName() string
ErrorName returns error name.
func (ApplicationResponseReqValidationError) Field ¶
func (e ApplicationResponseReqValidationError) Field() string
Field function returns field value.
func (ApplicationResponseReqValidationError) Key ¶
func (e ApplicationResponseReqValidationError) Key() bool
Key function returns key value.
func (ApplicationResponseReqValidationError) Reason ¶
func (e ApplicationResponseReqValidationError) Reason() string
Reason function returns reason value.
type BatchAddGroupAdmReq ¶
type BatchAddGroupAdmReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserIds []string `protobuf:"bytes,2,rep,name=userIds,proto3" json:"userIds,omitempty"` //添加的用户列表 UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
批量添加群管理 存在 -------------------------------------------
func (*BatchAddGroupAdmReq) Descriptor
deprecated
func (*BatchAddGroupAdmReq) Descriptor() ([]byte, []int)
Deprecated: Use BatchAddGroupAdmReq.ProtoReflect.Descriptor instead.
func (*BatchAddGroupAdmReq) GetGroupID ¶
func (x *BatchAddGroupAdmReq) GetGroupID() string
func (*BatchAddGroupAdmReq) GetUserID ¶
func (x *BatchAddGroupAdmReq) GetUserID() string
func (*BatchAddGroupAdmReq) GetUserIds ¶
func (x *BatchAddGroupAdmReq) GetUserIds() []string
func (*BatchAddGroupAdmReq) ProtoMessage ¶
func (*BatchAddGroupAdmReq) ProtoMessage()
func (*BatchAddGroupAdmReq) ProtoReflect ¶
func (x *BatchAddGroupAdmReq) ProtoReflect() protoreflect.Message
func (*BatchAddGroupAdmReq) Reset ¶
func (x *BatchAddGroupAdmReq) Reset()
func (*BatchAddGroupAdmReq) String ¶
func (x *BatchAddGroupAdmReq) String() string
func (*BatchAddGroupAdmReq) Validate ¶
func (m *BatchAddGroupAdmReq) Validate() error
Validate checks the field values on BatchAddGroupAdmReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BatchAddGroupAdmReq) ValidateAll ¶
func (m *BatchAddGroupAdmReq) ValidateAll() error
ValidateAll checks the field values on BatchAddGroupAdmReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchAddGroupAdmReqMultiError, or nil if none found.
type BatchAddGroupAdmReqMultiError ¶
type BatchAddGroupAdmReqMultiError []error
BatchAddGroupAdmReqMultiError is an error wrapping multiple validation errors returned by BatchAddGroupAdmReq.ValidateAll() if the designated constraints aren't met.
func (BatchAddGroupAdmReqMultiError) AllErrors ¶
func (m BatchAddGroupAdmReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BatchAddGroupAdmReqMultiError) Error ¶
func (m BatchAddGroupAdmReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BatchAddGroupAdmReqValidationError ¶
type BatchAddGroupAdmReqValidationError struct {
// contains filtered or unexported fields
}
BatchAddGroupAdmReqValidationError is the validation error returned by BatchAddGroupAdmReq.Validate if the designated constraints aren't met.
func (BatchAddGroupAdmReqValidationError) Cause ¶
func (e BatchAddGroupAdmReqValidationError) Cause() error
Cause function returns cause value.
func (BatchAddGroupAdmReqValidationError) Error ¶
func (e BatchAddGroupAdmReqValidationError) Error() string
Error satisfies the builtin error interface
func (BatchAddGroupAdmReqValidationError) ErrorName ¶
func (e BatchAddGroupAdmReqValidationError) ErrorName() string
ErrorName returns error name.
func (BatchAddGroupAdmReqValidationError) Field ¶
func (e BatchAddGroupAdmReqValidationError) Field() string
Field function returns field value.
func (BatchAddGroupAdmReqValidationError) Key ¶
func (e BatchAddGroupAdmReqValidationError) Key() bool
Key function returns key value.
func (BatchAddGroupAdmReqValidationError) Reason ¶
func (e BatchAddGroupAdmReqValidationError) Reason() string
Reason function returns reason value.
type BatchCancelGroupManagerReq ¶
type BatchCancelGroupManagerReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserIds []string `protobuf:"bytes,2,rep,name=userIds,proto3" json:"userIds,omitempty"` //添加的用户列表 UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
批量取消群管理 存在 -------------------------------------------
func (*BatchCancelGroupManagerReq) Descriptor
deprecated
func (*BatchCancelGroupManagerReq) Descriptor() ([]byte, []int)
Deprecated: Use BatchCancelGroupManagerReq.ProtoReflect.Descriptor instead.
func (*BatchCancelGroupManagerReq) GetGroupID ¶
func (x *BatchCancelGroupManagerReq) GetGroupID() string
func (*BatchCancelGroupManagerReq) GetUserID ¶
func (x *BatchCancelGroupManagerReq) GetUserID() string
func (*BatchCancelGroupManagerReq) GetUserIds ¶
func (x *BatchCancelGroupManagerReq) GetUserIds() []string
func (*BatchCancelGroupManagerReq) ProtoMessage ¶
func (*BatchCancelGroupManagerReq) ProtoMessage()
func (*BatchCancelGroupManagerReq) ProtoReflect ¶
func (x *BatchCancelGroupManagerReq) ProtoReflect() protoreflect.Message
func (*BatchCancelGroupManagerReq) Reset ¶
func (x *BatchCancelGroupManagerReq) Reset()
func (*BatchCancelGroupManagerReq) String ¶
func (x *BatchCancelGroupManagerReq) String() string
func (*BatchCancelGroupManagerReq) Validate ¶
func (m *BatchCancelGroupManagerReq) Validate() error
Validate checks the field values on BatchCancelGroupManagerReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BatchCancelGroupManagerReq) ValidateAll ¶
func (m *BatchCancelGroupManagerReq) ValidateAll() error
ValidateAll checks the field values on BatchCancelGroupManagerReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchCancelGroupManagerReqMultiError, or nil if none found.
type BatchCancelGroupManagerReqMultiError ¶
type BatchCancelGroupManagerReqMultiError []error
BatchCancelGroupManagerReqMultiError is an error wrapping multiple validation errors returned by BatchCancelGroupManagerReq.ValidateAll() if the designated constraints aren't met.
func (BatchCancelGroupManagerReqMultiError) AllErrors ¶
func (m BatchCancelGroupManagerReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BatchCancelGroupManagerReqMultiError) Error ¶
func (m BatchCancelGroupManagerReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BatchCancelGroupManagerReqValidationError ¶
type BatchCancelGroupManagerReqValidationError struct {
// contains filtered or unexported fields
}
BatchCancelGroupManagerReqValidationError is the validation error returned by BatchCancelGroupManagerReq.Validate if the designated constraints aren't met.
func (BatchCancelGroupManagerReqValidationError) Cause ¶
func (e BatchCancelGroupManagerReqValidationError) Cause() error
Cause function returns cause value.
func (BatchCancelGroupManagerReqValidationError) Error ¶
func (e BatchCancelGroupManagerReqValidationError) Error() string
Error satisfies the builtin error interface
func (BatchCancelGroupManagerReqValidationError) ErrorName ¶
func (e BatchCancelGroupManagerReqValidationError) ErrorName() string
ErrorName returns error name.
func (BatchCancelGroupManagerReqValidationError) Field ¶
func (e BatchCancelGroupManagerReqValidationError) Field() string
Field function returns field value.
func (BatchCancelGroupManagerReqValidationError) Key ¶
func (e BatchCancelGroupManagerReqValidationError) Key() bool
Key function returns key value.
func (BatchCancelGroupManagerReqValidationError) Reason ¶
func (e BatchCancelGroupManagerReqValidationError) Reason() string
Reason function returns reason value.
type CancelGroupManagerReq ¶
type CancelGroupManagerReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` PUserID string `protobuf:"bytes,2,opt,name=pUserID,proto3" json:"pUserID,omitempty"` //操作人 UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
取消群管理 存在 -------------------------------------------
func (*CancelGroupManagerReq) Descriptor
deprecated
func (*CancelGroupManagerReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelGroupManagerReq.ProtoReflect.Descriptor instead.
func (*CancelGroupManagerReq) GetGroupID ¶
func (x *CancelGroupManagerReq) GetGroupID() string
func (*CancelGroupManagerReq) GetPUserID ¶
func (x *CancelGroupManagerReq) GetPUserID() string
func (*CancelGroupManagerReq) GetUserID ¶
func (x *CancelGroupManagerReq) GetUserID() string
func (*CancelGroupManagerReq) ProtoMessage ¶
func (*CancelGroupManagerReq) ProtoMessage()
func (*CancelGroupManagerReq) ProtoReflect ¶
func (x *CancelGroupManagerReq) ProtoReflect() protoreflect.Message
func (*CancelGroupManagerReq) Reset ¶
func (x *CancelGroupManagerReq) Reset()
func (*CancelGroupManagerReq) String ¶
func (x *CancelGroupManagerReq) String() string
func (*CancelGroupManagerReq) Validate ¶
func (m *CancelGroupManagerReq) Validate() error
Validate checks the field values on CancelGroupManagerReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelGroupManagerReq) ValidateAll ¶
func (m *CancelGroupManagerReq) ValidateAll() error
ValidateAll checks the field values on CancelGroupManagerReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelGroupManagerReqMultiError, or nil if none found.
type CancelGroupManagerReqMultiError ¶
type CancelGroupManagerReqMultiError []error
CancelGroupManagerReqMultiError is an error wrapping multiple validation errors returned by CancelGroupManagerReq.ValidateAll() if the designated constraints aren't met.
func (CancelGroupManagerReqMultiError) AllErrors ¶
func (m CancelGroupManagerReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelGroupManagerReqMultiError) Error ¶
func (m CancelGroupManagerReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelGroupManagerReqValidationError ¶
type CancelGroupManagerReqValidationError struct {
// contains filtered or unexported fields
}
CancelGroupManagerReqValidationError is the validation error returned by CancelGroupManagerReq.Validate if the designated constraints aren't met.
func (CancelGroupManagerReqValidationError) Cause ¶
func (e CancelGroupManagerReqValidationError) Cause() error
Cause function returns cause value.
func (CancelGroupManagerReqValidationError) Error ¶
func (e CancelGroupManagerReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelGroupManagerReqValidationError) ErrorName ¶
func (e CancelGroupManagerReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelGroupManagerReqValidationError) Field ¶
func (e CancelGroupManagerReqValidationError) Field() string
Field function returns field value.
func (CancelGroupManagerReqValidationError) Key ¶
func (e CancelGroupManagerReqValidationError) Key() bool
Key function returns key value.
func (CancelGroupManagerReqValidationError) Reason ¶
func (e CancelGroupManagerReqValidationError) Reason() string
Reason function returns reason value.
type CancelMuteGroupMemberReq ¶
type CancelMuteGroupMemberReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"` PUserID string `protobuf:"bytes,3,opt,name=pUserID,proto3" json:"pUserID,omitempty"` //操作人 // contains filtered or unexported fields }
取消禁言群成员请求 存在 -------------------------------------------
func (*CancelMuteGroupMemberReq) Descriptor
deprecated
func (*CancelMuteGroupMemberReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelMuteGroupMemberReq.ProtoReflect.Descriptor instead.
func (*CancelMuteGroupMemberReq) GetGroupID ¶
func (x *CancelMuteGroupMemberReq) GetGroupID() string
func (*CancelMuteGroupMemberReq) GetPUserID ¶
func (x *CancelMuteGroupMemberReq) GetPUserID() string
func (*CancelMuteGroupMemberReq) GetUserID ¶
func (x *CancelMuteGroupMemberReq) GetUserID() string
func (*CancelMuteGroupMemberReq) ProtoMessage ¶
func (*CancelMuteGroupMemberReq) ProtoMessage()
func (*CancelMuteGroupMemberReq) ProtoReflect ¶
func (x *CancelMuteGroupMemberReq) ProtoReflect() protoreflect.Message
func (*CancelMuteGroupMemberReq) Reset ¶
func (x *CancelMuteGroupMemberReq) Reset()
func (*CancelMuteGroupMemberReq) String ¶
func (x *CancelMuteGroupMemberReq) String() string
func (*CancelMuteGroupMemberReq) Validate ¶
func (m *CancelMuteGroupMemberReq) Validate() error
Validate checks the field values on CancelMuteGroupMemberReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelMuteGroupMemberReq) ValidateAll ¶
func (m *CancelMuteGroupMemberReq) ValidateAll() error
ValidateAll checks the field values on CancelMuteGroupMemberReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelMuteGroupMemberReqMultiError, or nil if none found.
type CancelMuteGroupMemberReqMultiError ¶
type CancelMuteGroupMemberReqMultiError []error
CancelMuteGroupMemberReqMultiError is an error wrapping multiple validation errors returned by CancelMuteGroupMemberReq.ValidateAll() if the designated constraints aren't met.
func (CancelMuteGroupMemberReqMultiError) AllErrors ¶
func (m CancelMuteGroupMemberReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelMuteGroupMemberReqMultiError) Error ¶
func (m CancelMuteGroupMemberReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelMuteGroupMemberReqValidationError ¶
type CancelMuteGroupMemberReqValidationError struct {
// contains filtered or unexported fields
}
CancelMuteGroupMemberReqValidationError is the validation error returned by CancelMuteGroupMemberReq.Validate if the designated constraints aren't met.
func (CancelMuteGroupMemberReqValidationError) Cause ¶
func (e CancelMuteGroupMemberReqValidationError) Cause() error
Cause function returns cause value.
func (CancelMuteGroupMemberReqValidationError) Error ¶
func (e CancelMuteGroupMemberReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelMuteGroupMemberReqValidationError) ErrorName ¶
func (e CancelMuteGroupMemberReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelMuteGroupMemberReqValidationError) Field ¶
func (e CancelMuteGroupMemberReqValidationError) Field() string
Field function returns field value.
func (CancelMuteGroupMemberReqValidationError) Key ¶
func (e CancelMuteGroupMemberReqValidationError) Key() bool
Key function returns key value.
func (CancelMuteGroupMemberReqValidationError) Reason ¶
func (e CancelMuteGroupMemberReqValidationError) Reason() string
Reason function returns reason value.
type CancelMuteGroupReq ¶
type CancelMuteGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` PUserID string `protobuf:"bytes,2,opt,name=pUserID,proto3" json:"pUserID,omitempty"` //操作人 // contains filtered or unexported fields }
取消禁言群请求 存在 -------------------------------------------
func (*CancelMuteGroupReq) Descriptor
deprecated
func (*CancelMuteGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use CancelMuteGroupReq.ProtoReflect.Descriptor instead.
func (*CancelMuteGroupReq) GetGroupID ¶
func (x *CancelMuteGroupReq) GetGroupID() string
func (*CancelMuteGroupReq) GetPUserID ¶
func (x *CancelMuteGroupReq) GetPUserID() string
func (*CancelMuteGroupReq) ProtoMessage ¶
func (*CancelMuteGroupReq) ProtoMessage()
func (*CancelMuteGroupReq) ProtoReflect ¶
func (x *CancelMuteGroupReq) ProtoReflect() protoreflect.Message
func (*CancelMuteGroupReq) Reset ¶
func (x *CancelMuteGroupReq) Reset()
func (*CancelMuteGroupReq) String ¶
func (x *CancelMuteGroupReq) String() string
func (*CancelMuteGroupReq) Validate ¶
func (m *CancelMuteGroupReq) Validate() error
Validate checks the field values on CancelMuteGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CancelMuteGroupReq) ValidateAll ¶
func (m *CancelMuteGroupReq) ValidateAll() error
ValidateAll checks the field values on CancelMuteGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelMuteGroupReqMultiError, or nil if none found.
type CancelMuteGroupReqMultiError ¶
type CancelMuteGroupReqMultiError []error
CancelMuteGroupReqMultiError is an error wrapping multiple validation errors returned by CancelMuteGroupReq.ValidateAll() if the designated constraints aren't met.
func (CancelMuteGroupReqMultiError) AllErrors ¶
func (m CancelMuteGroupReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CancelMuteGroupReqMultiError) Error ¶
func (m CancelMuteGroupReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CancelMuteGroupReqValidationError ¶
type CancelMuteGroupReqValidationError struct {
// contains filtered or unexported fields
}
CancelMuteGroupReqValidationError is the validation error returned by CancelMuteGroupReq.Validate if the designated constraints aren't met.
func (CancelMuteGroupReqValidationError) Cause ¶
func (e CancelMuteGroupReqValidationError) Cause() error
Cause function returns cause value.
func (CancelMuteGroupReqValidationError) Error ¶
func (e CancelMuteGroupReqValidationError) Error() string
Error satisfies the builtin error interface
func (CancelMuteGroupReqValidationError) ErrorName ¶
func (e CancelMuteGroupReqValidationError) ErrorName() string
ErrorName returns error name.
func (CancelMuteGroupReqValidationError) Field ¶
func (e CancelMuteGroupReqValidationError) Field() string
Field function returns field value.
func (CancelMuteGroupReqValidationError) Key ¶
func (e CancelMuteGroupReqValidationError) Key() bool
Key function returns key value.
func (CancelMuteGroupReqValidationError) Reason ¶
func (e CancelMuteGroupReqValidationError) Reason() string
Reason function returns reason value.
type CrateGroupReply ¶
type CrateGroupReply struct { GroupInfo *v2.GroupInfo `protobuf:"bytes,1,opt,name=groupInfo,proto3" json:"groupInfo,omitempty"` //群信息 // contains filtered or unexported fields }
func (*CrateGroupReply) Descriptor
deprecated
func (*CrateGroupReply) Descriptor() ([]byte, []int)
Deprecated: Use CrateGroupReply.ProtoReflect.Descriptor instead.
func (*CrateGroupReply) GetGroupInfo ¶
func (x *CrateGroupReply) GetGroupInfo() *v2.GroupInfo
func (*CrateGroupReply) ProtoMessage ¶
func (*CrateGroupReply) ProtoMessage()
func (*CrateGroupReply) ProtoReflect ¶
func (x *CrateGroupReply) ProtoReflect() protoreflect.Message
func (*CrateGroupReply) Reset ¶
func (x *CrateGroupReply) Reset()
func (*CrateGroupReply) String ¶
func (x *CrateGroupReply) String() string
func (*CrateGroupReply) Validate ¶
func (m *CrateGroupReply) Validate() error
Validate checks the field values on CrateGroupReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CrateGroupReply) ValidateAll ¶
func (m *CrateGroupReply) ValidateAll() error
ValidateAll checks the field values on CrateGroupReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CrateGroupReplyMultiError, or nil if none found.
type CrateGroupReplyMultiError ¶
type CrateGroupReplyMultiError []error
CrateGroupReplyMultiError is an error wrapping multiple validation errors returned by CrateGroupReply.ValidateAll() if the designated constraints aren't met.
func (CrateGroupReplyMultiError) AllErrors ¶
func (m CrateGroupReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CrateGroupReplyMultiError) Error ¶
func (m CrateGroupReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CrateGroupReplyValidationError ¶
type CrateGroupReplyValidationError struct {
// contains filtered or unexported fields
}
CrateGroupReplyValidationError is the validation error returned by CrateGroupReply.Validate if the designated constraints aren't met.
func (CrateGroupReplyValidationError) Cause ¶
func (e CrateGroupReplyValidationError) Cause() error
Cause function returns cause value.
func (CrateGroupReplyValidationError) Error ¶
func (e CrateGroupReplyValidationError) Error() string
Error satisfies the builtin error interface
func (CrateGroupReplyValidationError) ErrorName ¶
func (e CrateGroupReplyValidationError) ErrorName() string
ErrorName returns error name.
func (CrateGroupReplyValidationError) Field ¶
func (e CrateGroupReplyValidationError) Field() string
Field function returns field value.
func (CrateGroupReplyValidationError) Key ¶
func (e CrateGroupReplyValidationError) Key() bool
Key function returns key value.
func (CrateGroupReplyValidationError) Reason ¶
func (e CrateGroupReplyValidationError) Reason() string
Reason function returns reason value.
type CrateGroupReq ¶
type CrateGroupReq struct { GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName,omitempty"` //群名称 Notification string `protobuf:"bytes,2,opt,name=notification,proto3" json:"notification,omitempty"` // 公告 Introduction string `protobuf:"bytes,3,opt,name=introduction,proto3" json:"introduction,omitempty"` //简介 FaceURL string `protobuf:"bytes,4,opt,name=faceURL,proto3" json:"faceURL,omitempty"` //头像 CreatorUserID string `protobuf:"bytes,5,opt,name=creatorUserID,proto3" json:"creatorUserID,omitempty"` //创建人 GroupType int64 `protobuf:"varint,6,opt,name=groupType,proto3" json:"groupType,omitempty"` //群类型 MemberList []string `protobuf:"bytes,7,rep,name=memberList,proto3" json:"memberList,omitempty"` //成员列表 NeedVerification int32 `protobuf:"varint,8,opt,name=needVerification,proto3" json:"needVerification,omitempty"` //需要验证 Platform string `protobuf:"bytes,9,opt,name=platform,proto3" json:"platform,omitempty"` // contains filtered or unexported fields }
创建群 存在 -------------------------------------------
func (*CrateGroupReq) Descriptor
deprecated
func (*CrateGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use CrateGroupReq.ProtoReflect.Descriptor instead.
func (*CrateGroupReq) GetCreatorUserID ¶
func (x *CrateGroupReq) GetCreatorUserID() string
func (*CrateGroupReq) GetFaceURL ¶
func (x *CrateGroupReq) GetFaceURL() string
func (*CrateGroupReq) GetGroupName ¶
func (x *CrateGroupReq) GetGroupName() string
func (*CrateGroupReq) GetGroupType ¶
func (x *CrateGroupReq) GetGroupType() int64
func (*CrateGroupReq) GetIntroduction ¶
func (x *CrateGroupReq) GetIntroduction() string
func (*CrateGroupReq) GetMemberList ¶
func (x *CrateGroupReq) GetMemberList() []string
func (*CrateGroupReq) GetNeedVerification ¶
func (x *CrateGroupReq) GetNeedVerification() int32
func (*CrateGroupReq) GetNotification ¶
func (x *CrateGroupReq) GetNotification() string
func (*CrateGroupReq) GetPlatform ¶
func (x *CrateGroupReq) GetPlatform() string
func (*CrateGroupReq) ProtoMessage ¶
func (*CrateGroupReq) ProtoMessage()
func (*CrateGroupReq) ProtoReflect ¶
func (x *CrateGroupReq) ProtoReflect() protoreflect.Message
func (*CrateGroupReq) Reset ¶
func (x *CrateGroupReq) Reset()
func (*CrateGroupReq) String ¶
func (x *CrateGroupReq) String() string
func (*CrateGroupReq) Validate ¶
func (m *CrateGroupReq) Validate() error
Validate checks the field values on CrateGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CrateGroupReq) ValidateAll ¶
func (m *CrateGroupReq) ValidateAll() error
ValidateAll checks the field values on CrateGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CrateGroupReqMultiError, or nil if none found.
type CrateGroupReqMultiError ¶
type CrateGroupReqMultiError []error
CrateGroupReqMultiError is an error wrapping multiple validation errors returned by CrateGroupReq.ValidateAll() if the designated constraints aren't met.
func (CrateGroupReqMultiError) AllErrors ¶
func (m CrateGroupReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CrateGroupReqMultiError) Error ¶
func (m CrateGroupReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CrateGroupReqValidationError ¶
type CrateGroupReqValidationError struct {
// contains filtered or unexported fields
}
CrateGroupReqValidationError is the validation error returned by CrateGroupReq.Validate if the designated constraints aren't met.
func (CrateGroupReqValidationError) Cause ¶
func (e CrateGroupReqValidationError) Cause() error
Cause function returns cause value.
func (CrateGroupReqValidationError) Error ¶
func (e CrateGroupReqValidationError) Error() string
Error satisfies the builtin error interface
func (CrateGroupReqValidationError) ErrorName ¶
func (e CrateGroupReqValidationError) ErrorName() string
ErrorName returns error name.
func (CrateGroupReqValidationError) Field ¶
func (e CrateGroupReqValidationError) Field() string
Field function returns field value.
func (CrateGroupReqValidationError) Key ¶
func (e CrateGroupReqValidationError) Key() bool
Key function returns key value.
func (CrateGroupReqValidationError) Reason ¶
func (e CrateGroupReqValidationError) Reason() string
Reason function returns reason value.
type DismissGroupNoticeReq ¶
type DismissGroupNoticeReq struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` // contains filtered or unexported fields }
解散群通知请求 存在 -------------------------------------------
func (*DismissGroupNoticeReq) Descriptor
deprecated
func (*DismissGroupNoticeReq) Descriptor() ([]byte, []int)
Deprecated: Use DismissGroupNoticeReq.ProtoReflect.Descriptor instead.
func (*DismissGroupNoticeReq) GetGroupID ¶
func (x *DismissGroupNoticeReq) GetGroupID() string
func (*DismissGroupNoticeReq) GetUserID ¶
func (x *DismissGroupNoticeReq) GetUserID() string
func (*DismissGroupNoticeReq) ProtoMessage ¶
func (*DismissGroupNoticeReq) ProtoMessage()
func (*DismissGroupNoticeReq) ProtoReflect ¶
func (x *DismissGroupNoticeReq) ProtoReflect() protoreflect.Message
func (*DismissGroupNoticeReq) Reset ¶
func (x *DismissGroupNoticeReq) Reset()
func (*DismissGroupNoticeReq) String ¶
func (x *DismissGroupNoticeReq) String() string
func (*DismissGroupNoticeReq) Validate ¶
func (m *DismissGroupNoticeReq) Validate() error
Validate checks the field values on DismissGroupNoticeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DismissGroupNoticeReq) ValidateAll ¶
func (m *DismissGroupNoticeReq) ValidateAll() error
ValidateAll checks the field values on DismissGroupNoticeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DismissGroupNoticeReqMultiError, or nil if none found.
type DismissGroupNoticeReqMultiError ¶
type DismissGroupNoticeReqMultiError []error
DismissGroupNoticeReqMultiError is an error wrapping multiple validation errors returned by DismissGroupNoticeReq.ValidateAll() if the designated constraints aren't met.
func (DismissGroupNoticeReqMultiError) AllErrors ¶
func (m DismissGroupNoticeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DismissGroupNoticeReqMultiError) Error ¶
func (m DismissGroupNoticeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DismissGroupNoticeReqValidationError ¶
type DismissGroupNoticeReqValidationError struct {
// contains filtered or unexported fields
}
DismissGroupNoticeReqValidationError is the validation error returned by DismissGroupNoticeReq.Validate if the designated constraints aren't met.
func (DismissGroupNoticeReqValidationError) Cause ¶
func (e DismissGroupNoticeReqValidationError) Cause() error
Cause function returns cause value.
func (DismissGroupNoticeReqValidationError) Error ¶
func (e DismissGroupNoticeReqValidationError) Error() string
Error satisfies the builtin error interface
func (DismissGroupNoticeReqValidationError) ErrorName ¶
func (e DismissGroupNoticeReqValidationError) ErrorName() string
ErrorName returns error name.
func (DismissGroupNoticeReqValidationError) Field ¶
func (e DismissGroupNoticeReqValidationError) Field() string
Field function returns field value.
func (DismissGroupNoticeReqValidationError) Key ¶
func (e DismissGroupNoticeReqValidationError) Key() bool
Key function returns key value.
func (DismissGroupNoticeReqValidationError) Reason ¶
func (e DismissGroupNoticeReqValidationError) Reason() string
Reason function returns reason value.
type DismissGroupReq ¶
type DismissGroupReq struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` // contains filtered or unexported fields }
解散群 存在 -------------------------------------------
func (*DismissGroupReq) Descriptor
deprecated
func (*DismissGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use DismissGroupReq.ProtoReflect.Descriptor instead.
func (*DismissGroupReq) GetGroupID ¶
func (x *DismissGroupReq) GetGroupID() string
func (*DismissGroupReq) GetUserID ¶
func (x *DismissGroupReq) GetUserID() string
func (*DismissGroupReq) ProtoMessage ¶
func (*DismissGroupReq) ProtoMessage()
func (*DismissGroupReq) ProtoReflect ¶
func (x *DismissGroupReq) ProtoReflect() protoreflect.Message
func (*DismissGroupReq) Reset ¶
func (x *DismissGroupReq) Reset()
func (*DismissGroupReq) String ¶
func (x *DismissGroupReq) String() string
func (*DismissGroupReq) Validate ¶
func (m *DismissGroupReq) Validate() error
Validate checks the field values on DismissGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DismissGroupReq) ValidateAll ¶
func (m *DismissGroupReq) ValidateAll() error
ValidateAll checks the field values on DismissGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DismissGroupReqMultiError, or nil if none found.
type DismissGroupReqMultiError ¶
type DismissGroupReqMultiError []error
DismissGroupReqMultiError is an error wrapping multiple validation errors returned by DismissGroupReq.ValidateAll() if the designated constraints aren't met.
func (DismissGroupReqMultiError) AllErrors ¶
func (m DismissGroupReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DismissGroupReqMultiError) Error ¶
func (m DismissGroupReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DismissGroupReqValidationError ¶
type DismissGroupReqValidationError struct {
// contains filtered or unexported fields
}
DismissGroupReqValidationError is the validation error returned by DismissGroupReq.Validate if the designated constraints aren't met.
func (DismissGroupReqValidationError) Cause ¶
func (e DismissGroupReqValidationError) Cause() error
Cause function returns cause value.
func (DismissGroupReqValidationError) Error ¶
func (e DismissGroupReqValidationError) Error() string
Error satisfies the builtin error interface
func (DismissGroupReqValidationError) ErrorName ¶
func (e DismissGroupReqValidationError) ErrorName() string
ErrorName returns error name.
func (DismissGroupReqValidationError) Field ¶
func (e DismissGroupReqValidationError) Field() string
Field function returns field value.
func (DismissGroupReqValidationError) Key ¶
func (e DismissGroupReqValidationError) Key() bool
Key function returns key value.
func (DismissGroupReqValidationError) Reason ¶
func (e DismissGroupReqValidationError) Reason() string
Reason function returns reason value.
type EditGroupProfileReq ¶
type EditGroupProfileReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` FaceURL string `protobuf:"bytes,2,opt,name=faceURL,proto3" json:"faceURL,omitempty"` GroupName string `protobuf:"bytes,3,opt,name=groupName,proto3" json:"groupName,omitempty"` Notification string `protobuf:"bytes,4,opt,name=notification,proto3" json:"notification,omitempty"` //公告 MemberCount int64 `protobuf:"varint,5,opt,name=memberCount,proto3" json:"memberCount,omitempty"` UserID string `protobuf:"bytes,6,opt,name=userID,proto3" json:"userID,omitempty"` Introduction *string `protobuf:"bytes,7,opt,name=introduction,proto3,oneof" json:"introduction,omitempty"` //简介 // contains filtered or unexported fields }
修改群资料 存在 -------------------------------------------
func (*EditGroupProfileReq) Descriptor
deprecated
func (*EditGroupProfileReq) Descriptor() ([]byte, []int)
Deprecated: Use EditGroupProfileReq.ProtoReflect.Descriptor instead.
func (*EditGroupProfileReq) GetFaceURL ¶
func (x *EditGroupProfileReq) GetFaceURL() string
func (*EditGroupProfileReq) GetGroupID ¶
func (x *EditGroupProfileReq) GetGroupID() string
func (*EditGroupProfileReq) GetGroupName ¶
func (x *EditGroupProfileReq) GetGroupName() string
func (*EditGroupProfileReq) GetIntroduction ¶
func (x *EditGroupProfileReq) GetIntroduction() string
func (*EditGroupProfileReq) GetMemberCount ¶
func (x *EditGroupProfileReq) GetMemberCount() int64
func (*EditGroupProfileReq) GetNotification ¶
func (x *EditGroupProfileReq) GetNotification() string
func (*EditGroupProfileReq) GetUserID ¶
func (x *EditGroupProfileReq) GetUserID() string
func (*EditGroupProfileReq) ProtoMessage ¶
func (*EditGroupProfileReq) ProtoMessage()
func (*EditGroupProfileReq) ProtoReflect ¶
func (x *EditGroupProfileReq) ProtoReflect() protoreflect.Message
func (*EditGroupProfileReq) Reset ¶
func (x *EditGroupProfileReq) Reset()
func (*EditGroupProfileReq) String ¶
func (x *EditGroupProfileReq) String() string
func (*EditGroupProfileReq) Validate ¶
func (m *EditGroupProfileReq) Validate() error
Validate checks the field values on EditGroupProfileReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*EditGroupProfileReq) ValidateAll ¶
func (m *EditGroupProfileReq) ValidateAll() error
ValidateAll checks the field values on EditGroupProfileReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EditGroupProfileReqMultiError, or nil if none found.
type EditGroupProfileReqMultiError ¶
type EditGroupProfileReqMultiError []error
EditGroupProfileReqMultiError is an error wrapping multiple validation errors returned by EditGroupProfileReq.ValidateAll() if the designated constraints aren't met.
func (EditGroupProfileReqMultiError) AllErrors ¶
func (m EditGroupProfileReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EditGroupProfileReqMultiError) Error ¶
func (m EditGroupProfileReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EditGroupProfileReqValidationError ¶
type EditGroupProfileReqValidationError struct {
// contains filtered or unexported fields
}
EditGroupProfileReqValidationError is the validation error returned by EditGroupProfileReq.Validate if the designated constraints aren't met.
func (EditGroupProfileReqValidationError) Cause ¶
func (e EditGroupProfileReqValidationError) Cause() error
Cause function returns cause value.
func (EditGroupProfileReqValidationError) Error ¶
func (e EditGroupProfileReqValidationError) Error() string
Error satisfies the builtin error interface
func (EditGroupProfileReqValidationError) ErrorName ¶
func (e EditGroupProfileReqValidationError) ErrorName() string
ErrorName returns error name.
func (EditGroupProfileReqValidationError) Field ¶
func (e EditGroupProfileReqValidationError) Field() string
Field function returns field value.
func (EditGroupProfileReqValidationError) Key ¶
func (e EditGroupProfileReqValidationError) Key() bool
Key function returns key value.
func (EditGroupProfileReqValidationError) Reason ¶
func (e EditGroupProfileReqValidationError) Reason() string
Reason function returns reason value.
type GetFullGroupInfoReply ¶
type GetFullGroupInfoReply struct { List []*v2.BaseGroupInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // 群信息 // contains filtered or unexported fields }
func (*GetFullGroupInfoReply) Descriptor
deprecated
func (*GetFullGroupInfoReply) Descriptor() ([]byte, []int)
Deprecated: Use GetFullGroupInfoReply.ProtoReflect.Descriptor instead.
func (*GetFullGroupInfoReply) GetList ¶
func (x *GetFullGroupInfoReply) GetList() []*v2.BaseGroupInfo
func (*GetFullGroupInfoReply) ProtoMessage ¶
func (*GetFullGroupInfoReply) ProtoMessage()
func (*GetFullGroupInfoReply) ProtoReflect ¶
func (x *GetFullGroupInfoReply) ProtoReflect() protoreflect.Message
func (*GetFullGroupInfoReply) Reset ¶
func (x *GetFullGroupInfoReply) Reset()
func (*GetFullGroupInfoReply) String ¶
func (x *GetFullGroupInfoReply) String() string
func (*GetFullGroupInfoReply) Validate ¶
func (m *GetFullGroupInfoReply) Validate() error
Validate checks the field values on GetFullGroupInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFullGroupInfoReply) ValidateAll ¶
func (m *GetFullGroupInfoReply) ValidateAll() error
ValidateAll checks the field values on GetFullGroupInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFullGroupInfoReplyMultiError, or nil if none found.
type GetFullGroupInfoReplyMultiError ¶
type GetFullGroupInfoReplyMultiError []error
GetFullGroupInfoReplyMultiError is an error wrapping multiple validation errors returned by GetFullGroupInfoReply.ValidateAll() if the designated constraints aren't met.
func (GetFullGroupInfoReplyMultiError) AllErrors ¶
func (m GetFullGroupInfoReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFullGroupInfoReplyMultiError) Error ¶
func (m GetFullGroupInfoReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFullGroupInfoReplyValidationError ¶
type GetFullGroupInfoReplyValidationError struct {
// contains filtered or unexported fields
}
GetFullGroupInfoReplyValidationError is the validation error returned by GetFullGroupInfoReply.Validate if the designated constraints aren't met.
func (GetFullGroupInfoReplyValidationError) Cause ¶
func (e GetFullGroupInfoReplyValidationError) Cause() error
Cause function returns cause value.
func (GetFullGroupInfoReplyValidationError) Error ¶
func (e GetFullGroupInfoReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetFullGroupInfoReplyValidationError) ErrorName ¶
func (e GetFullGroupInfoReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetFullGroupInfoReplyValidationError) Field ¶
func (e GetFullGroupInfoReplyValidationError) Field() string
Field function returns field value.
func (GetFullGroupInfoReplyValidationError) Key ¶
func (e GetFullGroupInfoReplyValidationError) Key() bool
Key function returns key value.
func (GetFullGroupInfoReplyValidationError) Reason ¶
func (e GetFullGroupInfoReplyValidationError) Reason() string
Reason function returns reason value.
type GetFullGroupInfoReq ¶
type GetFullGroupInfoReq struct { GroupIds []string `protobuf:"bytes,1,rep,name=groupIds,proto3" json:"groupIds,omitempty"` // contains filtered or unexported fields }
为sdk设计获取完整的信息忽略解散和删除 存在 -------------------------------------------
func (*GetFullGroupInfoReq) Descriptor
deprecated
func (*GetFullGroupInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use GetFullGroupInfoReq.ProtoReflect.Descriptor instead.
func (*GetFullGroupInfoReq) GetGroupIds ¶
func (x *GetFullGroupInfoReq) GetGroupIds() []string
func (*GetFullGroupInfoReq) ProtoMessage ¶
func (*GetFullGroupInfoReq) ProtoMessage()
func (*GetFullGroupInfoReq) ProtoReflect ¶
func (x *GetFullGroupInfoReq) ProtoReflect() protoreflect.Message
func (*GetFullGroupInfoReq) Reset ¶
func (x *GetFullGroupInfoReq) Reset()
func (*GetFullGroupInfoReq) String ¶
func (x *GetFullGroupInfoReq) String() string
func (*GetFullGroupInfoReq) Validate ¶
func (m *GetFullGroupInfoReq) Validate() error
Validate checks the field values on GetFullGroupInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetFullGroupInfoReq) ValidateAll ¶
func (m *GetFullGroupInfoReq) ValidateAll() error
ValidateAll checks the field values on GetFullGroupInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFullGroupInfoReqMultiError, or nil if none found.
type GetFullGroupInfoReqMultiError ¶
type GetFullGroupInfoReqMultiError []error
GetFullGroupInfoReqMultiError is an error wrapping multiple validation errors returned by GetFullGroupInfoReq.ValidateAll() if the designated constraints aren't met.
func (GetFullGroupInfoReqMultiError) AllErrors ¶
func (m GetFullGroupInfoReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetFullGroupInfoReqMultiError) Error ¶
func (m GetFullGroupInfoReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetFullGroupInfoReqValidationError ¶
type GetFullGroupInfoReqValidationError struct {
// contains filtered or unexported fields
}
GetFullGroupInfoReqValidationError is the validation error returned by GetFullGroupInfoReq.Validate if the designated constraints aren't met.
func (GetFullGroupInfoReqValidationError) Cause ¶
func (e GetFullGroupInfoReqValidationError) Cause() error
Cause function returns cause value.
func (GetFullGroupInfoReqValidationError) Error ¶
func (e GetFullGroupInfoReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetFullGroupInfoReqValidationError) ErrorName ¶
func (e GetFullGroupInfoReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetFullGroupInfoReqValidationError) Field ¶
func (e GetFullGroupInfoReqValidationError) Field() string
Field function returns field value.
func (GetFullGroupInfoReqValidationError) Key ¶
func (e GetFullGroupInfoReqValidationError) Key() bool
Key function returns key value.
func (GetFullGroupInfoReqValidationError) Reason ¶
func (e GetFullGroupInfoReqValidationError) Reason() string
Reason function returns reason value.
type GetGroupAbstractInfoReply ¶
type GetGroupAbstractInfoReply struct { GroupAbstractInfos []*v2.GroupAbstractInfo `protobuf:"bytes,1,rep,name=groupAbstractInfos,proto3" json:"groupAbstractInfos,omitempty"` // contains filtered or unexported fields }
func (*GetGroupAbstractInfoReply) Descriptor
deprecated
func (*GetGroupAbstractInfoReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupAbstractInfoReply.ProtoReflect.Descriptor instead.
func (*GetGroupAbstractInfoReply) GetGroupAbstractInfos ¶
func (x *GetGroupAbstractInfoReply) GetGroupAbstractInfos() []*v2.GroupAbstractInfo
func (*GetGroupAbstractInfoReply) ProtoMessage ¶
func (*GetGroupAbstractInfoReply) ProtoMessage()
func (*GetGroupAbstractInfoReply) ProtoReflect ¶
func (x *GetGroupAbstractInfoReply) ProtoReflect() protoreflect.Message
func (*GetGroupAbstractInfoReply) Reset ¶
func (x *GetGroupAbstractInfoReply) Reset()
func (*GetGroupAbstractInfoReply) String ¶
func (x *GetGroupAbstractInfoReply) String() string
func (*GetGroupAbstractInfoReply) Validate ¶
func (m *GetGroupAbstractInfoReply) Validate() error
Validate checks the field values on GetGroupAbstractInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupAbstractInfoReply) ValidateAll ¶
func (m *GetGroupAbstractInfoReply) ValidateAll() error
ValidateAll checks the field values on GetGroupAbstractInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupAbstractInfoReplyMultiError, or nil if none found.
type GetGroupAbstractInfoReplyMultiError ¶
type GetGroupAbstractInfoReplyMultiError []error
GetGroupAbstractInfoReplyMultiError is an error wrapping multiple validation errors returned by GetGroupAbstractInfoReply.ValidateAll() if the designated constraints aren't met.
func (GetGroupAbstractInfoReplyMultiError) AllErrors ¶
func (m GetGroupAbstractInfoReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupAbstractInfoReplyMultiError) Error ¶
func (m GetGroupAbstractInfoReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupAbstractInfoReplyValidationError ¶
type GetGroupAbstractInfoReplyValidationError struct {
// contains filtered or unexported fields
}
GetGroupAbstractInfoReplyValidationError is the validation error returned by GetGroupAbstractInfoReply.Validate if the designated constraints aren't met.
func (GetGroupAbstractInfoReplyValidationError) Cause ¶
func (e GetGroupAbstractInfoReplyValidationError) Cause() error
Cause function returns cause value.
func (GetGroupAbstractInfoReplyValidationError) Error ¶
func (e GetGroupAbstractInfoReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupAbstractInfoReplyValidationError) ErrorName ¶
func (e GetGroupAbstractInfoReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupAbstractInfoReplyValidationError) Field ¶
func (e GetGroupAbstractInfoReplyValidationError) Field() string
Field function returns field value.
func (GetGroupAbstractInfoReplyValidationError) Key ¶
func (e GetGroupAbstractInfoReplyValidationError) Key() bool
Key function returns key value.
func (GetGroupAbstractInfoReplyValidationError) Reason ¶
func (e GetGroupAbstractInfoReplyValidationError) Reason() string
Reason function returns reason value.
type GetGroupAbstractInfoReq ¶
type GetGroupAbstractInfoReq struct { GroupIDs []string `protobuf:"bytes,1,rep,name=groupIDs,proto3" json:"groupIDs,omitempty"` // contains filtered or unexported fields }
获取群的hash 存在 -------------------------------------------
func (*GetGroupAbstractInfoReq) Descriptor
deprecated
func (*GetGroupAbstractInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupAbstractInfoReq.ProtoReflect.Descriptor instead.
func (*GetGroupAbstractInfoReq) GetGroupIDs ¶
func (x *GetGroupAbstractInfoReq) GetGroupIDs() []string
func (*GetGroupAbstractInfoReq) ProtoMessage ¶
func (*GetGroupAbstractInfoReq) ProtoMessage()
func (*GetGroupAbstractInfoReq) ProtoReflect ¶
func (x *GetGroupAbstractInfoReq) ProtoReflect() protoreflect.Message
func (*GetGroupAbstractInfoReq) Reset ¶
func (x *GetGroupAbstractInfoReq) Reset()
func (*GetGroupAbstractInfoReq) String ¶
func (x *GetGroupAbstractInfoReq) String() string
func (*GetGroupAbstractInfoReq) Validate ¶
func (m *GetGroupAbstractInfoReq) Validate() error
Validate checks the field values on GetGroupAbstractInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupAbstractInfoReq) ValidateAll ¶
func (m *GetGroupAbstractInfoReq) ValidateAll() error
ValidateAll checks the field values on GetGroupAbstractInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupAbstractInfoReqMultiError, or nil if none found.
type GetGroupAbstractInfoReqMultiError ¶
type GetGroupAbstractInfoReqMultiError []error
GetGroupAbstractInfoReqMultiError is an error wrapping multiple validation errors returned by GetGroupAbstractInfoReq.ValidateAll() if the designated constraints aren't met.
func (GetGroupAbstractInfoReqMultiError) AllErrors ¶
func (m GetGroupAbstractInfoReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupAbstractInfoReqMultiError) Error ¶
func (m GetGroupAbstractInfoReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupAbstractInfoReqValidationError ¶
type GetGroupAbstractInfoReqValidationError struct {
// contains filtered or unexported fields
}
GetGroupAbstractInfoReqValidationError is the validation error returned by GetGroupAbstractInfoReq.Validate if the designated constraints aren't met.
func (GetGroupAbstractInfoReqValidationError) Cause ¶
func (e GetGroupAbstractInfoReqValidationError) Cause() error
Cause function returns cause value.
func (GetGroupAbstractInfoReqValidationError) Error ¶
func (e GetGroupAbstractInfoReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupAbstractInfoReqValidationError) ErrorName ¶
func (e GetGroupAbstractInfoReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupAbstractInfoReqValidationError) Field ¶
func (e GetGroupAbstractInfoReqValidationError) Field() string
Field function returns field value.
func (GetGroupAbstractInfoReqValidationError) Key ¶
func (e GetGroupAbstractInfoReqValidationError) Key() bool
Key function returns key value.
func (GetGroupAbstractInfoReqValidationError) Reason ¶
func (e GetGroupAbstractInfoReqValidationError) Reason() string
Reason function returns reason value.
type GetGroupApplicationListReq ¶
type GetGroupApplicationListReq struct { PageSize int64 `protobuf:"varint,1,opt,name=pageSize,proto3" json:"pageSize,omitempty"` PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` GroupID string `protobuf:"bytes,4,opt,name=groupID,proto3" json:"groupID,omitempty"` // contains filtered or unexported fields }
以管理员或群主身份)获取群的加群申请 存在 -------------------------------------------
func (*GetGroupApplicationListReq) Descriptor
deprecated
func (*GetGroupApplicationListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupApplicationListReq.ProtoReflect.Descriptor instead.
func (*GetGroupApplicationListReq) GetGroupID ¶
func (x *GetGroupApplicationListReq) GetGroupID() string
func (*GetGroupApplicationListReq) GetPageNum ¶
func (x *GetGroupApplicationListReq) GetPageNum() int64
func (*GetGroupApplicationListReq) GetPageSize ¶
func (x *GetGroupApplicationListReq) GetPageSize() int64
func (*GetGroupApplicationListReq) GetUserID ¶
func (x *GetGroupApplicationListReq) GetUserID() string
func (*GetGroupApplicationListReq) ProtoMessage ¶
func (*GetGroupApplicationListReq) ProtoMessage()
func (*GetGroupApplicationListReq) ProtoReflect ¶
func (x *GetGroupApplicationListReq) ProtoReflect() protoreflect.Message
func (*GetGroupApplicationListReq) Reset ¶
func (x *GetGroupApplicationListReq) Reset()
func (*GetGroupApplicationListReq) String ¶
func (x *GetGroupApplicationListReq) String() string
func (*GetGroupApplicationListReq) Validate ¶
func (m *GetGroupApplicationListReq) Validate() error
Validate checks the field values on GetGroupApplicationListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupApplicationListReq) ValidateAll ¶
func (m *GetGroupApplicationListReq) ValidateAll() error
ValidateAll checks the field values on GetGroupApplicationListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupApplicationListReqMultiError, or nil if none found.
type GetGroupApplicationListReqMultiError ¶
type GetGroupApplicationListReqMultiError []error
GetGroupApplicationListReqMultiError is an error wrapping multiple validation errors returned by GetGroupApplicationListReq.ValidateAll() if the designated constraints aren't met.
func (GetGroupApplicationListReqMultiError) AllErrors ¶
func (m GetGroupApplicationListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupApplicationListReqMultiError) Error ¶
func (m GetGroupApplicationListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupApplicationListReqValidationError ¶
type GetGroupApplicationListReqValidationError struct {
// contains filtered or unexported fields
}
GetGroupApplicationListReqValidationError is the validation error returned by GetGroupApplicationListReq.Validate if the designated constraints aren't met.
func (GetGroupApplicationListReqValidationError) Cause ¶
func (e GetGroupApplicationListReqValidationError) Cause() error
Cause function returns cause value.
func (GetGroupApplicationListReqValidationError) Error ¶
func (e GetGroupApplicationListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupApplicationListReqValidationError) ErrorName ¶
func (e GetGroupApplicationListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupApplicationListReqValidationError) Field ¶
func (e GetGroupApplicationListReqValidationError) Field() string
Field function returns field value.
func (GetGroupApplicationListReqValidationError) Key ¶
func (e GetGroupApplicationListReqValidationError) Key() bool
Key function returns key value.
func (GetGroupApplicationListReqValidationError) Reason ¶
func (e GetGroupApplicationListReqValidationError) Reason() string
Reason function returns reason value.
type GetGroupByCodeReply ¶
type GetGroupByCodeReply struct { Data *v2.GroupInfo `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*GetGroupByCodeReply) Descriptor
deprecated
func (*GetGroupByCodeReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupByCodeReply.ProtoReflect.Descriptor instead.
func (*GetGroupByCodeReply) GetData ¶
func (x *GetGroupByCodeReply) GetData() *v2.GroupInfo
func (*GetGroupByCodeReply) ProtoMessage ¶
func (*GetGroupByCodeReply) ProtoMessage()
func (*GetGroupByCodeReply) ProtoReflect ¶
func (x *GetGroupByCodeReply) ProtoReflect() protoreflect.Message
func (*GetGroupByCodeReply) Reset ¶
func (x *GetGroupByCodeReply) Reset()
func (*GetGroupByCodeReply) String ¶
func (x *GetGroupByCodeReply) String() string
func (*GetGroupByCodeReply) Validate ¶
func (m *GetGroupByCodeReply) Validate() error
Validate checks the field values on GetGroupByCodeReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupByCodeReply) ValidateAll ¶
func (m *GetGroupByCodeReply) ValidateAll() error
ValidateAll checks the field values on GetGroupByCodeReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupByCodeReplyMultiError, or nil if none found.
type GetGroupByCodeReplyMultiError ¶
type GetGroupByCodeReplyMultiError []error
GetGroupByCodeReplyMultiError is an error wrapping multiple validation errors returned by GetGroupByCodeReply.ValidateAll() if the designated constraints aren't met.
func (GetGroupByCodeReplyMultiError) AllErrors ¶
func (m GetGroupByCodeReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupByCodeReplyMultiError) Error ¶
func (m GetGroupByCodeReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupByCodeReplyValidationError ¶
type GetGroupByCodeReplyValidationError struct {
// contains filtered or unexported fields
}
GetGroupByCodeReplyValidationError is the validation error returned by GetGroupByCodeReply.Validate if the designated constraints aren't met.
func (GetGroupByCodeReplyValidationError) Cause ¶
func (e GetGroupByCodeReplyValidationError) Cause() error
Cause function returns cause value.
func (GetGroupByCodeReplyValidationError) Error ¶
func (e GetGroupByCodeReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupByCodeReplyValidationError) ErrorName ¶
func (e GetGroupByCodeReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupByCodeReplyValidationError) Field ¶
func (e GetGroupByCodeReplyValidationError) Field() string
Field function returns field value.
func (GetGroupByCodeReplyValidationError) Key ¶
func (e GetGroupByCodeReplyValidationError) Key() bool
Key function returns key value.
func (GetGroupByCodeReplyValidationError) Reason ¶
func (e GetGroupByCodeReplyValidationError) Reason() string
Reason function returns reason value.
type GetGroupByCodeReq ¶
type GetGroupByCodeReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
根据code获取群聊 存在 -------------------------------------------
func (*GetGroupByCodeReq) Descriptor
deprecated
func (*GetGroupByCodeReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupByCodeReq.ProtoReflect.Descriptor instead.
func (*GetGroupByCodeReq) GetCode ¶
func (x *GetGroupByCodeReq) GetCode() string
func (*GetGroupByCodeReq) GetUserID ¶
func (x *GetGroupByCodeReq) GetUserID() string
func (*GetGroupByCodeReq) ProtoMessage ¶
func (*GetGroupByCodeReq) ProtoMessage()
func (*GetGroupByCodeReq) ProtoReflect ¶
func (x *GetGroupByCodeReq) ProtoReflect() protoreflect.Message
func (*GetGroupByCodeReq) Reset ¶
func (x *GetGroupByCodeReq) Reset()
func (*GetGroupByCodeReq) String ¶
func (x *GetGroupByCodeReq) String() string
func (*GetGroupByCodeReq) Validate ¶
func (m *GetGroupByCodeReq) Validate() error
Validate checks the field values on GetGroupByCodeReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupByCodeReq) ValidateAll ¶
func (m *GetGroupByCodeReq) ValidateAll() error
ValidateAll checks the field values on GetGroupByCodeReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupByCodeReqMultiError, or nil if none found.
type GetGroupByCodeReqMultiError ¶
type GetGroupByCodeReqMultiError []error
GetGroupByCodeReqMultiError is an error wrapping multiple validation errors returned by GetGroupByCodeReq.ValidateAll() if the designated constraints aren't met.
func (GetGroupByCodeReqMultiError) AllErrors ¶
func (m GetGroupByCodeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupByCodeReqMultiError) Error ¶
func (m GetGroupByCodeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupByCodeReqValidationError ¶
type GetGroupByCodeReqValidationError struct {
// contains filtered or unexported fields
}
GetGroupByCodeReqValidationError is the validation error returned by GetGroupByCodeReq.Validate if the designated constraints aren't met.
func (GetGroupByCodeReqValidationError) Cause ¶
func (e GetGroupByCodeReqValidationError) Cause() error
Cause function returns cause value.
func (GetGroupByCodeReqValidationError) Error ¶
func (e GetGroupByCodeReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupByCodeReqValidationError) ErrorName ¶
func (e GetGroupByCodeReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupByCodeReqValidationError) Field ¶
func (e GetGroupByCodeReqValidationError) Field() string
Field function returns field value.
func (GetGroupByCodeReqValidationError) Key ¶
func (e GetGroupByCodeReqValidationError) Key() bool
Key function returns key value.
func (GetGroupByCodeReqValidationError) Reason ¶
func (e GetGroupByCodeReqValidationError) Reason() string
Reason function returns reason value.
type GetGroupInfoReply ¶
type GetGroupInfoReply struct { List []*v2.GroupInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetGroupInfoReply) Descriptor
deprecated
func (*GetGroupInfoReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupInfoReply.ProtoReflect.Descriptor instead.
func (*GetGroupInfoReply) GetList ¶
func (x *GetGroupInfoReply) GetList() []*v2.GroupInfo
func (*GetGroupInfoReply) ProtoMessage ¶
func (*GetGroupInfoReply) ProtoMessage()
func (*GetGroupInfoReply) ProtoReflect ¶
func (x *GetGroupInfoReply) ProtoReflect() protoreflect.Message
func (*GetGroupInfoReply) Reset ¶
func (x *GetGroupInfoReply) Reset()
func (*GetGroupInfoReply) String ¶
func (x *GetGroupInfoReply) String() string
func (*GetGroupInfoReply) Validate ¶
func (m *GetGroupInfoReply) Validate() error
Validate checks the field values on GetGroupInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupInfoReply) ValidateAll ¶
func (m *GetGroupInfoReply) ValidateAll() error
ValidateAll checks the field values on GetGroupInfoReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupInfoReplyMultiError, or nil if none found.
type GetGroupInfoReplyMultiError ¶
type GetGroupInfoReplyMultiError []error
GetGroupInfoReplyMultiError is an error wrapping multiple validation errors returned by GetGroupInfoReply.ValidateAll() if the designated constraints aren't met.
func (GetGroupInfoReplyMultiError) AllErrors ¶
func (m GetGroupInfoReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupInfoReplyMultiError) Error ¶
func (m GetGroupInfoReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupInfoReplyValidationError ¶
type GetGroupInfoReplyValidationError struct {
// contains filtered or unexported fields
}
GetGroupInfoReplyValidationError is the validation error returned by GetGroupInfoReply.Validate if the designated constraints aren't met.
func (GetGroupInfoReplyValidationError) Cause ¶
func (e GetGroupInfoReplyValidationError) Cause() error
Cause function returns cause value.
func (GetGroupInfoReplyValidationError) Error ¶
func (e GetGroupInfoReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupInfoReplyValidationError) ErrorName ¶
func (e GetGroupInfoReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupInfoReplyValidationError) Field ¶
func (e GetGroupInfoReplyValidationError) Field() string
Field function returns field value.
func (GetGroupInfoReplyValidationError) Key ¶
func (e GetGroupInfoReplyValidationError) Key() bool
Key function returns key value.
func (GetGroupInfoReplyValidationError) Reason ¶
func (e GetGroupInfoReplyValidationError) Reason() string
Reason function returns reason value.
type GetGroupInfoReq ¶
type GetGroupInfoReq struct { GroupID []string `protobuf:"bytes,1,rep,name=groupID,proto3" json:"groupID,omitempty"` ShowDetail bool `protobuf:"varint,2,opt,name=showDetail,proto3" json:"showDetail,omitempty"` //是否显示详细信息 // contains filtered or unexported fields }
获取群信息 存在 -------------------------------------------
func (*GetGroupInfoReq) Descriptor
deprecated
func (*GetGroupInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupInfoReq.ProtoReflect.Descriptor instead.
func (*GetGroupInfoReq) GetGroupID ¶
func (x *GetGroupInfoReq) GetGroupID() []string
func (*GetGroupInfoReq) GetShowDetail ¶
func (x *GetGroupInfoReq) GetShowDetail() bool
func (*GetGroupInfoReq) ProtoMessage ¶
func (*GetGroupInfoReq) ProtoMessage()
func (*GetGroupInfoReq) ProtoReflect ¶
func (x *GetGroupInfoReq) ProtoReflect() protoreflect.Message
func (*GetGroupInfoReq) Reset ¶
func (x *GetGroupInfoReq) Reset()
func (*GetGroupInfoReq) String ¶
func (x *GetGroupInfoReq) String() string
func (*GetGroupInfoReq) Validate ¶
func (m *GetGroupInfoReq) Validate() error
Validate checks the field values on GetGroupInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupInfoReq) ValidateAll ¶
func (m *GetGroupInfoReq) ValidateAll() error
ValidateAll checks the field values on GetGroupInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupInfoReqMultiError, or nil if none found.
type GetGroupInfoReqMultiError ¶
type GetGroupInfoReqMultiError []error
GetGroupInfoReqMultiError is an error wrapping multiple validation errors returned by GetGroupInfoReq.ValidateAll() if the designated constraints aren't met.
func (GetGroupInfoReqMultiError) AllErrors ¶
func (m GetGroupInfoReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupInfoReqMultiError) Error ¶
func (m GetGroupInfoReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupInfoReqValidationError ¶
type GetGroupInfoReqValidationError struct {
// contains filtered or unexported fields
}
GetGroupInfoReqValidationError is the validation error returned by GetGroupInfoReq.Validate if the designated constraints aren't met.
func (GetGroupInfoReqValidationError) Cause ¶
func (e GetGroupInfoReqValidationError) Cause() error
Cause function returns cause value.
func (GetGroupInfoReqValidationError) Error ¶
func (e GetGroupInfoReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupInfoReqValidationError) ErrorName ¶
func (e GetGroupInfoReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupInfoReqValidationError) Field ¶
func (e GetGroupInfoReqValidationError) Field() string
Field function returns field value.
func (GetGroupInfoReqValidationError) Key ¶
func (e GetGroupInfoReqValidationError) Key() bool
Key function returns key value.
func (GetGroupInfoReqValidationError) Reason ¶
func (e GetGroupInfoReqValidationError) Reason() string
Reason function returns reason value.
type GetGroupMembersReply ¶
type GetGroupMembersReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*v2.MemberInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetGroupMembersReply) Descriptor
deprecated
func (*GetGroupMembersReply) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupMembersReply.ProtoReflect.Descriptor instead.
func (*GetGroupMembersReply) GetList ¶
func (x *GetGroupMembersReply) GetList() []*v2.MemberInfo
func (*GetGroupMembersReply) GetTotal ¶
func (x *GetGroupMembersReply) GetTotal() int64
func (*GetGroupMembersReply) ProtoMessage ¶
func (*GetGroupMembersReply) ProtoMessage()
func (*GetGroupMembersReply) ProtoReflect ¶
func (x *GetGroupMembersReply) ProtoReflect() protoreflect.Message
func (*GetGroupMembersReply) Reset ¶
func (x *GetGroupMembersReply) Reset()
func (*GetGroupMembersReply) String ¶
func (x *GetGroupMembersReply) String() string
func (*GetGroupMembersReply) Validate ¶
func (m *GetGroupMembersReply) Validate() error
Validate checks the field values on GetGroupMembersReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupMembersReply) ValidateAll ¶
func (m *GetGroupMembersReply) ValidateAll() error
ValidateAll checks the field values on GetGroupMembersReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupMembersReplyMultiError, or nil if none found.
type GetGroupMembersReplyMultiError ¶
type GetGroupMembersReplyMultiError []error
GetGroupMembersReplyMultiError is an error wrapping multiple validation errors returned by GetGroupMembersReply.ValidateAll() if the designated constraints aren't met.
func (GetGroupMembersReplyMultiError) AllErrors ¶
func (m GetGroupMembersReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupMembersReplyMultiError) Error ¶
func (m GetGroupMembersReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupMembersReplyValidationError ¶
type GetGroupMembersReplyValidationError struct {
// contains filtered or unexported fields
}
GetGroupMembersReplyValidationError is the validation error returned by GetGroupMembersReply.Validate if the designated constraints aren't met.
func (GetGroupMembersReplyValidationError) Cause ¶
func (e GetGroupMembersReplyValidationError) Cause() error
Cause function returns cause value.
func (GetGroupMembersReplyValidationError) Error ¶
func (e GetGroupMembersReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupMembersReplyValidationError) ErrorName ¶
func (e GetGroupMembersReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupMembersReplyValidationError) Field ¶
func (e GetGroupMembersReplyValidationError) Field() string
Field function returns field value.
func (GetGroupMembersReplyValidationError) Key ¶
func (e GetGroupMembersReplyValidationError) Key() bool
Key function returns key value.
func (GetGroupMembersReplyValidationError) Reason ¶
func (e GetGroupMembersReplyValidationError) Reason() string
Reason function returns reason value.
type GetGroupMembersReq ¶
type GetGroupMembersReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` PageNum int64 `protobuf:"varint,3,opt,name=pageNum,proto3" json:"pageNum,omitempty"` Filter int32 `protobuf:"varint,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
获取群成员 存在 -------------------------------------------
func (*GetGroupMembersReq) Descriptor
deprecated
func (*GetGroupMembersReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGroupMembersReq.ProtoReflect.Descriptor instead.
func (*GetGroupMembersReq) GetFilter ¶
func (x *GetGroupMembersReq) GetFilter() int32
func (*GetGroupMembersReq) GetGroupID ¶
func (x *GetGroupMembersReq) GetGroupID() string
func (*GetGroupMembersReq) GetPageNum ¶
func (x *GetGroupMembersReq) GetPageNum() int64
func (*GetGroupMembersReq) GetPageSize ¶
func (x *GetGroupMembersReq) GetPageSize() int64
func (*GetGroupMembersReq) ProtoMessage ¶
func (*GetGroupMembersReq) ProtoMessage()
func (*GetGroupMembersReq) ProtoReflect ¶
func (x *GetGroupMembersReq) ProtoReflect() protoreflect.Message
func (*GetGroupMembersReq) Reset ¶
func (x *GetGroupMembersReq) Reset()
func (*GetGroupMembersReq) String ¶
func (x *GetGroupMembersReq) String() string
func (*GetGroupMembersReq) Validate ¶
func (m *GetGroupMembersReq) Validate() error
Validate checks the field values on GetGroupMembersReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGroupMembersReq) ValidateAll ¶
func (m *GetGroupMembersReq) ValidateAll() error
ValidateAll checks the field values on GetGroupMembersReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupMembersReqMultiError, or nil if none found.
type GetGroupMembersReqMultiError ¶
type GetGroupMembersReqMultiError []error
GetGroupMembersReqMultiError is an error wrapping multiple validation errors returned by GetGroupMembersReq.ValidateAll() if the designated constraints aren't met.
func (GetGroupMembersReqMultiError) AllErrors ¶
func (m GetGroupMembersReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGroupMembersReqMultiError) Error ¶
func (m GetGroupMembersReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGroupMembersReqValidationError ¶
type GetGroupMembersReqValidationError struct {
// contains filtered or unexported fields
}
GetGroupMembersReqValidationError is the validation error returned by GetGroupMembersReq.Validate if the designated constraints aren't met.
func (GetGroupMembersReqValidationError) Cause ¶
func (e GetGroupMembersReqValidationError) Cause() error
Cause function returns cause value.
func (GetGroupMembersReqValidationError) Error ¶
func (e GetGroupMembersReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetGroupMembersReqValidationError) ErrorName ¶
func (e GetGroupMembersReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetGroupMembersReqValidationError) Field ¶
func (e GetGroupMembersReqValidationError) Field() string
Field function returns field value.
func (GetGroupMembersReqValidationError) Key ¶
func (e GetGroupMembersReqValidationError) Key() bool
Key function returns key value.
func (GetGroupMembersReqValidationError) Reason ¶
func (e GetGroupMembersReqValidationError) Reason() string
Reason function returns reason value.
type GetJoinedGroupInfoReq ¶
type GetJoinedGroupInfoReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
func (*GetJoinedGroupInfoReq) Descriptor
deprecated
func (*GetJoinedGroupInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use GetJoinedGroupInfoReq.ProtoReflect.Descriptor instead.
func (*GetJoinedGroupInfoReq) GetGroupID ¶
func (x *GetJoinedGroupInfoReq) GetGroupID() string
func (*GetJoinedGroupInfoReq) GetUserID ¶
func (x *GetJoinedGroupInfoReq) GetUserID() string
func (*GetJoinedGroupInfoReq) ProtoMessage ¶
func (*GetJoinedGroupInfoReq) ProtoMessage()
func (*GetJoinedGroupInfoReq) ProtoReflect ¶
func (x *GetJoinedGroupInfoReq) ProtoReflect() protoreflect.Message
func (*GetJoinedGroupInfoReq) Reset ¶
func (x *GetJoinedGroupInfoReq) Reset()
func (*GetJoinedGroupInfoReq) String ¶
func (x *GetJoinedGroupInfoReq) String() string
func (*GetJoinedGroupInfoReq) Validate ¶
func (m *GetJoinedGroupInfoReq) Validate() error
Validate checks the field values on GetJoinedGroupInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetJoinedGroupInfoReq) ValidateAll ¶
func (m *GetJoinedGroupInfoReq) ValidateAll() error
ValidateAll checks the field values on GetJoinedGroupInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetJoinedGroupInfoReqMultiError, or nil if none found.
type GetJoinedGroupInfoReqMultiError ¶
type GetJoinedGroupInfoReqMultiError []error
GetJoinedGroupInfoReqMultiError is an error wrapping multiple validation errors returned by GetJoinedGroupInfoReq.ValidateAll() if the designated constraints aren't met.
func (GetJoinedGroupInfoReqMultiError) AllErrors ¶
func (m GetJoinedGroupInfoReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetJoinedGroupInfoReqMultiError) Error ¶
func (m GetJoinedGroupInfoReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetJoinedGroupInfoReqValidationError ¶
type GetJoinedGroupInfoReqValidationError struct {
// contains filtered or unexported fields
}
GetJoinedGroupInfoReqValidationError is the validation error returned by GetJoinedGroupInfoReq.Validate if the designated constraints aren't met.
func (GetJoinedGroupInfoReqValidationError) Cause ¶
func (e GetJoinedGroupInfoReqValidationError) Cause() error
Cause function returns cause value.
func (GetJoinedGroupInfoReqValidationError) Error ¶
func (e GetJoinedGroupInfoReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetJoinedGroupInfoReqValidationError) ErrorName ¶
func (e GetJoinedGroupInfoReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetJoinedGroupInfoReqValidationError) Field ¶
func (e GetJoinedGroupInfoReqValidationError) Field() string
Field function returns field value.
func (GetJoinedGroupInfoReqValidationError) Key ¶
func (e GetJoinedGroupInfoReqValidationError) Key() bool
Key function returns key value.
func (GetJoinedGroupInfoReqValidationError) Reason ¶
func (e GetJoinedGroupInfoReqValidationError) Reason() string
Reason function returns reason value.
type GetJoinedGroupListReply ¶
type GetJoinedGroupListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*v2.GroupInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetJoinedGroupListReply) Descriptor
deprecated
func (*GetJoinedGroupListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetJoinedGroupListReply.ProtoReflect.Descriptor instead.
func (*GetJoinedGroupListReply) GetList ¶
func (x *GetJoinedGroupListReply) GetList() []*v2.GroupInfo
func (*GetJoinedGroupListReply) GetTotal ¶
func (x *GetJoinedGroupListReply) GetTotal() int64
func (*GetJoinedGroupListReply) ProtoMessage ¶
func (*GetJoinedGroupListReply) ProtoMessage()
func (*GetJoinedGroupListReply) ProtoReflect ¶
func (x *GetJoinedGroupListReply) ProtoReflect() protoreflect.Message
func (*GetJoinedGroupListReply) Reset ¶
func (x *GetJoinedGroupListReply) Reset()
func (*GetJoinedGroupListReply) String ¶
func (x *GetJoinedGroupListReply) String() string
func (*GetJoinedGroupListReply) Validate ¶
func (m *GetJoinedGroupListReply) Validate() error
Validate checks the field values on GetJoinedGroupListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetJoinedGroupListReply) ValidateAll ¶
func (m *GetJoinedGroupListReply) ValidateAll() error
ValidateAll checks the field values on GetJoinedGroupListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetJoinedGroupListReplyMultiError, or nil if none found.
type GetJoinedGroupListReplyMultiError ¶
type GetJoinedGroupListReplyMultiError []error
GetJoinedGroupListReplyMultiError is an error wrapping multiple validation errors returned by GetJoinedGroupListReply.ValidateAll() if the designated constraints aren't met.
func (GetJoinedGroupListReplyMultiError) AllErrors ¶
func (m GetJoinedGroupListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetJoinedGroupListReplyMultiError) Error ¶
func (m GetJoinedGroupListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetJoinedGroupListReplyValidationError ¶
type GetJoinedGroupListReplyValidationError struct {
// contains filtered or unexported fields
}
GetJoinedGroupListReplyValidationError is the validation error returned by GetJoinedGroupListReply.Validate if the designated constraints aren't met.
func (GetJoinedGroupListReplyValidationError) Cause ¶
func (e GetJoinedGroupListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetJoinedGroupListReplyValidationError) Error ¶
func (e GetJoinedGroupListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetJoinedGroupListReplyValidationError) ErrorName ¶
func (e GetJoinedGroupListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetJoinedGroupListReplyValidationError) Field ¶
func (e GetJoinedGroupListReplyValidationError) Field() string
Field function returns field value.
func (GetJoinedGroupListReplyValidationError) Key ¶
func (e GetJoinedGroupListReplyValidationError) Key() bool
Key function returns key value.
func (GetJoinedGroupListReplyValidationError) Reason ¶
func (e GetJoinedGroupListReplyValidationError) Reason() string
Reason function returns reason value.
type GetJoinedGroupListReq ¶
type GetJoinedGroupListReq struct { PageSize int64 `protobuf:"varint,1,opt,name=pageSize,proto3" json:"pageSize,omitempty"` PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
获取用户加入的群 存在 -------------------------------------------
func (*GetJoinedGroupListReq) Descriptor
deprecated
func (*GetJoinedGroupListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetJoinedGroupListReq.ProtoReflect.Descriptor instead.
func (*GetJoinedGroupListReq) GetPageNum ¶
func (x *GetJoinedGroupListReq) GetPageNum() int64
func (*GetJoinedGroupListReq) GetPageSize ¶
func (x *GetJoinedGroupListReq) GetPageSize() int64
func (*GetJoinedGroupListReq) GetUserID ¶
func (x *GetJoinedGroupListReq) GetUserID() string
func (*GetJoinedGroupListReq) ProtoMessage ¶
func (*GetJoinedGroupListReq) ProtoMessage()
func (*GetJoinedGroupListReq) ProtoReflect ¶
func (x *GetJoinedGroupListReq) ProtoReflect() protoreflect.Message
func (*GetJoinedGroupListReq) Reset ¶
func (x *GetJoinedGroupListReq) Reset()
func (*GetJoinedGroupListReq) String ¶
func (x *GetJoinedGroupListReq) String() string
func (*GetJoinedGroupListReq) Validate ¶
func (m *GetJoinedGroupListReq) Validate() error
Validate checks the field values on GetJoinedGroupListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetJoinedGroupListReq) ValidateAll ¶
func (m *GetJoinedGroupListReq) ValidateAll() error
ValidateAll checks the field values on GetJoinedGroupListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetJoinedGroupListReqMultiError, or nil if none found.
type GetJoinedGroupListReqMultiError ¶
type GetJoinedGroupListReqMultiError []error
GetJoinedGroupListReqMultiError is an error wrapping multiple validation errors returned by GetJoinedGroupListReq.ValidateAll() if the designated constraints aren't met.
func (GetJoinedGroupListReqMultiError) AllErrors ¶
func (m GetJoinedGroupListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetJoinedGroupListReqMultiError) Error ¶
func (m GetJoinedGroupListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetJoinedGroupListReqValidationError ¶
type GetJoinedGroupListReqValidationError struct {
// contains filtered or unexported fields
}
GetJoinedGroupListReqValidationError is the validation error returned by GetJoinedGroupListReq.Validate if the designated constraints aren't met.
func (GetJoinedGroupListReqValidationError) Cause ¶
func (e GetJoinedGroupListReqValidationError) Cause() error
Cause function returns cause value.
func (GetJoinedGroupListReqValidationError) Error ¶
func (e GetJoinedGroupListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetJoinedGroupListReqValidationError) ErrorName ¶
func (e GetJoinedGroupListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetJoinedGroupListReqValidationError) Field ¶
func (e GetJoinedGroupListReqValidationError) Field() string
Field function returns field value.
func (GetJoinedGroupListReqValidationError) Key ¶
func (e GetJoinedGroupListReqValidationError) Key() bool
Key function returns key value.
func (GetJoinedGroupListReqValidationError) Reason ¶
func (e GetJoinedGroupListReqValidationError) Reason() string
Reason function returns reason value.
type GetRecvGroupApplicationListReply ¶
type GetRecvGroupApplicationListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*v2.GroupRequestInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetRecvGroupApplicationListReply) Descriptor
deprecated
func (*GetRecvGroupApplicationListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetRecvGroupApplicationListReply.ProtoReflect.Descriptor instead.
func (*GetRecvGroupApplicationListReply) GetList ¶
func (x *GetRecvGroupApplicationListReply) GetList() []*v2.GroupRequestInfo
func (*GetRecvGroupApplicationListReply) GetTotal ¶
func (x *GetRecvGroupApplicationListReply) GetTotal() int64
func (*GetRecvGroupApplicationListReply) ProtoMessage ¶
func (*GetRecvGroupApplicationListReply) ProtoMessage()
func (*GetRecvGroupApplicationListReply) ProtoReflect ¶
func (x *GetRecvGroupApplicationListReply) ProtoReflect() protoreflect.Message
func (*GetRecvGroupApplicationListReply) Reset ¶
func (x *GetRecvGroupApplicationListReply) Reset()
func (*GetRecvGroupApplicationListReply) String ¶
func (x *GetRecvGroupApplicationListReply) String() string
func (*GetRecvGroupApplicationListReply) Validate ¶
func (m *GetRecvGroupApplicationListReply) Validate() error
Validate checks the field values on GetRecvGroupApplicationListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRecvGroupApplicationListReply) ValidateAll ¶
func (m *GetRecvGroupApplicationListReply) ValidateAll() error
ValidateAll checks the field values on GetRecvGroupApplicationListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRecvGroupApplicationListReplyMultiError, or nil if none found.
type GetRecvGroupApplicationListReplyMultiError ¶
type GetRecvGroupApplicationListReplyMultiError []error
GetRecvGroupApplicationListReplyMultiError is an error wrapping multiple validation errors returned by GetRecvGroupApplicationListReply.ValidateAll() if the designated constraints aren't met.
func (GetRecvGroupApplicationListReplyMultiError) AllErrors ¶
func (m GetRecvGroupApplicationListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRecvGroupApplicationListReplyMultiError) Error ¶
func (m GetRecvGroupApplicationListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRecvGroupApplicationListReplyValidationError ¶
type GetRecvGroupApplicationListReplyValidationError struct {
// contains filtered or unexported fields
}
GetRecvGroupApplicationListReplyValidationError is the validation error returned by GetRecvGroupApplicationListReply.Validate if the designated constraints aren't met.
func (GetRecvGroupApplicationListReplyValidationError) Cause ¶
func (e GetRecvGroupApplicationListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetRecvGroupApplicationListReplyValidationError) Error ¶
func (e GetRecvGroupApplicationListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetRecvGroupApplicationListReplyValidationError) ErrorName ¶
func (e GetRecvGroupApplicationListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetRecvGroupApplicationListReplyValidationError) Field ¶
func (e GetRecvGroupApplicationListReplyValidationError) Field() string
Field function returns field value.
func (GetRecvGroupApplicationListReplyValidationError) Key ¶
func (e GetRecvGroupApplicationListReplyValidationError) Key() bool
Key function returns key value.
func (GetRecvGroupApplicationListReplyValidationError) Reason ¶
func (e GetRecvGroupApplicationListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUntreatedGroupApplicationListReply ¶
type GetUntreatedGroupApplicationListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` List []*v2.GroupRequestInfo `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*GetUntreatedGroupApplicationListReply) Descriptor
deprecated
func (*GetUntreatedGroupApplicationListReply) Descriptor() ([]byte, []int)
Deprecated: Use GetUntreatedGroupApplicationListReply.ProtoReflect.Descriptor instead.
func (*GetUntreatedGroupApplicationListReply) GetList ¶
func (x *GetUntreatedGroupApplicationListReply) GetList() []*v2.GroupRequestInfo
func (*GetUntreatedGroupApplicationListReply) GetTotal ¶
func (x *GetUntreatedGroupApplicationListReply) GetTotal() int64
func (*GetUntreatedGroupApplicationListReply) ProtoMessage ¶
func (*GetUntreatedGroupApplicationListReply) ProtoMessage()
func (*GetUntreatedGroupApplicationListReply) ProtoReflect ¶
func (x *GetUntreatedGroupApplicationListReply) ProtoReflect() protoreflect.Message
func (*GetUntreatedGroupApplicationListReply) Reset ¶
func (x *GetUntreatedGroupApplicationListReply) Reset()
func (*GetUntreatedGroupApplicationListReply) String ¶
func (x *GetUntreatedGroupApplicationListReply) String() string
func (*GetUntreatedGroupApplicationListReply) Validate ¶
func (m *GetUntreatedGroupApplicationListReply) Validate() error
Validate checks the field values on GetUntreatedGroupApplicationListReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUntreatedGroupApplicationListReply) ValidateAll ¶
func (m *GetUntreatedGroupApplicationListReply) ValidateAll() error
ValidateAll checks the field values on GetUntreatedGroupApplicationListReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUntreatedGroupApplicationListReplyMultiError, or nil if none found.
type GetUntreatedGroupApplicationListReplyMultiError ¶
type GetUntreatedGroupApplicationListReplyMultiError []error
GetUntreatedGroupApplicationListReplyMultiError is an error wrapping multiple validation errors returned by GetUntreatedGroupApplicationListReply.ValidateAll() if the designated constraints aren't met.
func (GetUntreatedGroupApplicationListReplyMultiError) AllErrors ¶
func (m GetUntreatedGroupApplicationListReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUntreatedGroupApplicationListReplyMultiError) Error ¶
func (m GetUntreatedGroupApplicationListReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUntreatedGroupApplicationListReplyValidationError ¶
type GetUntreatedGroupApplicationListReplyValidationError struct {
// contains filtered or unexported fields
}
GetUntreatedGroupApplicationListReplyValidationError is the validation error returned by GetUntreatedGroupApplicationListReply.Validate if the designated constraints aren't met.
func (GetUntreatedGroupApplicationListReplyValidationError) Cause ¶
func (e GetUntreatedGroupApplicationListReplyValidationError) Cause() error
Cause function returns cause value.
func (GetUntreatedGroupApplicationListReplyValidationError) Error ¶
func (e GetUntreatedGroupApplicationListReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetUntreatedGroupApplicationListReplyValidationError) ErrorName ¶
func (e GetUntreatedGroupApplicationListReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetUntreatedGroupApplicationListReplyValidationError) Field ¶
func (e GetUntreatedGroupApplicationListReplyValidationError) Field() string
Field function returns field value.
func (GetUntreatedGroupApplicationListReplyValidationError) Key ¶
func (e GetUntreatedGroupApplicationListReplyValidationError) Key() bool
Key function returns key value.
func (GetUntreatedGroupApplicationListReplyValidationError) Reason ¶
func (e GetUntreatedGroupApplicationListReplyValidationError) Reason() string
Reason function returns reason value.
type GetUntreatedGroupApplicationListReq ¶
type GetUntreatedGroupApplicationListReq struct { PageSize int64 `protobuf:"varint,1,opt,name=pageSize,proto3" json:"pageSize,omitempty"` PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` GroupID string `protobuf:"bytes,4,opt,name=groupID,proto3" json:"groupID,omitempty"` // contains filtered or unexported fields }
获取未处理的加群请求 存在 -------------------------------------------
func (*GetUntreatedGroupApplicationListReq) Descriptor
deprecated
func (*GetUntreatedGroupApplicationListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUntreatedGroupApplicationListReq.ProtoReflect.Descriptor instead.
func (*GetUntreatedGroupApplicationListReq) GetGroupID ¶
func (x *GetUntreatedGroupApplicationListReq) GetGroupID() string
func (*GetUntreatedGroupApplicationListReq) GetPageNum ¶
func (x *GetUntreatedGroupApplicationListReq) GetPageNum() int64
func (*GetUntreatedGroupApplicationListReq) GetPageSize ¶
func (x *GetUntreatedGroupApplicationListReq) GetPageSize() int64
func (*GetUntreatedGroupApplicationListReq) GetUserID ¶
func (x *GetUntreatedGroupApplicationListReq) GetUserID() string
func (*GetUntreatedGroupApplicationListReq) ProtoMessage ¶
func (*GetUntreatedGroupApplicationListReq) ProtoMessage()
func (*GetUntreatedGroupApplicationListReq) ProtoReflect ¶
func (x *GetUntreatedGroupApplicationListReq) ProtoReflect() protoreflect.Message
func (*GetUntreatedGroupApplicationListReq) Reset ¶
func (x *GetUntreatedGroupApplicationListReq) Reset()
func (*GetUntreatedGroupApplicationListReq) String ¶
func (x *GetUntreatedGroupApplicationListReq) String() string
func (*GetUntreatedGroupApplicationListReq) Validate ¶
func (m *GetUntreatedGroupApplicationListReq) Validate() error
Validate checks the field values on GetUntreatedGroupApplicationListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUntreatedGroupApplicationListReq) ValidateAll ¶
func (m *GetUntreatedGroupApplicationListReq) ValidateAll() error
ValidateAll checks the field values on GetUntreatedGroupApplicationListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUntreatedGroupApplicationListReqMultiError, or nil if none found.
type GetUntreatedGroupApplicationListReqMultiError ¶
type GetUntreatedGroupApplicationListReqMultiError []error
GetUntreatedGroupApplicationListReqMultiError is an error wrapping multiple validation errors returned by GetUntreatedGroupApplicationListReq.ValidateAll() if the designated constraints aren't met.
func (GetUntreatedGroupApplicationListReqMultiError) AllErrors ¶
func (m GetUntreatedGroupApplicationListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUntreatedGroupApplicationListReqMultiError) Error ¶
func (m GetUntreatedGroupApplicationListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUntreatedGroupApplicationListReqValidationError ¶
type GetUntreatedGroupApplicationListReqValidationError struct {
// contains filtered or unexported fields
}
GetUntreatedGroupApplicationListReqValidationError is the validation error returned by GetUntreatedGroupApplicationListReq.Validate if the designated constraints aren't met.
func (GetUntreatedGroupApplicationListReqValidationError) Cause ¶
func (e GetUntreatedGroupApplicationListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUntreatedGroupApplicationListReqValidationError) Error ¶
func (e GetUntreatedGroupApplicationListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUntreatedGroupApplicationListReqValidationError) ErrorName ¶
func (e GetUntreatedGroupApplicationListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUntreatedGroupApplicationListReqValidationError) Field ¶
func (e GetUntreatedGroupApplicationListReqValidationError) Field() string
Field function returns field value.
func (GetUntreatedGroupApplicationListReqValidationError) Key ¶
func (e GetUntreatedGroupApplicationListReqValidationError) Key() bool
Key function returns key value.
func (GetUntreatedGroupApplicationListReqValidationError) Reason ¶
func (e GetUntreatedGroupApplicationListReqValidationError) Reason() string
Reason function returns reason value.
type GetUserJoinGroupApplicationListReq ¶
type GetUserJoinGroupApplicationListReq struct { PageSize int64 `protobuf:"varint,1,opt,name=pageSize,proto3" json:"pageSize,omitempty"` PageNum int64 `protobuf:"varint,2,opt,name=pageNum,proto3" json:"pageNum,omitempty"` UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
//获取用户自己的主动加群申请 存在 -------------------------------------------
func (*GetUserJoinGroupApplicationListReq) Descriptor
deprecated
func (*GetUserJoinGroupApplicationListReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserJoinGroupApplicationListReq.ProtoReflect.Descriptor instead.
func (*GetUserJoinGroupApplicationListReq) GetPageNum ¶
func (x *GetUserJoinGroupApplicationListReq) GetPageNum() int64
func (*GetUserJoinGroupApplicationListReq) GetPageSize ¶
func (x *GetUserJoinGroupApplicationListReq) GetPageSize() int64
func (*GetUserJoinGroupApplicationListReq) GetUserID ¶
func (x *GetUserJoinGroupApplicationListReq) GetUserID() string
func (*GetUserJoinGroupApplicationListReq) ProtoMessage ¶
func (*GetUserJoinGroupApplicationListReq) ProtoMessage()
func (*GetUserJoinGroupApplicationListReq) ProtoReflect ¶
func (x *GetUserJoinGroupApplicationListReq) ProtoReflect() protoreflect.Message
func (*GetUserJoinGroupApplicationListReq) Reset ¶
func (x *GetUserJoinGroupApplicationListReq) Reset()
func (*GetUserJoinGroupApplicationListReq) String ¶
func (x *GetUserJoinGroupApplicationListReq) String() string
func (*GetUserJoinGroupApplicationListReq) Validate ¶
func (m *GetUserJoinGroupApplicationListReq) Validate() error
Validate checks the field values on GetUserJoinGroupApplicationListReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetUserJoinGroupApplicationListReq) ValidateAll ¶
func (m *GetUserJoinGroupApplicationListReq) ValidateAll() error
ValidateAll checks the field values on GetUserJoinGroupApplicationListReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserJoinGroupApplicationListReqMultiError, or nil if none found.
type GetUserJoinGroupApplicationListReqMultiError ¶
type GetUserJoinGroupApplicationListReqMultiError []error
GetUserJoinGroupApplicationListReqMultiError is an error wrapping multiple validation errors returned by GetUserJoinGroupApplicationListReq.ValidateAll() if the designated constraints aren't met.
func (GetUserJoinGroupApplicationListReqMultiError) AllErrors ¶
func (m GetUserJoinGroupApplicationListReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetUserJoinGroupApplicationListReqMultiError) Error ¶
func (m GetUserJoinGroupApplicationListReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetUserJoinGroupApplicationListReqValidationError ¶
type GetUserJoinGroupApplicationListReqValidationError struct {
// contains filtered or unexported fields
}
GetUserJoinGroupApplicationListReqValidationError is the validation error returned by GetUserJoinGroupApplicationListReq.Validate if the designated constraints aren't met.
func (GetUserJoinGroupApplicationListReqValidationError) Cause ¶
func (e GetUserJoinGroupApplicationListReqValidationError) Cause() error
Cause function returns cause value.
func (GetUserJoinGroupApplicationListReqValidationError) Error ¶
func (e GetUserJoinGroupApplicationListReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetUserJoinGroupApplicationListReqValidationError) ErrorName ¶
func (e GetUserJoinGroupApplicationListReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetUserJoinGroupApplicationListReqValidationError) Field ¶
func (e GetUserJoinGroupApplicationListReqValidationError) Field() string
Field function returns field value.
func (GetUserJoinGroupApplicationListReqValidationError) Key ¶
func (e GetUserJoinGroupApplicationListReqValidationError) Key() bool
Key function returns key value.
func (GetUserJoinGroupApplicationListReqValidationError) Reason ¶
func (e GetUserJoinGroupApplicationListReqValidationError) Reason() string
Reason function returns reason value.
type GroupClient ¶
type GroupClient interface { // 创建群聊 存在 CreateGroup(ctx context.Context, in *CrateGroupReq, opts ...grpc.CallOption) (*CrateGroupReply, error) // 编辑群组资料 存在 EditGroupProfile(ctx context.Context, in *EditGroupProfileReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 更新群开关信息 存在 UpdateGroupSwitch(ctx context.Context, in *UpdateGroupSwitchReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 禁言群 存在 MuteGroup(ctx context.Context, in *MuteGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 取消群禁言 存在 CancelMuteGroup(ctx context.Context, in *CancelMuteGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 取消群成员禁言 存在 CancelMuteGroupMember(ctx context.Context, in *CancelMuteGroupMemberReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 禁言群成员 存在 MuteGroupMember(ctx context.Context, in *MuteGroupMemberReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 是否是群成员 IsGroupMember(ctx context.Context, in *IsGroupMemberReq, opts ...grpc.CallOption) (*IsGroupMemberReply, error) // 根据code获取群聊 存在 GetGroupByCode(ctx context.Context, in *GetGroupByCodeReq, opts ...grpc.CallOption) (*GetGroupByCodeReply, error) // 解散群组 存在 DismissGroup(ctx context.Context, in *DismissGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 解散群通知 存在 DismissGroupNotice(ctx context.Context, in *DismissGroupNoticeReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 处理加群消息 存在 ApplicationResponse(ctx context.Context, in *ApplicationResponseReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 用户加入群聊 存在 JoinGroup(ctx context.Context, in *JoinGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 邀请用户进入群聊 存在 InviteUserToGroup(ctx context.Context, in *InviteUserToGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 添加群管理 存在 AddGroupAdmin(ctx context.Context, in *AddGroupAdminReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 转让群主 存在 TransferGroup(ctx context.Context, in *TransferGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 将用户移出群组 存在 KickGroupMember(ctx context.Context, in *KickGroupMemberReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 退出群聊 存在 QuitGroup(ctx context.Context, in *QuitGroupReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 取消群管理员 存在 CancelGroupManager(ctx context.Context, in *CancelGroupManagerReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 批量添加群管理 存在 BatchAddGroupAdmin(ctx context.Context, in *BatchAddGroupAdmReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 批量取消管理员 存在 BatchCancelGroupManager(ctx context.Context, in *BatchCancelGroupManagerReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 获取群信息 存在 GetGroupInfo(ctx context.Context, in *GetGroupInfoReq, opts ...grpc.CallOption) (*GetGroupInfoReply, error) // 设置群成员信息 存在 SetGroupMemberInfo(ctx context.Context, in *SetGroupMemberInfoReq, opts ...grpc.CallOption) (*emptypb.Empty, error) // 获取群信息忽略解散和删除 存在 GetFullGroupInfo(ctx context.Context, in *GetFullGroupInfoReq, opts ...grpc.CallOption) (*GetFullGroupInfoReply, error) // 获取群成员信息 存在 MemberByIds(ctx context.Context, in *MemberByIdsReq, opts ...grpc.CallOption) (*MemberByIdsReply, error) // 获取用户加入的群列表 存在 GetJoinedGroupList(ctx context.Context, in *GetJoinedGroupListReq, opts ...grpc.CallOption) (*GetJoinedGroupListReply, error) // 以管理员或群主身份)获取群的加群申请 存在 GetGroupApplicationList(ctx context.Context, in *GetGroupApplicationListReq, opts ...grpc.CallOption) (*GetRecvGroupApplicationListReply, error) // 以管理员或群主身份)获取未处理的加群请求 存在 GetUntreatedGroupApplicationList(ctx context.Context, in *GetUntreatedGroupApplicationListReq, opts ...grpc.CallOption) (*GetRecvGroupApplicationListReply, error) // 获取用户自己的主动加群申请 存在 GetUserReqGroupApplicationList(ctx context.Context, in *GetUserJoinGroupApplicationListReq, opts ...grpc.CallOption) (*GetRecvGroupApplicationListReply, error) // 获取群成员 存在 GetGroupMembers(ctx context.Context, in *GetGroupMembersReq, opts ...grpc.CallOption) (*GetGroupMembersReply, error) // 获取群信息hash值 存在 GetGroupAbstractInfo(ctx context.Context, in *GetGroupAbstractInfoReq, opts ...grpc.CallOption) (*GetGroupAbstractInfoReply, error) }
GroupClient is the client API for Group service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewGroupClient ¶
func NewGroupClient(cc grpc.ClientConnInterface) GroupClient
type GroupErrorReason ¶
type GroupErrorReason int32
const ( // 获取群信息失败 GroupErrorReason_GET_GROUP_INFO_FAIL GroupErrorReason = 0 // 群成员数量不应超过最大限制 GroupErrorReason_GROUP_MEMBER_NUM_TOO_MANY GroupErrorReason = 1 // 创建群聊失败 GroupErrorReason_CREATE_GROUP_FAIL GroupErrorReason = 2 // 禁言群失败 GroupErrorReason_MUTE_GROUP_FAIL GroupErrorReason = 3 // 禁言群成员失败 GroupErrorReason_MUTE_GROUP_MEMBER_FAIL GroupErrorReason = 4 // 获取群成员信息失败 GroupErrorReason_GET_GROUP_MEMBER_FAIL GroupErrorReason = 5 // 群成员数量不应少于2人 GroupErrorReason_GROUP_MEMBER_NUM_TOO_LITTLE GroupErrorReason = 6 // 取消禁言群失败 GroupErrorReason_CANCEL_MUTE_GROUP_FAIL GroupErrorReason = 7 // 取消禁言群成员失败 GroupErrorReason_CANCEL_MUTE_GROUP_MEMBER_FAIL GroupErrorReason = 8 // 没有权限操作该信息 GroupErrorReason_NO_PERMISSION_OPERATION_GROUP_INFO GroupErrorReason = 9 // 解散群失败 GroupErrorReason_DISMISS_GROUP_FAIL GroupErrorReason = 10 // 更新群/群成员数据失败 GroupErrorReason_UPDATE_GROUP_DATA_FAIL GroupErrorReason = 11 // 需要实名认证 GroupErrorReason_NEED_REAL_NAME_AUTHENTICATION GroupErrorReason = 12 // 加入群聊失败 GroupErrorReason_JOIN_GROUP_REQ_FAIL GroupErrorReason = 13 // 删除缓存信息失败 GroupErrorReason_DELETE_RC_CACHE_FAIL GroupErrorReason = 14 // 设置群成员数量应大于当前人数且不小于3人 GroupErrorReason_SETTING_GROUP_MEMBER_MEMBERCOUNT_FAIL GroupErrorReason = 15 // 添加群管理失败 GroupErrorReason_SETTING_GROUP_ADMIN_FAIL GroupErrorReason = 16 // 踢出群成员失败 GroupErrorReason_KICK_GROUP_MEMBER_FAIL GroupErrorReason = 17 // 推出群聊失败 GroupErrorReason_MEMBER_QUIT_GROUP_FAIL GroupErrorReason = 18 // 请求处理失败 GroupErrorReason_HANDLE_APPLICIATION_REQUEST_FAIL GroupErrorReason = 19 // 上传文件失败 GroupErrorReason_UPLOAD_GROUP_FEIL_FAIL GroupErrorReason = 20 // 获取群文件列表数据失败 GroupErrorReason_GET_GROUP_FEIL_LIST_FAIl GroupErrorReason = 21 // 获取请求数据失败 GroupErrorReason_GET_REQUEST_DATA_INFO_FAIL GroupErrorReason = 22 // 获取踢出群成员数据信息失败 GroupErrorReason_GET_KICK_GROUP_MEMBER_FAIL GroupErrorReason = 23 // 获取加群信息失败 GroupErrorReason_GET_JOIN_GROUP_REQUEST_FAIL GroupErrorReason = 24 // 转让群失败 GroupErrorReason_TRANSFER_GROUP_ERROR GroupErrorReason = 25 // 申请已经发起,请勿重复请求 GroupErrorReason_THE_APPLICATION_HAS_BEEN_INITIATED_DO_NOT_REPEAT GroupErrorReason = 26 // 获取最大未处理的加群请求失败 GroupErrorReason_GET_UNTREATED_GROUP_APPLICATION_LIST_FAIL GroupErrorReason = 27 // 该群暂未公开 GroupErrorReason_GROUP_IS_NOT_OPEN GroupErrorReason = 28 // 该群暂未公开 GroupErrorReason_YOU_ARE_ALREADY_IN_THE_GROUP GroupErrorReason = 29 // 群不存在 GroupErrorReason_GROUP_IS_NOT_FOND GroupErrorReason = 30 // 群请求已经处理 GroupErrorReason_HANDLE_APPLICATION_HANDS_FINISH GroupErrorReason = 31 )
func (GroupErrorReason) Descriptor ¶
func (GroupErrorReason) Descriptor() protoreflect.EnumDescriptor
func (GroupErrorReason) Enum ¶
func (x GroupErrorReason) Enum() *GroupErrorReason
func (GroupErrorReason) EnumDescriptor
deprecated
func (GroupErrorReason) EnumDescriptor() ([]byte, []int)
Deprecated: Use GroupErrorReason.Descriptor instead.
func (GroupErrorReason) Number ¶
func (x GroupErrorReason) Number() protoreflect.EnumNumber
func (GroupErrorReason) String ¶
func (x GroupErrorReason) String() string
func (GroupErrorReason) Type ¶
func (GroupErrorReason) Type() protoreflect.EnumType
type GroupServer ¶
type GroupServer interface { // 创建群聊 存在 CreateGroup(context.Context, *CrateGroupReq) (*CrateGroupReply, error) // 编辑群组资料 存在 EditGroupProfile(context.Context, *EditGroupProfileReq) (*emptypb.Empty, error) // 更新群开关信息 存在 UpdateGroupSwitch(context.Context, *UpdateGroupSwitchReq) (*emptypb.Empty, error) // 禁言群 存在 MuteGroup(context.Context, *MuteGroupReq) (*emptypb.Empty, error) // 取消群禁言 存在 CancelMuteGroup(context.Context, *CancelMuteGroupReq) (*emptypb.Empty, error) // 取消群成员禁言 存在 CancelMuteGroupMember(context.Context, *CancelMuteGroupMemberReq) (*emptypb.Empty, error) // 禁言群成员 存在 MuteGroupMember(context.Context, *MuteGroupMemberReq) (*emptypb.Empty, error) // 是否是群成员 IsGroupMember(context.Context, *IsGroupMemberReq) (*IsGroupMemberReply, error) // 根据code获取群聊 存在 GetGroupByCode(context.Context, *GetGroupByCodeReq) (*GetGroupByCodeReply, error) // 解散群组 存在 DismissGroup(context.Context, *DismissGroupReq) (*emptypb.Empty, error) // 解散群通知 存在 DismissGroupNotice(context.Context, *DismissGroupNoticeReq) (*emptypb.Empty, error) // 处理加群消息 存在 ApplicationResponse(context.Context, *ApplicationResponseReq) (*emptypb.Empty, error) // 用户加入群聊 存在 JoinGroup(context.Context, *JoinGroupReq) (*emptypb.Empty, error) // 邀请用户进入群聊 存在 InviteUserToGroup(context.Context, *InviteUserToGroupReq) (*emptypb.Empty, error) // 添加群管理 存在 AddGroupAdmin(context.Context, *AddGroupAdminReq) (*emptypb.Empty, error) // 转让群主 存在 TransferGroup(context.Context, *TransferGroupReq) (*emptypb.Empty, error) // 将用户移出群组 存在 KickGroupMember(context.Context, *KickGroupMemberReq) (*emptypb.Empty, error) // 退出群聊 存在 QuitGroup(context.Context, *QuitGroupReq) (*emptypb.Empty, error) // 取消群管理员 存在 CancelGroupManager(context.Context, *CancelGroupManagerReq) (*emptypb.Empty, error) // 批量添加群管理 存在 BatchAddGroupAdmin(context.Context, *BatchAddGroupAdmReq) (*emptypb.Empty, error) // 批量取消管理员 存在 BatchCancelGroupManager(context.Context, *BatchCancelGroupManagerReq) (*emptypb.Empty, error) // 获取群信息 存在 GetGroupInfo(context.Context, *GetGroupInfoReq) (*GetGroupInfoReply, error) // 设置群成员信息 存在 SetGroupMemberInfo(context.Context, *SetGroupMemberInfoReq) (*emptypb.Empty, error) // 获取群信息忽略解散和删除 存在 GetFullGroupInfo(context.Context, *GetFullGroupInfoReq) (*GetFullGroupInfoReply, error) // 获取群成员信息 存在 MemberByIds(context.Context, *MemberByIdsReq) (*MemberByIdsReply, error) // 获取用户加入的群列表 存在 GetJoinedGroupList(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListReply, error) // 以管理员或群主身份)获取群的加群申请 存在 GetGroupApplicationList(context.Context, *GetGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error) // 以管理员或群主身份)获取未处理的加群请求 存在 GetUntreatedGroupApplicationList(context.Context, *GetUntreatedGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error) // 获取用户自己的主动加群申请 存在 GetUserReqGroupApplicationList(context.Context, *GetUserJoinGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error) // 获取群成员 存在 GetGroupMembers(context.Context, *GetGroupMembersReq) (*GetGroupMembersReply, error) // 获取群信息hash值 存在 GetGroupAbstractInfo(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoReply, error) // contains filtered or unexported methods }
GroupServer is the server API for Group service. All implementations must embed UnimplementedGroupServer for forward compatibility
type GroupSwitchOption ¶
type GroupSwitchOption int32
const ( GroupSwitchOption_needVerification GroupSwitchOption = 0 GroupSwitchOption_isReal GroupSwitchOption = 1 GroupSwitchOption_isOpen GroupSwitchOption = 2 GroupSwitchOption_allowPrivateChat GroupSwitchOption = 3 GroupSwitchOption_lookMemberInfo GroupSwitchOption = 4 GroupSwitchOption_applyMemberFriend GroupSwitchOption = 5 )
func (GroupSwitchOption) Descriptor ¶
func (GroupSwitchOption) Descriptor() protoreflect.EnumDescriptor
func (GroupSwitchOption) Enum ¶
func (x GroupSwitchOption) Enum() *GroupSwitchOption
func (GroupSwitchOption) EnumDescriptor
deprecated
func (GroupSwitchOption) EnumDescriptor() ([]byte, []int)
Deprecated: Use GroupSwitchOption.Descriptor instead.
func (GroupSwitchOption) Number ¶
func (x GroupSwitchOption) Number() protoreflect.EnumNumber
func (GroupSwitchOption) String ¶
func (x GroupSwitchOption) String() string
func (GroupSwitchOption) Type ¶
func (GroupSwitchOption) Type() protoreflect.EnumType
type InviteUserToGroupReq ¶
type InviteUserToGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` InvitedUserIdList []string `protobuf:"bytes,2,rep,name=invitedUserIdList,proto3" json:"invitedUserIdList,omitempty"` //邀请用户列表 Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` //邀请原因 UserID string `protobuf:"bytes,4,opt,name=userID,proto3" json:"userID,omitempty"` //邀请人 // contains filtered or unexported fields }
邀请用户进群 存在 -------------------------------------------
func (*InviteUserToGroupReq) Descriptor
deprecated
func (*InviteUserToGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use InviteUserToGroupReq.ProtoReflect.Descriptor instead.
func (*InviteUserToGroupReq) GetGroupID ¶
func (x *InviteUserToGroupReq) GetGroupID() string
func (*InviteUserToGroupReq) GetInvitedUserIdList ¶
func (x *InviteUserToGroupReq) GetInvitedUserIdList() []string
func (*InviteUserToGroupReq) GetReason ¶
func (x *InviteUserToGroupReq) GetReason() string
func (*InviteUserToGroupReq) GetUserID ¶
func (x *InviteUserToGroupReq) GetUserID() string
func (*InviteUserToGroupReq) ProtoMessage ¶
func (*InviteUserToGroupReq) ProtoMessage()
func (*InviteUserToGroupReq) ProtoReflect ¶
func (x *InviteUserToGroupReq) ProtoReflect() protoreflect.Message
func (*InviteUserToGroupReq) Reset ¶
func (x *InviteUserToGroupReq) Reset()
func (*InviteUserToGroupReq) String ¶
func (x *InviteUserToGroupReq) String() string
func (*InviteUserToGroupReq) Validate ¶
func (m *InviteUserToGroupReq) Validate() error
Validate checks the field values on InviteUserToGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*InviteUserToGroupReq) ValidateAll ¶
func (m *InviteUserToGroupReq) ValidateAll() error
ValidateAll checks the field values on InviteUserToGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InviteUserToGroupReqMultiError, or nil if none found.
type InviteUserToGroupReqMultiError ¶
type InviteUserToGroupReqMultiError []error
InviteUserToGroupReqMultiError is an error wrapping multiple validation errors returned by InviteUserToGroupReq.ValidateAll() if the designated constraints aren't met.
func (InviteUserToGroupReqMultiError) AllErrors ¶
func (m InviteUserToGroupReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (InviteUserToGroupReqMultiError) Error ¶
func (m InviteUserToGroupReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type InviteUserToGroupReqValidationError ¶
type InviteUserToGroupReqValidationError struct {
// contains filtered or unexported fields
}
InviteUserToGroupReqValidationError is the validation error returned by InviteUserToGroupReq.Validate if the designated constraints aren't met.
func (InviteUserToGroupReqValidationError) Cause ¶
func (e InviteUserToGroupReqValidationError) Cause() error
Cause function returns cause value.
func (InviteUserToGroupReqValidationError) Error ¶
func (e InviteUserToGroupReqValidationError) Error() string
Error satisfies the builtin error interface
func (InviteUserToGroupReqValidationError) ErrorName ¶
func (e InviteUserToGroupReqValidationError) ErrorName() string
ErrorName returns error name.
func (InviteUserToGroupReqValidationError) Field ¶
func (e InviteUserToGroupReqValidationError) Field() string
Field function returns field value.
func (InviteUserToGroupReqValidationError) Key ¶
func (e InviteUserToGroupReqValidationError) Key() bool
Key function returns key value.
func (InviteUserToGroupReqValidationError) Reason ¶
func (e InviteUserToGroupReqValidationError) Reason() string
Reason function returns reason value.
type IsGroupMemberReply ¶ added in v0.0.2
type IsGroupMemberReply struct { IsGroupMember bool `protobuf:"varint,1,opt,name=isGroupMember,proto3" json:"isGroupMember,omitempty"` // contains filtered or unexported fields }
func (*IsGroupMemberReply) Descriptor
deprecated
added in
v0.0.2
func (*IsGroupMemberReply) Descriptor() ([]byte, []int)
Deprecated: Use IsGroupMemberReply.ProtoReflect.Descriptor instead.
func (*IsGroupMemberReply) GetIsGroupMember ¶ added in v0.0.2
func (x *IsGroupMemberReply) GetIsGroupMember() bool
func (*IsGroupMemberReply) ProtoMessage ¶ added in v0.0.2
func (*IsGroupMemberReply) ProtoMessage()
func (*IsGroupMemberReply) ProtoReflect ¶ added in v0.0.2
func (x *IsGroupMemberReply) ProtoReflect() protoreflect.Message
func (*IsGroupMemberReply) Reset ¶ added in v0.0.2
func (x *IsGroupMemberReply) Reset()
func (*IsGroupMemberReply) String ¶ added in v0.0.2
func (x *IsGroupMemberReply) String() string
func (*IsGroupMemberReply) Validate ¶ added in v0.0.2
func (m *IsGroupMemberReply) Validate() error
Validate checks the field values on IsGroupMemberReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IsGroupMemberReply) ValidateAll ¶ added in v0.0.2
func (m *IsGroupMemberReply) ValidateAll() error
ValidateAll checks the field values on IsGroupMemberReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsGroupMemberReplyMultiError, or nil if none found.
type IsGroupMemberReplyMultiError ¶ added in v0.0.2
type IsGroupMemberReplyMultiError []error
IsGroupMemberReplyMultiError is an error wrapping multiple validation errors returned by IsGroupMemberReply.ValidateAll() if the designated constraints aren't met.
func (IsGroupMemberReplyMultiError) AllErrors ¶ added in v0.0.2
func (m IsGroupMemberReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IsGroupMemberReplyMultiError) Error ¶ added in v0.0.2
func (m IsGroupMemberReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IsGroupMemberReplyValidationError ¶ added in v0.0.2
type IsGroupMemberReplyValidationError struct {
// contains filtered or unexported fields
}
IsGroupMemberReplyValidationError is the validation error returned by IsGroupMemberReply.Validate if the designated constraints aren't met.
func (IsGroupMemberReplyValidationError) Cause ¶ added in v0.0.2
func (e IsGroupMemberReplyValidationError) Cause() error
Cause function returns cause value.
func (IsGroupMemberReplyValidationError) Error ¶ added in v0.0.2
func (e IsGroupMemberReplyValidationError) Error() string
Error satisfies the builtin error interface
func (IsGroupMemberReplyValidationError) ErrorName ¶ added in v0.0.2
func (e IsGroupMemberReplyValidationError) ErrorName() string
ErrorName returns error name.
func (IsGroupMemberReplyValidationError) Field ¶ added in v0.0.2
func (e IsGroupMemberReplyValidationError) Field() string
Field function returns field value.
func (IsGroupMemberReplyValidationError) Key ¶ added in v0.0.2
func (e IsGroupMemberReplyValidationError) Key() bool
Key function returns key value.
func (IsGroupMemberReplyValidationError) Reason ¶ added in v0.0.2
func (e IsGroupMemberReplyValidationError) Reason() string
Reason function returns reason value.
type IsGroupMemberReq ¶ added in v0.0.2
type IsGroupMemberReq struct { UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` // contains filtered or unexported fields }
是否群成员 存在 -------------------------------------------
func (*IsGroupMemberReq) Descriptor
deprecated
added in
v0.0.2
func (*IsGroupMemberReq) Descriptor() ([]byte, []int)
Deprecated: Use IsGroupMemberReq.ProtoReflect.Descriptor instead.
func (*IsGroupMemberReq) GetGroupID ¶ added in v0.0.2
func (x *IsGroupMemberReq) GetGroupID() string
func (*IsGroupMemberReq) GetUserID ¶ added in v0.0.2
func (x *IsGroupMemberReq) GetUserID() string
func (*IsGroupMemberReq) ProtoMessage ¶ added in v0.0.2
func (*IsGroupMemberReq) ProtoMessage()
func (*IsGroupMemberReq) ProtoReflect ¶ added in v0.0.2
func (x *IsGroupMemberReq) ProtoReflect() protoreflect.Message
func (*IsGroupMemberReq) Reset ¶ added in v0.0.2
func (x *IsGroupMemberReq) Reset()
func (*IsGroupMemberReq) String ¶ added in v0.0.2
func (x *IsGroupMemberReq) String() string
func (*IsGroupMemberReq) Validate ¶ added in v0.0.2
func (m *IsGroupMemberReq) Validate() error
Validate checks the field values on IsGroupMemberReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IsGroupMemberReq) ValidateAll ¶ added in v0.0.2
func (m *IsGroupMemberReq) ValidateAll() error
ValidateAll checks the field values on IsGroupMemberReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsGroupMemberReqMultiError, or nil if none found.
type IsGroupMemberReqMultiError ¶ added in v0.0.2
type IsGroupMemberReqMultiError []error
IsGroupMemberReqMultiError is an error wrapping multiple validation errors returned by IsGroupMemberReq.ValidateAll() if the designated constraints aren't met.
func (IsGroupMemberReqMultiError) AllErrors ¶ added in v0.0.2
func (m IsGroupMemberReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IsGroupMemberReqMultiError) Error ¶ added in v0.0.2
func (m IsGroupMemberReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IsGroupMemberReqValidationError ¶ added in v0.0.2
type IsGroupMemberReqValidationError struct {
// contains filtered or unexported fields
}
IsGroupMemberReqValidationError is the validation error returned by IsGroupMemberReq.Validate if the designated constraints aren't met.
func (IsGroupMemberReqValidationError) Cause ¶ added in v0.0.2
func (e IsGroupMemberReqValidationError) Cause() error
Cause function returns cause value.
func (IsGroupMemberReqValidationError) Error ¶ added in v0.0.2
func (e IsGroupMemberReqValidationError) Error() string
Error satisfies the builtin error interface
func (IsGroupMemberReqValidationError) ErrorName ¶ added in v0.0.2
func (e IsGroupMemberReqValidationError) ErrorName() string
ErrorName returns error name.
func (IsGroupMemberReqValidationError) Field ¶ added in v0.0.2
func (e IsGroupMemberReqValidationError) Field() string
Field function returns field value.
func (IsGroupMemberReqValidationError) Key ¶ added in v0.0.2
func (e IsGroupMemberReqValidationError) Key() bool
Key function returns key value.
func (IsGroupMemberReqValidationError) Reason ¶ added in v0.0.2
func (e IsGroupMemberReqValidationError) Reason() string
Reason function returns reason value.
type JoinGroupReq ¶
type JoinGroupReq struct { ServerID string `protobuf:"bytes,1,opt,name=serverID,proto3" json:"serverID,omitempty"` GroupID string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID,omitempty"` Remark string `protobuf:"bytes,3,opt,name=remark,proto3" json:"remark,omitempty"` UserID string `protobuf:"bytes,4,opt,name=userID,proto3" json:"userID,omitempty"` SourceID int32 `protobuf:"varint,5,opt,name=SourceID,proto3" json:"SourceID,omitempty"` Platform string `protobuf:"bytes,6,opt,name=platform,proto3" json:"platform,omitempty"` // contains filtered or unexported fields }
加入群聊 存在 -------------------------------------------
func (*JoinGroupReq) Descriptor
deprecated
func (*JoinGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use JoinGroupReq.ProtoReflect.Descriptor instead.
func (*JoinGroupReq) GetGroupID ¶
func (x *JoinGroupReq) GetGroupID() string
func (*JoinGroupReq) GetPlatform ¶
func (x *JoinGroupReq) GetPlatform() string
func (*JoinGroupReq) GetRemark ¶
func (x *JoinGroupReq) GetRemark() string
func (*JoinGroupReq) GetServerID ¶
func (x *JoinGroupReq) GetServerID() string
func (*JoinGroupReq) GetSourceID ¶
func (x *JoinGroupReq) GetSourceID() int32
func (*JoinGroupReq) GetUserID ¶
func (x *JoinGroupReq) GetUserID() string
func (*JoinGroupReq) ProtoMessage ¶
func (*JoinGroupReq) ProtoMessage()
func (*JoinGroupReq) ProtoReflect ¶
func (x *JoinGroupReq) ProtoReflect() protoreflect.Message
func (*JoinGroupReq) Reset ¶
func (x *JoinGroupReq) Reset()
func (*JoinGroupReq) String ¶
func (x *JoinGroupReq) String() string
func (*JoinGroupReq) Validate ¶
func (m *JoinGroupReq) Validate() error
Validate checks the field values on JoinGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*JoinGroupReq) ValidateAll ¶
func (m *JoinGroupReq) ValidateAll() error
ValidateAll checks the field values on JoinGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JoinGroupReqMultiError, or nil if none found.
type JoinGroupReqMultiError ¶
type JoinGroupReqMultiError []error
JoinGroupReqMultiError is an error wrapping multiple validation errors returned by JoinGroupReq.ValidateAll() if the designated constraints aren't met.
func (JoinGroupReqMultiError) AllErrors ¶
func (m JoinGroupReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (JoinGroupReqMultiError) Error ¶
func (m JoinGroupReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type JoinGroupReqValidationError ¶
type JoinGroupReqValidationError struct {
// contains filtered or unexported fields
}
JoinGroupReqValidationError is the validation error returned by JoinGroupReq.Validate if the designated constraints aren't met.
func (JoinGroupReqValidationError) Cause ¶
func (e JoinGroupReqValidationError) Cause() error
Cause function returns cause value.
func (JoinGroupReqValidationError) Error ¶
func (e JoinGroupReqValidationError) Error() string
Error satisfies the builtin error interface
func (JoinGroupReqValidationError) ErrorName ¶
func (e JoinGroupReqValidationError) ErrorName() string
ErrorName returns error name.
func (JoinGroupReqValidationError) Field ¶
func (e JoinGroupReqValidationError) Field() string
Field function returns field value.
func (JoinGroupReqValidationError) Key ¶
func (e JoinGroupReqValidationError) Key() bool
Key function returns key value.
func (JoinGroupReqValidationError) Reason ¶
func (e JoinGroupReqValidationError) Reason() string
Reason function returns reason value.
type KickGroupMemberReq ¶
type KickGroupMemberReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` KickedUserIdList []string `protobuf:"bytes,2,rep,name=kickedUserIdList,proto3" json:"kickedUserIdList,omitempty"` //踢人列表 UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` //操作人 // contains filtered or unexported fields }
将用户移出群组 存在 -------------------------------------------
func (*KickGroupMemberReq) Descriptor
deprecated
func (*KickGroupMemberReq) Descriptor() ([]byte, []int)
Deprecated: Use KickGroupMemberReq.ProtoReflect.Descriptor instead.
func (*KickGroupMemberReq) GetGroupID ¶
func (x *KickGroupMemberReq) GetGroupID() string
func (*KickGroupMemberReq) GetKickedUserIdList ¶
func (x *KickGroupMemberReq) GetKickedUserIdList() []string
func (*KickGroupMemberReq) GetUserID ¶
func (x *KickGroupMemberReq) GetUserID() string
func (*KickGroupMemberReq) ProtoMessage ¶
func (*KickGroupMemberReq) ProtoMessage()
func (*KickGroupMemberReq) ProtoReflect ¶
func (x *KickGroupMemberReq) ProtoReflect() protoreflect.Message
func (*KickGroupMemberReq) Reset ¶
func (x *KickGroupMemberReq) Reset()
func (*KickGroupMemberReq) String ¶
func (x *KickGroupMemberReq) String() string
func (*KickGroupMemberReq) Validate ¶
func (m *KickGroupMemberReq) Validate() error
Validate checks the field values on KickGroupMemberReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*KickGroupMemberReq) ValidateAll ¶
func (m *KickGroupMemberReq) ValidateAll() error
ValidateAll checks the field values on KickGroupMemberReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in KickGroupMemberReqMultiError, or nil if none found.
type KickGroupMemberReqMultiError ¶
type KickGroupMemberReqMultiError []error
KickGroupMemberReqMultiError is an error wrapping multiple validation errors returned by KickGroupMemberReq.ValidateAll() if the designated constraints aren't met.
func (KickGroupMemberReqMultiError) AllErrors ¶
func (m KickGroupMemberReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (KickGroupMemberReqMultiError) Error ¶
func (m KickGroupMemberReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type KickGroupMemberReqValidationError ¶
type KickGroupMemberReqValidationError struct {
// contains filtered or unexported fields
}
KickGroupMemberReqValidationError is the validation error returned by KickGroupMemberReq.Validate if the designated constraints aren't met.
func (KickGroupMemberReqValidationError) Cause ¶
func (e KickGroupMemberReqValidationError) Cause() error
Cause function returns cause value.
func (KickGroupMemberReqValidationError) Error ¶
func (e KickGroupMemberReqValidationError) Error() string
Error satisfies the builtin error interface
func (KickGroupMemberReqValidationError) ErrorName ¶
func (e KickGroupMemberReqValidationError) ErrorName() string
ErrorName returns error name.
func (KickGroupMemberReqValidationError) Field ¶
func (e KickGroupMemberReqValidationError) Field() string
Field function returns field value.
func (KickGroupMemberReqValidationError) Key ¶
func (e KickGroupMemberReqValidationError) Key() bool
Key function returns key value.
func (KickGroupMemberReqValidationError) Reason ¶
func (e KickGroupMemberReqValidationError) Reason() string
Reason function returns reason value.
type MemberByIdsReply ¶
type MemberByIdsReply struct { List []*v2.MemberInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*MemberByIdsReply) Descriptor
deprecated
func (*MemberByIdsReply) Descriptor() ([]byte, []int)
Deprecated: Use MemberByIdsReply.ProtoReflect.Descriptor instead.
func (*MemberByIdsReply) GetList ¶
func (x *MemberByIdsReply) GetList() []*v2.MemberInfo
func (*MemberByIdsReply) ProtoMessage ¶
func (*MemberByIdsReply) ProtoMessage()
func (*MemberByIdsReply) ProtoReflect ¶
func (x *MemberByIdsReply) ProtoReflect() protoreflect.Message
func (*MemberByIdsReply) Reset ¶
func (x *MemberByIdsReply) Reset()
func (*MemberByIdsReply) String ¶
func (x *MemberByIdsReply) String() string
func (*MemberByIdsReply) Validate ¶
func (m *MemberByIdsReply) Validate() error
Validate checks the field values on MemberByIdsReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MemberByIdsReply) ValidateAll ¶
func (m *MemberByIdsReply) ValidateAll() error
ValidateAll checks the field values on MemberByIdsReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MemberByIdsReplyMultiError, or nil if none found.
type MemberByIdsReplyMultiError ¶
type MemberByIdsReplyMultiError []error
MemberByIdsReplyMultiError is an error wrapping multiple validation errors returned by MemberByIdsReply.ValidateAll() if the designated constraints aren't met.
func (MemberByIdsReplyMultiError) AllErrors ¶
func (m MemberByIdsReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MemberByIdsReplyMultiError) Error ¶
func (m MemberByIdsReplyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MemberByIdsReplyValidationError ¶
type MemberByIdsReplyValidationError struct {
// contains filtered or unexported fields
}
MemberByIdsReplyValidationError is the validation error returned by MemberByIdsReply.Validate if the designated constraints aren't met.
func (MemberByIdsReplyValidationError) Cause ¶
func (e MemberByIdsReplyValidationError) Cause() error
Cause function returns cause value.
func (MemberByIdsReplyValidationError) Error ¶
func (e MemberByIdsReplyValidationError) Error() string
Error satisfies the builtin error interface
func (MemberByIdsReplyValidationError) ErrorName ¶
func (e MemberByIdsReplyValidationError) ErrorName() string
ErrorName returns error name.
func (MemberByIdsReplyValidationError) Field ¶
func (e MemberByIdsReplyValidationError) Field() string
Field function returns field value.
func (MemberByIdsReplyValidationError) Key ¶
func (e MemberByIdsReplyValidationError) Key() bool
Key function returns key value.
func (MemberByIdsReplyValidationError) Reason ¶
func (e MemberByIdsReplyValidationError) Reason() string
Reason function returns reason value.
type MemberByIdsReq ¶
type MemberByIdsReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs,omitempty"` // contains filtered or unexported fields }
根据id获取用户数据 存在 -------------------------------------------
func (*MemberByIdsReq) Descriptor
deprecated
func (*MemberByIdsReq) Descriptor() ([]byte, []int)
Deprecated: Use MemberByIdsReq.ProtoReflect.Descriptor instead.
func (*MemberByIdsReq) GetGroupID ¶
func (x *MemberByIdsReq) GetGroupID() string
func (*MemberByIdsReq) GetUserIDs ¶
func (x *MemberByIdsReq) GetUserIDs() []string
func (*MemberByIdsReq) ProtoMessage ¶
func (*MemberByIdsReq) ProtoMessage()
func (*MemberByIdsReq) ProtoReflect ¶
func (x *MemberByIdsReq) ProtoReflect() protoreflect.Message
func (*MemberByIdsReq) Reset ¶
func (x *MemberByIdsReq) Reset()
func (*MemberByIdsReq) String ¶
func (x *MemberByIdsReq) String() string
func (*MemberByIdsReq) Validate ¶
func (m *MemberByIdsReq) Validate() error
Validate checks the field values on MemberByIdsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MemberByIdsReq) ValidateAll ¶
func (m *MemberByIdsReq) ValidateAll() error
ValidateAll checks the field values on MemberByIdsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MemberByIdsReqMultiError, or nil if none found.
type MemberByIdsReqMultiError ¶
type MemberByIdsReqMultiError []error
MemberByIdsReqMultiError is an error wrapping multiple validation errors returned by MemberByIdsReq.ValidateAll() if the designated constraints aren't met.
func (MemberByIdsReqMultiError) AllErrors ¶
func (m MemberByIdsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MemberByIdsReqMultiError) Error ¶
func (m MemberByIdsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MemberByIdsReqValidationError ¶
type MemberByIdsReqValidationError struct {
// contains filtered or unexported fields
}
MemberByIdsReqValidationError is the validation error returned by MemberByIdsReq.Validate if the designated constraints aren't met.
func (MemberByIdsReqValidationError) Cause ¶
func (e MemberByIdsReqValidationError) Cause() error
Cause function returns cause value.
func (MemberByIdsReqValidationError) Error ¶
func (e MemberByIdsReqValidationError) Error() string
Error satisfies the builtin error interface
func (MemberByIdsReqValidationError) ErrorName ¶
func (e MemberByIdsReqValidationError) ErrorName() string
ErrorName returns error name.
func (MemberByIdsReqValidationError) Field ¶
func (e MemberByIdsReqValidationError) Field() string
Field function returns field value.
func (MemberByIdsReqValidationError) Key ¶
func (e MemberByIdsReqValidationError) Key() bool
Key function returns key value.
func (MemberByIdsReqValidationError) Reason ¶
func (e MemberByIdsReqValidationError) Reason() string
Reason function returns reason value.
type MuteGroupMemberReq ¶
type MuteGroupMemberReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` MutedSeconds int64 `protobuf:"varint,2,opt,name=mutedSeconds,proto3" json:"mutedSeconds,omitempty"` //禁言时长 s UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` PUserID string `protobuf:"bytes,4,opt,name=pUserID,proto3" json:"pUserID,omitempty"` //操作人 // contains filtered or unexported fields }
禁言群成员请求 存在 -------------------------------------------
func (*MuteGroupMemberReq) Descriptor
deprecated
func (*MuteGroupMemberReq) Descriptor() ([]byte, []int)
Deprecated: Use MuteGroupMemberReq.ProtoReflect.Descriptor instead.
func (*MuteGroupMemberReq) GetGroupID ¶
func (x *MuteGroupMemberReq) GetGroupID() string
func (*MuteGroupMemberReq) GetMutedSeconds ¶
func (x *MuteGroupMemberReq) GetMutedSeconds() int64
func (*MuteGroupMemberReq) GetPUserID ¶
func (x *MuteGroupMemberReq) GetPUserID() string
func (*MuteGroupMemberReq) GetUserID ¶
func (x *MuteGroupMemberReq) GetUserID() string
func (*MuteGroupMemberReq) ProtoMessage ¶
func (*MuteGroupMemberReq) ProtoMessage()
func (*MuteGroupMemberReq) ProtoReflect ¶
func (x *MuteGroupMemberReq) ProtoReflect() protoreflect.Message
func (*MuteGroupMemberReq) Reset ¶
func (x *MuteGroupMemberReq) Reset()
func (*MuteGroupMemberReq) String ¶
func (x *MuteGroupMemberReq) String() string
func (*MuteGroupMemberReq) Validate ¶
func (m *MuteGroupMemberReq) Validate() error
Validate checks the field values on MuteGroupMemberReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MuteGroupMemberReq) ValidateAll ¶
func (m *MuteGroupMemberReq) ValidateAll() error
ValidateAll checks the field values on MuteGroupMemberReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MuteGroupMemberReqMultiError, or nil if none found.
type MuteGroupMemberReqMultiError ¶
type MuteGroupMemberReqMultiError []error
MuteGroupMemberReqMultiError is an error wrapping multiple validation errors returned by MuteGroupMemberReq.ValidateAll() if the designated constraints aren't met.
func (MuteGroupMemberReqMultiError) AllErrors ¶
func (m MuteGroupMemberReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MuteGroupMemberReqMultiError) Error ¶
func (m MuteGroupMemberReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MuteGroupMemberReqValidationError ¶
type MuteGroupMemberReqValidationError struct {
// contains filtered or unexported fields
}
MuteGroupMemberReqValidationError is the validation error returned by MuteGroupMemberReq.Validate if the designated constraints aren't met.
func (MuteGroupMemberReqValidationError) Cause ¶
func (e MuteGroupMemberReqValidationError) Cause() error
Cause function returns cause value.
func (MuteGroupMemberReqValidationError) Error ¶
func (e MuteGroupMemberReqValidationError) Error() string
Error satisfies the builtin error interface
func (MuteGroupMemberReqValidationError) ErrorName ¶
func (e MuteGroupMemberReqValidationError) ErrorName() string
ErrorName returns error name.
func (MuteGroupMemberReqValidationError) Field ¶
func (e MuteGroupMemberReqValidationError) Field() string
Field function returns field value.
func (MuteGroupMemberReqValidationError) Key ¶
func (e MuteGroupMemberReqValidationError) Key() bool
Key function returns key value.
func (MuteGroupMemberReqValidationError) Reason ¶
func (e MuteGroupMemberReqValidationError) Reason() string
Reason function returns reason value.
type MuteGroupReq ¶
type MuteGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` PUserID string `protobuf:"bytes,2,opt,name=pUserID,proto3" json:"pUserID,omitempty"` //操作人 // contains filtered or unexported fields }
禁言群请求 存在 -------------------------------------------
func (*MuteGroupReq) Descriptor
deprecated
func (*MuteGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use MuteGroupReq.ProtoReflect.Descriptor instead.
func (*MuteGroupReq) GetGroupID ¶
func (x *MuteGroupReq) GetGroupID() string
func (*MuteGroupReq) GetPUserID ¶
func (x *MuteGroupReq) GetPUserID() string
func (*MuteGroupReq) ProtoMessage ¶
func (*MuteGroupReq) ProtoMessage()
func (*MuteGroupReq) ProtoReflect ¶
func (x *MuteGroupReq) ProtoReflect() protoreflect.Message
func (*MuteGroupReq) Reset ¶
func (x *MuteGroupReq) Reset()
func (*MuteGroupReq) String ¶
func (x *MuteGroupReq) String() string
func (*MuteGroupReq) Validate ¶
func (m *MuteGroupReq) Validate() error
Validate checks the field values on MuteGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MuteGroupReq) ValidateAll ¶
func (m *MuteGroupReq) ValidateAll() error
ValidateAll checks the field values on MuteGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MuteGroupReqMultiError, or nil if none found.
type MuteGroupReqMultiError ¶
type MuteGroupReqMultiError []error
MuteGroupReqMultiError is an error wrapping multiple validation errors returned by MuteGroupReq.ValidateAll() if the designated constraints aren't met.
func (MuteGroupReqMultiError) AllErrors ¶
func (m MuteGroupReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MuteGroupReqMultiError) Error ¶
func (m MuteGroupReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MuteGroupReqValidationError ¶
type MuteGroupReqValidationError struct {
// contains filtered or unexported fields
}
MuteGroupReqValidationError is the validation error returned by MuteGroupReq.Validate if the designated constraints aren't met.
func (MuteGroupReqValidationError) Cause ¶
func (e MuteGroupReqValidationError) Cause() error
Cause function returns cause value.
func (MuteGroupReqValidationError) Error ¶
func (e MuteGroupReqValidationError) Error() string
Error satisfies the builtin error interface
func (MuteGroupReqValidationError) ErrorName ¶
func (e MuteGroupReqValidationError) ErrorName() string
ErrorName returns error name.
func (MuteGroupReqValidationError) Field ¶
func (e MuteGroupReqValidationError) Field() string
Field function returns field value.
func (MuteGroupReqValidationError) Key ¶
func (e MuteGroupReqValidationError) Key() bool
Key function returns key value.
func (MuteGroupReqValidationError) Reason ¶
func (e MuteGroupReqValidationError) Reason() string
Reason function returns reason value.
type QuitGroupReq ¶
type QuitGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
退出群聊 存在 -------------------------------------------
func (*QuitGroupReq) Descriptor
deprecated
func (*QuitGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use QuitGroupReq.ProtoReflect.Descriptor instead.
func (*QuitGroupReq) GetGroupID ¶
func (x *QuitGroupReq) GetGroupID() string
func (*QuitGroupReq) GetUserID ¶
func (x *QuitGroupReq) GetUserID() string
func (*QuitGroupReq) ProtoMessage ¶
func (*QuitGroupReq) ProtoMessage()
func (*QuitGroupReq) ProtoReflect ¶
func (x *QuitGroupReq) ProtoReflect() protoreflect.Message
func (*QuitGroupReq) Reset ¶
func (x *QuitGroupReq) Reset()
func (*QuitGroupReq) String ¶
func (x *QuitGroupReq) String() string
func (*QuitGroupReq) Validate ¶
func (m *QuitGroupReq) Validate() error
Validate checks the field values on QuitGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QuitGroupReq) ValidateAll ¶
func (m *QuitGroupReq) ValidateAll() error
ValidateAll checks the field values on QuitGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QuitGroupReqMultiError, or nil if none found.
type QuitGroupReqMultiError ¶
type QuitGroupReqMultiError []error
QuitGroupReqMultiError is an error wrapping multiple validation errors returned by QuitGroupReq.ValidateAll() if the designated constraints aren't met.
func (QuitGroupReqMultiError) AllErrors ¶
func (m QuitGroupReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QuitGroupReqMultiError) Error ¶
func (m QuitGroupReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QuitGroupReqValidationError ¶
type QuitGroupReqValidationError struct {
// contains filtered or unexported fields
}
QuitGroupReqValidationError is the validation error returned by QuitGroupReq.Validate if the designated constraints aren't met.
func (QuitGroupReqValidationError) Cause ¶
func (e QuitGroupReqValidationError) Cause() error
Cause function returns cause value.
func (QuitGroupReqValidationError) Error ¶
func (e QuitGroupReqValidationError) Error() string
Error satisfies the builtin error interface
func (QuitGroupReqValidationError) ErrorName ¶
func (e QuitGroupReqValidationError) ErrorName() string
ErrorName returns error name.
func (QuitGroupReqValidationError) Field ¶
func (e QuitGroupReqValidationError) Field() string
Field function returns field value.
func (QuitGroupReqValidationError) Key ¶
func (e QuitGroupReqValidationError) Key() bool
Key function returns key value.
func (QuitGroupReqValidationError) Reason ¶
func (e QuitGroupReqValidationError) Reason() string
Reason function returns reason value.
type SetGroupMemberInfoReq ¶
type SetGroupMemberInfoReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` //群ID UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"` //用户ID Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"` //昵称 FaceURL string `protobuf:"bytes,4,opt,name=faceURL,proto3" json:"faceURL,omitempty"` //头像 RoleLevel int32 `protobuf:"varint,5,opt,name=roleLevel,proto3" json:"roleLevel,omitempty"` //等级 Ex string `protobuf:"bytes,6,opt,name=ex,proto3" json:"ex,omitempty"` //扩展 PUserID string `protobuf:"bytes,7,opt,name=pUserID,proto3" json:"pUserID,omitempty"` //操作人id BackgroundUrl *string `protobuf:"bytes,8,opt,name=backgroundUrl,proto3,oneof" json:"backgroundUrl,omitempty"` //设置背景图片 // contains filtered or unexported fields }
设置群成员信息 存在 -------------------------------------------
func (*SetGroupMemberInfoReq) Descriptor
deprecated
func (*SetGroupMemberInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use SetGroupMemberInfoReq.ProtoReflect.Descriptor instead.
func (*SetGroupMemberInfoReq) GetBackgroundUrl ¶
func (x *SetGroupMemberInfoReq) GetBackgroundUrl() string
func (*SetGroupMemberInfoReq) GetEx ¶
func (x *SetGroupMemberInfoReq) GetEx() string
func (*SetGroupMemberInfoReq) GetFaceURL ¶
func (x *SetGroupMemberInfoReq) GetFaceURL() string
func (*SetGroupMemberInfoReq) GetGroupID ¶
func (x *SetGroupMemberInfoReq) GetGroupID() string
func (*SetGroupMemberInfoReq) GetNickname ¶
func (x *SetGroupMemberInfoReq) GetNickname() string
func (*SetGroupMemberInfoReq) GetPUserID ¶
func (x *SetGroupMemberInfoReq) GetPUserID() string
func (*SetGroupMemberInfoReq) GetRoleLevel ¶
func (x *SetGroupMemberInfoReq) GetRoleLevel() int32
func (*SetGroupMemberInfoReq) GetUserID ¶
func (x *SetGroupMemberInfoReq) GetUserID() string
func (*SetGroupMemberInfoReq) ProtoMessage ¶
func (*SetGroupMemberInfoReq) ProtoMessage()
func (*SetGroupMemberInfoReq) ProtoReflect ¶
func (x *SetGroupMemberInfoReq) ProtoReflect() protoreflect.Message
func (*SetGroupMemberInfoReq) Reset ¶
func (x *SetGroupMemberInfoReq) Reset()
func (*SetGroupMemberInfoReq) String ¶
func (x *SetGroupMemberInfoReq) String() string
func (*SetGroupMemberInfoReq) Validate ¶
func (m *SetGroupMemberInfoReq) Validate() error
Validate checks the field values on SetGroupMemberInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetGroupMemberInfoReq) ValidateAll ¶
func (m *SetGroupMemberInfoReq) ValidateAll() error
ValidateAll checks the field values on SetGroupMemberInfoReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetGroupMemberInfoReqMultiError, or nil if none found.
type SetGroupMemberInfoReqMultiError ¶
type SetGroupMemberInfoReqMultiError []error
SetGroupMemberInfoReqMultiError is an error wrapping multiple validation errors returned by SetGroupMemberInfoReq.ValidateAll() if the designated constraints aren't met.
func (SetGroupMemberInfoReqMultiError) AllErrors ¶
func (m SetGroupMemberInfoReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetGroupMemberInfoReqMultiError) Error ¶
func (m SetGroupMemberInfoReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetGroupMemberInfoReqValidationError ¶
type SetGroupMemberInfoReqValidationError struct {
// contains filtered or unexported fields
}
SetGroupMemberInfoReqValidationError is the validation error returned by SetGroupMemberInfoReq.Validate if the designated constraints aren't met.
func (SetGroupMemberInfoReqValidationError) Cause ¶
func (e SetGroupMemberInfoReqValidationError) Cause() error
Cause function returns cause value.
func (SetGroupMemberInfoReqValidationError) Error ¶
func (e SetGroupMemberInfoReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetGroupMemberInfoReqValidationError) ErrorName ¶
func (e SetGroupMemberInfoReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetGroupMemberInfoReqValidationError) Field ¶
func (e SetGroupMemberInfoReqValidationError) Field() string
Field function returns field value.
func (SetGroupMemberInfoReqValidationError) Key ¶
func (e SetGroupMemberInfoReqValidationError) Key() bool
Key function returns key value.
func (SetGroupMemberInfoReqValidationError) Reason ¶
func (e SetGroupMemberInfoReqValidationError) Reason() string
Reason function returns reason value.
type TransferGroupReq ¶
type TransferGroupReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` NewOwnerUserID string `protobuf:"bytes,2,opt,name=newOwnerUserID,proto3" json:"newOwnerUserID,omitempty"` //新的群主 UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"` //操作人(原群主) // contains filtered or unexported fields }
转让群主 存在 -------------------------------------------
func (*TransferGroupReq) Descriptor
deprecated
func (*TransferGroupReq) Descriptor() ([]byte, []int)
Deprecated: Use TransferGroupReq.ProtoReflect.Descriptor instead.
func (*TransferGroupReq) GetGroupID ¶
func (x *TransferGroupReq) GetGroupID() string
func (*TransferGroupReq) GetNewOwnerUserID ¶
func (x *TransferGroupReq) GetNewOwnerUserID() string
func (*TransferGroupReq) GetUserID ¶
func (x *TransferGroupReq) GetUserID() string
func (*TransferGroupReq) ProtoMessage ¶
func (*TransferGroupReq) ProtoMessage()
func (*TransferGroupReq) ProtoReflect ¶
func (x *TransferGroupReq) ProtoReflect() protoreflect.Message
func (*TransferGroupReq) Reset ¶
func (x *TransferGroupReq) Reset()
func (*TransferGroupReq) String ¶
func (x *TransferGroupReq) String() string
func (*TransferGroupReq) Validate ¶
func (m *TransferGroupReq) Validate() error
Validate checks the field values on TransferGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TransferGroupReq) ValidateAll ¶
func (m *TransferGroupReq) ValidateAll() error
ValidateAll checks the field values on TransferGroupReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TransferGroupReqMultiError, or nil if none found.
type TransferGroupReqMultiError ¶
type TransferGroupReqMultiError []error
TransferGroupReqMultiError is an error wrapping multiple validation errors returned by TransferGroupReq.ValidateAll() if the designated constraints aren't met.
func (TransferGroupReqMultiError) AllErrors ¶
func (m TransferGroupReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TransferGroupReqMultiError) Error ¶
func (m TransferGroupReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TransferGroupReqValidationError ¶
type TransferGroupReqValidationError struct {
// contains filtered or unexported fields
}
TransferGroupReqValidationError is the validation error returned by TransferGroupReq.Validate if the designated constraints aren't met.
func (TransferGroupReqValidationError) Cause ¶
func (e TransferGroupReqValidationError) Cause() error
Cause function returns cause value.
func (TransferGroupReqValidationError) Error ¶
func (e TransferGroupReqValidationError) Error() string
Error satisfies the builtin error interface
func (TransferGroupReqValidationError) ErrorName ¶
func (e TransferGroupReqValidationError) ErrorName() string
ErrorName returns error name.
func (TransferGroupReqValidationError) Field ¶
func (e TransferGroupReqValidationError) Field() string
Field function returns field value.
func (TransferGroupReqValidationError) Key ¶
func (e TransferGroupReqValidationError) Key() bool
Key function returns key value.
func (TransferGroupReqValidationError) Reason ¶
func (e TransferGroupReqValidationError) Reason() string
Reason function returns reason value.
type UnimplementedGroupServer ¶
type UnimplementedGroupServer struct { }
UnimplementedGroupServer must be embedded to have forward compatible implementations.
func (UnimplementedGroupServer) AddGroupAdmin ¶
func (UnimplementedGroupServer) AddGroupAdmin(context.Context, *AddGroupAdminReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) ApplicationResponse ¶
func (UnimplementedGroupServer) ApplicationResponse(context.Context, *ApplicationResponseReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) BatchAddGroupAdmin ¶
func (UnimplementedGroupServer) BatchAddGroupAdmin(context.Context, *BatchAddGroupAdmReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) BatchCancelGroupManager ¶
func (UnimplementedGroupServer) BatchCancelGroupManager(context.Context, *BatchCancelGroupManagerReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) CancelGroupManager ¶
func (UnimplementedGroupServer) CancelGroupManager(context.Context, *CancelGroupManagerReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) CancelMuteGroup ¶
func (UnimplementedGroupServer) CancelMuteGroup(context.Context, *CancelMuteGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) CancelMuteGroupMember ¶
func (UnimplementedGroupServer) CancelMuteGroupMember(context.Context, *CancelMuteGroupMemberReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) CreateGroup ¶
func (UnimplementedGroupServer) CreateGroup(context.Context, *CrateGroupReq) (*CrateGroupReply, error)
func (UnimplementedGroupServer) DismissGroup ¶
func (UnimplementedGroupServer) DismissGroup(context.Context, *DismissGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) DismissGroupNotice ¶
func (UnimplementedGroupServer) DismissGroupNotice(context.Context, *DismissGroupNoticeReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) EditGroupProfile ¶
func (UnimplementedGroupServer) EditGroupProfile(context.Context, *EditGroupProfileReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) GetFullGroupInfo ¶
func (UnimplementedGroupServer) GetFullGroupInfo(context.Context, *GetFullGroupInfoReq) (*GetFullGroupInfoReply, error)
func (UnimplementedGroupServer) GetGroupAbstractInfo ¶
func (UnimplementedGroupServer) GetGroupAbstractInfo(context.Context, *GetGroupAbstractInfoReq) (*GetGroupAbstractInfoReply, error)
func (UnimplementedGroupServer) GetGroupApplicationList ¶
func (UnimplementedGroupServer) GetGroupApplicationList(context.Context, *GetGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error)
func (UnimplementedGroupServer) GetGroupByCode ¶
func (UnimplementedGroupServer) GetGroupByCode(context.Context, *GetGroupByCodeReq) (*GetGroupByCodeReply, error)
func (UnimplementedGroupServer) GetGroupInfo ¶
func (UnimplementedGroupServer) GetGroupInfo(context.Context, *GetGroupInfoReq) (*GetGroupInfoReply, error)
func (UnimplementedGroupServer) GetGroupMembers ¶
func (UnimplementedGroupServer) GetGroupMembers(context.Context, *GetGroupMembersReq) (*GetGroupMembersReply, error)
func (UnimplementedGroupServer) GetJoinedGroupList ¶
func (UnimplementedGroupServer) GetJoinedGroupList(context.Context, *GetJoinedGroupListReq) (*GetJoinedGroupListReply, error)
func (UnimplementedGroupServer) GetUntreatedGroupApplicationList ¶
func (UnimplementedGroupServer) GetUntreatedGroupApplicationList(context.Context, *GetUntreatedGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error)
func (UnimplementedGroupServer) GetUserReqGroupApplicationList ¶
func (UnimplementedGroupServer) GetUserReqGroupApplicationList(context.Context, *GetUserJoinGroupApplicationListReq) (*GetRecvGroupApplicationListReply, error)
func (UnimplementedGroupServer) InviteUserToGroup ¶
func (UnimplementedGroupServer) InviteUserToGroup(context.Context, *InviteUserToGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) IsGroupMember ¶ added in v0.0.2
func (UnimplementedGroupServer) IsGroupMember(context.Context, *IsGroupMemberReq) (*IsGroupMemberReply, error)
func (UnimplementedGroupServer) JoinGroup ¶
func (UnimplementedGroupServer) JoinGroup(context.Context, *JoinGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) KickGroupMember ¶
func (UnimplementedGroupServer) KickGroupMember(context.Context, *KickGroupMemberReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) MemberByIds ¶
func (UnimplementedGroupServer) MemberByIds(context.Context, *MemberByIdsReq) (*MemberByIdsReply, error)
func (UnimplementedGroupServer) MuteGroup ¶
func (UnimplementedGroupServer) MuteGroup(context.Context, *MuteGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) MuteGroupMember ¶
func (UnimplementedGroupServer) MuteGroupMember(context.Context, *MuteGroupMemberReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) QuitGroup ¶
func (UnimplementedGroupServer) QuitGroup(context.Context, *QuitGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) SetGroupMemberInfo ¶
func (UnimplementedGroupServer) SetGroupMemberInfo(context.Context, *SetGroupMemberInfoReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) TransferGroup ¶
func (UnimplementedGroupServer) TransferGroup(context.Context, *TransferGroupReq) (*emptypb.Empty, error)
func (UnimplementedGroupServer) UpdateGroupSwitch ¶
func (UnimplementedGroupServer) UpdateGroupSwitch(context.Context, *UpdateGroupSwitchReq) (*emptypb.Empty, error)
type UnsafeGroupServer ¶
type UnsafeGroupServer interface {
// contains filtered or unexported methods
}
UnsafeGroupServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GroupServer will result in compilation errors.
type UpdateGroupSwitchReq ¶
type UpdateGroupSwitchReq struct { GroupID string `protobuf:"bytes,1,opt,name=groupID,proto3" json:"groupID,omitempty"` UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID,omitempty"` Field GroupSwitchOption `protobuf:"varint,3,opt,name=field,proto3,enum=api.im_cloud.group.v2.GroupSwitchOption" json:"field,omitempty"` Updates int32 `protobuf:"varint,4,opt,name=updates,proto3" json:"updates,omitempty"` // contains filtered or unexported fields }
更新群开关 存在 -------------------------------------------
func (*UpdateGroupSwitchReq) Descriptor
deprecated
func (*UpdateGroupSwitchReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateGroupSwitchReq.ProtoReflect.Descriptor instead.
func (*UpdateGroupSwitchReq) GetField ¶
func (x *UpdateGroupSwitchReq) GetField() GroupSwitchOption
func (*UpdateGroupSwitchReq) GetGroupID ¶
func (x *UpdateGroupSwitchReq) GetGroupID() string
func (*UpdateGroupSwitchReq) GetUpdates ¶
func (x *UpdateGroupSwitchReq) GetUpdates() int32
func (*UpdateGroupSwitchReq) GetUserID ¶
func (x *UpdateGroupSwitchReq) GetUserID() string
func (*UpdateGroupSwitchReq) ProtoMessage ¶
func (*UpdateGroupSwitchReq) ProtoMessage()
func (*UpdateGroupSwitchReq) ProtoReflect ¶
func (x *UpdateGroupSwitchReq) ProtoReflect() protoreflect.Message
func (*UpdateGroupSwitchReq) Reset ¶
func (x *UpdateGroupSwitchReq) Reset()
func (*UpdateGroupSwitchReq) String ¶
func (x *UpdateGroupSwitchReq) String() string
func (*UpdateGroupSwitchReq) Validate ¶
func (m *UpdateGroupSwitchReq) Validate() error
Validate checks the field values on UpdateGroupSwitchReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateGroupSwitchReq) ValidateAll ¶
func (m *UpdateGroupSwitchReq) ValidateAll() error
ValidateAll checks the field values on UpdateGroupSwitchReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateGroupSwitchReqMultiError, or nil if none found.
type UpdateGroupSwitchReqMultiError ¶
type UpdateGroupSwitchReqMultiError []error
UpdateGroupSwitchReqMultiError is an error wrapping multiple validation errors returned by UpdateGroupSwitchReq.ValidateAll() if the designated constraints aren't met.
func (UpdateGroupSwitchReqMultiError) AllErrors ¶
func (m UpdateGroupSwitchReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateGroupSwitchReqMultiError) Error ¶
func (m UpdateGroupSwitchReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateGroupSwitchReqValidationError ¶
type UpdateGroupSwitchReqValidationError struct {
// contains filtered or unexported fields
}
UpdateGroupSwitchReqValidationError is the validation error returned by UpdateGroupSwitchReq.Validate if the designated constraints aren't met.
func (UpdateGroupSwitchReqValidationError) Cause ¶
func (e UpdateGroupSwitchReqValidationError) Cause() error
Cause function returns cause value.
func (UpdateGroupSwitchReqValidationError) Error ¶
func (e UpdateGroupSwitchReqValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateGroupSwitchReqValidationError) ErrorName ¶
func (e UpdateGroupSwitchReqValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateGroupSwitchReqValidationError) Field ¶
func (e UpdateGroupSwitchReqValidationError) Field() string
Field function returns field value.
func (UpdateGroupSwitchReqValidationError) Key ¶
func (e UpdateGroupSwitchReqValidationError) Key() bool
Key function returns key value.
func (UpdateGroupSwitchReqValidationError) Reason ¶
func (e UpdateGroupSwitchReqValidationError) Reason() string
Reason function returns reason value.