cometserverclient

package
v0.0.0-...-426ab08 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CometServer

type CometServer interface {
	Send2User(ctx context.Context, in *Request) (*Response, error)
	Send2Friend(ctx context.Context, in *Request) (*Response, error)
	Send2Group(ctx context.Context, in *Request) (*Response, error)
	Send2Room(ctx context.Context, in *Request) (*Response, error)
	Send2Push(ctx context.Context, in *Request) (*Response, error)
}

func NewCometServer

func NewCometServer(cli zrpc.Client) CometServer

type Request

type Request = comet_server.Request

type RequestAck

type RequestAck = comet_server.RequestAck

type Response

type Response = comet_server.Response

type ResponseAck

type ResponseAck = comet_server.ResponseAck

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL