Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 GroupCastLogic ¶
func NewGroupCastLogic ¶
func NewGroupCastLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GroupCastLogic
func (*GroupCastLogic) GroupCast ¶
func (l *GroupCastLogic) GroupCast(in *comet.GroupCastReq) (*comet.GroupCastReply, 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 ListCastLogic ¶
func NewListCastLogic ¶
func NewListCastLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ListCastLogic
func (*ListCastLogic) ListCast ¶
func (l *ListCastLogic) ListCast(in *comet.ListCastReq) (*comet.ListCastReply, error)
Click to show internal directories.
Click to hide internal directories.