Documentation ¶
Index ¶
- func NewV1() group.IGroupV1
- type ControllerV1
- func (c *ControllerV1) ApplyAgree(ctx context.Context, req *v1.ApplyAgreeReq) (res *v1.ApplyAgreeRes, err error)
- func (c *ControllerV1) ApplyAll(ctx context.Context, req *v1.ApplyAllReq) (res *v1.ApplyAllRes, err error)
- func (c *ControllerV1) ApplyCreate(ctx context.Context, req *v1.ApplyCreateReq) (res *v1.ApplyCreateRes, err error)
- func (c *ControllerV1) ApplyDecline(ctx context.Context, req *v1.ApplyDeclineReq) (res *v1.ApplyDeclineRes, err error)
- func (c *ControllerV1) ApplyDelete(ctx context.Context, req *v1.ApplyDeleteReq) (res *v1.ApplyDeleteRes, err error)
- func (c *ControllerV1) ApplyList(ctx context.Context, req *v1.ApplyListReq) (res *v1.ApplyListRes, err error)
- func (c *ControllerV1) ApplyUnread(ctx context.Context, req *v1.ApplyUnreadReq) (res *v1.ApplyUnreadRes, err error)
- func (c *ControllerV1) GetInviteFriends(ctx context.Context, req *v1.GetInviteFriendsReq) (res *v1.GetInviteFriendsRes, err error)
- func (c *ControllerV1) GroupAssignAdmin(ctx context.Context, req *v1.GroupAssignAdminReq) (res *v1.GroupAssignAdminRes, err error)
- func (c *ControllerV1) GroupCreate(ctx context.Context, req *v1.GroupCreateReq) (res *v1.GroupCreateRes, err error)
- func (c *ControllerV1) GroupDetail(ctx context.Context, req *v1.GroupDetailReq) (res *v1.GroupDetailRes, err error)
- func (c *ControllerV1) GroupDismiss(ctx context.Context, req *v1.GroupDismissReq) (res *v1.GroupDismissRes, err error)
- func (c *ControllerV1) GroupHandover(ctx context.Context, req *v1.GroupHandoverReq) (res *v1.GroupHandoverRes, err error)
- func (c *ControllerV1) GroupInvite(ctx context.Context, req *v1.GroupInviteReq) (res *v1.GroupInviteRes, err error)
- func (c *ControllerV1) GroupList(ctx context.Context, req *v1.GroupListReq) (res *v1.GroupListRes, err error)
- func (c *ControllerV1) GroupMemberList(ctx context.Context, req *v1.GroupMemberListReq) (res *v1.GroupMemberListRes, err error)
- func (c *ControllerV1) GroupMute(ctx context.Context, req *v1.GroupMuteReq) (res *v1.GroupMuteRes, err error)
- func (c *ControllerV1) GroupNoSpeak(ctx context.Context, req *v1.GroupNoSpeakReq) (res *v1.GroupNoSpeakRes, err error)
- func (c *ControllerV1) GroupOvert(ctx context.Context, req *v1.GroupOvertReq) (res *v1.GroupOvertRes, err error)
- func (c *ControllerV1) GroupOvertList(ctx context.Context, req *v1.GroupOvertListReq) (res *v1.GroupOvertListRes, err error)
- func (c *ControllerV1) GroupRemarkUpdate(ctx context.Context, req *v1.GroupRemarkUpdateReq) (res *v1.GroupRemarkUpdateRes, err error)
- func (c *ControllerV1) GroupRemoveMember(ctx context.Context, req *v1.GroupRemoveMemberReq) (res *v1.GroupRemoveMemberRes, err error)
- func (c *ControllerV1) GroupSecede(ctx context.Context, req *v1.GroupSecedeReq) (res *v1.GroupSecedeRes, err error)
- func (c *ControllerV1) GroupSetting(ctx context.Context, req *v1.GroupSettingReq) (res *v1.GroupSettingRes, err error)
- func (c *ControllerV1) NoticeDelete(ctx context.Context, req *v1.NoticeDeleteReq) (res *v1.NoticeDeleteRes, err error)
- func (c *ControllerV1) NoticeEdit(ctx context.Context, req *v1.NoticeEditReq) (res *v1.NoticeEditRes, err error)
- func (c *ControllerV1) NoticeList(ctx context.Context, req *v1.NoticeListReq) (res *v1.NoticeListRes, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControllerV1 ¶
type ControllerV1 struct{}
func (*ControllerV1) ApplyAgree ¶ added in v1.0.0
func (c *ControllerV1) ApplyAgree(ctx context.Context, req *v1.ApplyAgreeReq) (res *v1.ApplyAgreeRes, err error)
func (*ControllerV1) ApplyAll ¶ added in v1.0.0
func (c *ControllerV1) ApplyAll(ctx context.Context, req *v1.ApplyAllReq) (res *v1.ApplyAllRes, err error)
func (*ControllerV1) ApplyCreate ¶ added in v1.0.0
func (c *ControllerV1) ApplyCreate(ctx context.Context, req *v1.ApplyCreateReq) (res *v1.ApplyCreateRes, err error)
func (*ControllerV1) ApplyDecline ¶ added in v1.0.0
func (c *ControllerV1) ApplyDecline(ctx context.Context, req *v1.ApplyDeclineReq) (res *v1.ApplyDeclineRes, err error)
func (*ControllerV1) ApplyDelete ¶ added in v1.0.0
func (c *ControllerV1) ApplyDelete(ctx context.Context, req *v1.ApplyDeleteReq) (res *v1.ApplyDeleteRes, err error)
func (*ControllerV1) ApplyList ¶ added in v1.0.0
func (c *ControllerV1) ApplyList(ctx context.Context, req *v1.ApplyListReq) (res *v1.ApplyListRes, err error)
func (*ControllerV1) ApplyUnread ¶ added in v1.0.0
func (c *ControllerV1) ApplyUnread(ctx context.Context, req *v1.ApplyUnreadReq) (res *v1.ApplyUnreadRes, err error)
func (*ControllerV1) GetInviteFriends ¶
func (c *ControllerV1) GetInviteFriends(ctx context.Context, req *v1.GetInviteFriendsReq) (res *v1.GetInviteFriendsRes, err error)
func (*ControllerV1) GroupAssignAdmin ¶
func (c *ControllerV1) GroupAssignAdmin(ctx context.Context, req *v1.GroupAssignAdminReq) (res *v1.GroupAssignAdminRes, err error)
func (*ControllerV1) GroupCreate ¶
func (c *ControllerV1) GroupCreate(ctx context.Context, req *v1.GroupCreateReq) (res *v1.GroupCreateRes, err error)
func (*ControllerV1) GroupDetail ¶
func (c *ControllerV1) GroupDetail(ctx context.Context, req *v1.GroupDetailReq) (res *v1.GroupDetailRes, err error)
func (*ControllerV1) GroupDismiss ¶
func (c *ControllerV1) GroupDismiss(ctx context.Context, req *v1.GroupDismissReq) (res *v1.GroupDismissRes, err error)
func (*ControllerV1) GroupHandover ¶
func (c *ControllerV1) GroupHandover(ctx context.Context, req *v1.GroupHandoverReq) (res *v1.GroupHandoverRes, err error)
func (*ControllerV1) GroupInvite ¶
func (c *ControllerV1) GroupInvite(ctx context.Context, req *v1.GroupInviteReq) (res *v1.GroupInviteRes, err error)
func (*ControllerV1) GroupList ¶
func (c *ControllerV1) GroupList(ctx context.Context, req *v1.GroupListReq) (res *v1.GroupListRes, err error)
func (*ControllerV1) GroupMemberList ¶
func (c *ControllerV1) GroupMemberList(ctx context.Context, req *v1.GroupMemberListReq) (res *v1.GroupMemberListRes, err error)
func (*ControllerV1) GroupMute ¶
func (c *ControllerV1) GroupMute(ctx context.Context, req *v1.GroupMuteReq) (res *v1.GroupMuteRes, err error)
func (*ControllerV1) GroupNoSpeak ¶
func (c *ControllerV1) GroupNoSpeak(ctx context.Context, req *v1.GroupNoSpeakReq) (res *v1.GroupNoSpeakRes, err error)
func (*ControllerV1) GroupOvert ¶
func (c *ControllerV1) GroupOvert(ctx context.Context, req *v1.GroupOvertReq) (res *v1.GroupOvertRes, err error)
func (*ControllerV1) GroupOvertList ¶
func (c *ControllerV1) GroupOvertList(ctx context.Context, req *v1.GroupOvertListReq) (res *v1.GroupOvertListRes, err error)
func (*ControllerV1) GroupRemarkUpdate ¶
func (c *ControllerV1) GroupRemarkUpdate(ctx context.Context, req *v1.GroupRemarkUpdateReq) (res *v1.GroupRemarkUpdateRes, err error)
func (*ControllerV1) GroupRemoveMember ¶
func (c *ControllerV1) GroupRemoveMember(ctx context.Context, req *v1.GroupRemoveMemberReq) (res *v1.GroupRemoveMemberRes, err error)
func (*ControllerV1) GroupSecede ¶
func (c *ControllerV1) GroupSecede(ctx context.Context, req *v1.GroupSecedeReq) (res *v1.GroupSecedeRes, err error)
func (*ControllerV1) GroupSetting ¶
func (c *ControllerV1) GroupSetting(ctx context.Context, req *v1.GroupSettingReq) (res *v1.GroupSettingRes, err error)
func (*ControllerV1) NoticeDelete ¶ added in v1.0.0
func (c *ControllerV1) NoticeDelete(ctx context.Context, req *v1.NoticeDeleteReq) (res *v1.NoticeDeleteRes, err error)
func (*ControllerV1) NoticeEdit ¶ added in v1.0.0
func (c *ControllerV1) NoticeEdit(ctx context.Context, req *v1.NoticeEditReq) (res *v1.NoticeEditRes, err error)
func (*ControllerV1) NoticeList ¶ added in v1.0.0
func (c *ControllerV1) NoticeList(ctx context.Context, req *v1.NoticeListReq) (res *v1.NoticeListRes, err error)
Source Files ¶
- group.go
- group_new.go
- group_v1_apply_agree.go
- group_v1_apply_all.go
- group_v1_apply_create.go
- group_v1_apply_decline.go
- group_v1_apply_delete.go
- group_v1_apply_list.go
- group_v1_apply_unread.go
- group_v1_get_invite_friends.go
- group_v1_group_assign_admin.go
- group_v1_group_create.go
- group_v1_group_detail.go
- group_v1_group_dismiss.go
- group_v1_group_handover.go
- group_v1_group_invite.go
- group_v1_group_list.go
- group_v1_group_member_list.go
- group_v1_group_mute.go
- group_v1_group_no_speak.go
- group_v1_group_overt.go
- group_v1_group_overt_list.go
- group_v1_group_remark_update.go
- group_v1_group_remove_member.go
- group_v1_group_secede.go
- group_v1_group_setting.go
- group_v1_notice_delete.go
- group_v1_notice_edit.go
- group_v1_notice_list.go
Click to show internal directories.
Click to hide internal directories.