Documentation ¶
Index ¶
- type Pusher
- type Service
- func (s *Service) DealConn(ctx context.Context, m *logic.BizMsg) error
- func (s *Service) DealPush(ctx context.Context, m *record.PushMsg) error
- func (s *Service) JoinGroups(ctx context.Context, uid, key string) error
- func (s *Service) ListenMQ()
- func (s *Service) PushClient(ctx context.Context, key, from, mid, target string, tp int32, frameType string, ...) error
- func (s *Service) PushUser(ctx context.Context, key, from, mid, target string, tp int32, frameType string, ...) error
- func (s *Service) Shutdown(ctx context.Context)
- func (s *Service) UniCastSignalEndpointLogin(ctx context.Context, uid string, actionProto *xproto.SignalEndpointLogin) error
- func (s *Service) UniCastSignalReceived(ctx context.Context, item *logH.ConnSeqItem) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) JoinGroups ¶
func (*Service) PushClient ¶
func (s *Service) PushClient(ctx context.Context, key, from, mid, target string, tp int32, frameType string, body []byte) error
just socket push
func (*Service) PushUser ¶
func (s *Service) PushUser(ctx context.Context, key, from, mid, target string, tp int32, frameType string, body []byte) error
just socket push
func (*Service) UniCastSignalEndpointLogin ¶
func (*Service) UniCastSignalReceived ¶
just socket push
Click to show internal directories.
Click to hide internal directories.