Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastGroupLogic ¶
func NewBroadcastGroupLogic ¶
func NewBroadcastGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BroadcastGroupLogic
func (*BroadcastGroupLogic) BroadcastGroup ¶
func (l *BroadcastGroupLogic) BroadcastGroup(in *comet.BroadcastGroupReq) (*comet.BroadcastGroupReply, error)
type BroadcastLogic ¶
func NewBroadcastLogic ¶
func NewBroadcastLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BroadcastLogic
func (*BroadcastLogic) Broadcast ¶
func (l *BroadcastLogic) Broadcast(in *comet.BroadcastReq) (*comet.BroadcastReply, error)
type DelGroupsLogic ¶
func NewDelGroupsLogic ¶
func NewDelGroupsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DelGroupsLogic
func (*DelGroupsLogic) DelGroups ¶
func (l *DelGroupsLogic) DelGroups(in *comet.DelGroupsReq) (*comet.DelGroupsReply, error)
type JoinGroupsLogic ¶
func NewJoinGroupsLogic ¶
func NewJoinGroupsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *JoinGroupsLogic
func (*JoinGroupsLogic) JoinGroups ¶
func (l *JoinGroupsLogic) JoinGroups(in *comet.JoinGroupsReq) (*comet.JoinGroupsReply, error)
type LeaveGroupsLogic ¶
func NewLeaveGroupsLogic ¶
func NewLeaveGroupsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LeaveGroupsLogic
func (*LeaveGroupsLogic) LeaveGroups ¶
func (l *LeaveGroupsLogic) LeaveGroups(in *comet.LeaveGroupsReq) (*comet.LeaveGroupsReply, error)
type PushMsgLogic ¶
func NewPushMsgLogic ¶
func NewPushMsgLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PushMsgLogic
func (*PushMsgLogic) PushMsg ¶
func (l *PushMsgLogic) PushMsg(in *comet.PushMsgReq) (*comet.PushMsgReply, error)
Click to show internal directories.
Click to hide internal directories.