Versions in this module Expand all Collapse all v0 v0.2.0-alpha.0 Jun 12, 2023 v0.1.0 Feb 6, 2023 Changes in this version + type CometServer struct + func NewCometServer(svcCtx *svc.ServiceContext) *CometServer + func (s *CometServer) Broadcast(ctx context.Context, in *comet.BroadcastReq) (*comet.BroadcastReply, error) + func (s *CometServer) BroadcastGroup(ctx context.Context, in *comet.BroadcastGroupReq) (*comet.BroadcastGroupReply, error) + func (s *CometServer) DelGroups(ctx context.Context, in *comet.DelGroupsReq) (*comet.DelGroupsReply, error) + func (s *CometServer) JoinGroups(ctx context.Context, in *comet.JoinGroupsReq) (*comet.JoinGroupsReply, error) + func (s *CometServer) LeaveGroups(ctx context.Context, in *comet.LeaveGroupsReq) (*comet.LeaveGroupsReply, error) + func (s *CometServer) PushMsg(ctx context.Context, in *comet.PushMsgReq) (*comet.PushMsgReply, error)