Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterCometServer(s *grpc.Server, srv CometServer)
- type BroadcastReply
- func (*BroadcastReply) Descriptor() ([]byte, []int)
- func (m *BroadcastReply) Marshal() (dAtA []byte, err error)
- func (m *BroadcastReply) MarshalTo(dAtA []byte) (int, error)
- func (*BroadcastReply) ProtoMessage()
- func (m *BroadcastReply) Reset()
- func (m *BroadcastReply) Size() (n int)
- func (m *BroadcastReply) String() string
- func (m *BroadcastReply) Unmarshal(dAtA []byte) error
- func (m *BroadcastReply) XXX_DiscardUnknown()
- func (m *BroadcastReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BroadcastReply) XXX_Merge(src proto.Message)
- func (m *BroadcastReply) XXX_Size() int
- func (m *BroadcastReply) XXX_Unmarshal(b []byte) error
- type BroadcastReq
- func (*BroadcastReq) Descriptor() ([]byte, []int)
- func (m *BroadcastReq) GetProto() *Proto
- func (m *BroadcastReq) GetProtoOp() int32
- func (m *BroadcastReq) GetSpeed() int32
- func (m *BroadcastReq) Marshal() (dAtA []byte, err error)
- func (m *BroadcastReq) MarshalTo(dAtA []byte) (int, error)
- func (*BroadcastReq) ProtoMessage()
- func (m *BroadcastReq) Reset()
- func (m *BroadcastReq) Size() (n int)
- func (m *BroadcastReq) String() string
- func (m *BroadcastReq) Unmarshal(dAtA []byte) error
- func (m *BroadcastReq) XXX_DiscardUnknown()
- func (m *BroadcastReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BroadcastReq) XXX_Merge(src proto.Message)
- func (m *BroadcastReq) XXX_Size() int
- func (m *BroadcastReq) XXX_Unmarshal(b []byte) error
- type BroadcastRoomReply
- func (*BroadcastRoomReply) Descriptor() ([]byte, []int)
- func (m *BroadcastRoomReply) Marshal() (dAtA []byte, err error)
- func (m *BroadcastRoomReply) MarshalTo(dAtA []byte) (int, error)
- func (*BroadcastRoomReply) ProtoMessage()
- func (m *BroadcastRoomReply) Reset()
- func (m *BroadcastRoomReply) Size() (n int)
- func (m *BroadcastRoomReply) String() string
- func (m *BroadcastRoomReply) Unmarshal(dAtA []byte) error
- func (m *BroadcastRoomReply) XXX_DiscardUnknown()
- func (m *BroadcastRoomReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BroadcastRoomReply) XXX_Merge(src proto.Message)
- func (m *BroadcastRoomReply) XXX_Size() int
- func (m *BroadcastRoomReply) XXX_Unmarshal(b []byte) error
- type BroadcastRoomReq
- func (*BroadcastRoomReq) Descriptor() ([]byte, []int)
- func (m *BroadcastRoomReq) GetProto() *Proto
- func (m *BroadcastRoomReq) GetRoomID() string
- func (m *BroadcastRoomReq) Marshal() (dAtA []byte, err error)
- func (m *BroadcastRoomReq) MarshalTo(dAtA []byte) (int, error)
- func (*BroadcastRoomReq) ProtoMessage()
- func (m *BroadcastRoomReq) Reset()
- func (m *BroadcastRoomReq) Size() (n int)
- func (m *BroadcastRoomReq) String() string
- func (m *BroadcastRoomReq) Unmarshal(dAtA []byte) error
- func (m *BroadcastRoomReq) XXX_DiscardUnknown()
- func (m *BroadcastRoomReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *BroadcastRoomReq) XXX_Merge(src proto.Message)
- func (m *BroadcastRoomReq) XXX_Size() int
- func (m *BroadcastRoomReq) XXX_Unmarshal(b []byte) error
- type CometClient
- type CometServer
- type Empty
- func (*Empty) Descriptor() ([]byte, []int)
- func (m *Empty) Marshal() (dAtA []byte, err error)
- func (m *Empty) MarshalTo(dAtA []byte) (int, error)
- func (*Empty) ProtoMessage()
- func (m *Empty) Reset()
- func (m *Empty) Size() (n int)
- func (m *Empty) String() string
- func (m *Empty) Unmarshal(dAtA []byte) error
- func (m *Empty) XXX_DiscardUnknown()
- func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Empty) XXX_Merge(src proto.Message)
- func (m *Empty) XXX_Size() int
- func (m *Empty) XXX_Unmarshal(b []byte) error
- type Proto
- func (*Proto) Descriptor() ([]byte, []int)
- func (m *Proto) GetBody() []byte
- func (m *Proto) GetOp() int32
- func (m *Proto) GetSeq() int32
- func (m *Proto) GetVer() int32
- func (m *Proto) Marshal() (dAtA []byte, err error)
- func (m *Proto) MarshalTo(dAtA []byte) (int, error)
- func (*Proto) ProtoMessage()
- func (p *Proto) ReadTCP(rr *bufio.Reader) (err error)
- func (p *Proto) ReadWebsocket(ws *websocket.Conn) (err error)
- func (m *Proto) Reset()
- func (m *Proto) Size() (n int)
- func (m *Proto) String() string
- func (m *Proto) Unmarshal(dAtA []byte) error
- func (p *Proto) WriteTCP(wr *bufio.Writer) (err error)
- func (p *Proto) WriteTCPHeart(wr *bufio.Writer, online int32) (err error)
- func (p *Proto) WriteTo(b *bytes.Writer)
- func (p *Proto) WriteWebsocket(ws *websocket.Conn) (err error)
- func (p *Proto) WriteWebsocketHeart(wr *websocket.Conn, online int32) (err error)
- func (m *Proto) XXX_DiscardUnknown()
- func (m *Proto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Proto) XXX_Merge(src proto.Message)
- func (m *Proto) XXX_Size() int
- func (m *Proto) XXX_Unmarshal(b []byte) error
- type PushMsgReply
- func (*PushMsgReply) Descriptor() ([]byte, []int)
- func (m *PushMsgReply) Marshal() (dAtA []byte, err error)
- func (m *PushMsgReply) MarshalTo(dAtA []byte) (int, error)
- func (*PushMsgReply) ProtoMessage()
- func (m *PushMsgReply) Reset()
- func (m *PushMsgReply) Size() (n int)
- func (m *PushMsgReply) String() string
- func (m *PushMsgReply) Unmarshal(dAtA []byte) error
- func (m *PushMsgReply) XXX_DiscardUnknown()
- func (m *PushMsgReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PushMsgReply) XXX_Merge(src proto.Message)
- func (m *PushMsgReply) XXX_Size() int
- func (m *PushMsgReply) XXX_Unmarshal(b []byte) error
- type PushMsgReq
- func (*PushMsgReq) Descriptor() ([]byte, []int)
- func (m *PushMsgReq) GetKeys() []string
- func (m *PushMsgReq) GetProto() *Proto
- func (m *PushMsgReq) GetProtoOp() int32
- func (m *PushMsgReq) Marshal() (dAtA []byte, err error)
- func (m *PushMsgReq) MarshalTo(dAtA []byte) (int, error)
- func (*PushMsgReq) ProtoMessage()
- func (m *PushMsgReq) Reset()
- func (m *PushMsgReq) Size() (n int)
- func (m *PushMsgReq) String() string
- func (m *PushMsgReq) Unmarshal(dAtA []byte) error
- func (m *PushMsgReq) XXX_DiscardUnknown()
- func (m *PushMsgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *PushMsgReq) XXX_Merge(src proto.Message)
- func (m *PushMsgReq) XXX_Size() int
- func (m *PushMsgReq) XXX_Unmarshal(b []byte) error
- type RoomsReply
- func (*RoomsReply) Descriptor() ([]byte, []int)
- func (m *RoomsReply) GetRooms() map[string]bool
- func (m *RoomsReply) Marshal() (dAtA []byte, err error)
- func (m *RoomsReply) MarshalTo(dAtA []byte) (int, error)
- func (*RoomsReply) ProtoMessage()
- func (m *RoomsReply) Reset()
- func (m *RoomsReply) Size() (n int)
- func (r *RoomsReply) String() string
- func (m *RoomsReply) Unmarshal(dAtA []byte) error
- func (m *RoomsReply) XXX_DiscardUnknown()
- func (m *RoomsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RoomsReply) XXX_Merge(src proto.Message)
- func (m *RoomsReply) XXX_Size() int
- func (m *RoomsReply) XXX_Unmarshal(b []byte) error
- type RoomsReq
- func (*RoomsReq) Descriptor() ([]byte, []int)
- func (m *RoomsReq) Marshal() (dAtA []byte, err error)
- func (m *RoomsReq) MarshalTo(dAtA []byte) (int, error)
- func (*RoomsReq) ProtoMessage()
- func (m *RoomsReq) Reset()
- func (m *RoomsReq) Size() (n int)
- func (m *RoomsReq) String() string
- func (m *RoomsReq) Unmarshal(dAtA []byte) error
- func (m *RoomsReq) XXX_DiscardUnknown()
- func (m *RoomsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *RoomsReq) XXX_Merge(src proto.Message)
- func (m *RoomsReq) XXX_Size() int
- func (m *RoomsReq) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const ( // OpHandshake handshake OpHandshake = int32(0) // OpHandshakeReply handshake reply OpHandshakeReply = int32(1) // OpHeartbeat heartbeat OpHeartbeat = int32(2) // OpHeartbeatReply heartbeat reply OpHeartbeatReply = int32(3) // OpSendMsg send message. OpSendMsg = int32(4) // OpSendMsgReply send message reply OpSendMsgReply = int32(5) // OpDisconnectReply disconnect reply OpDisconnectReply = int32(6) // OpAuth auth connnect OpAuth = int32(7) // OpAuthReply auth connect reply OpAuthReply = int32(8) // OpRaw raw message OpRaw = int32(9) // OpProtoReady proto ready OpProtoReady = int32(10) // OpProtoFinish proto finish OpProtoFinish = int32(11) // OpChangeRoom change room OpChangeRoom = int32(12) // OpChangeRoomReply change room reply OpChangeRoomReply = int32(13) // OpSub subscribe operation OpSub = int32(14) // OpSubReply subscribe operation OpSubReply = int32(15) // OpUnsub unsubscribe operation OpUnsub = int32(16) // OpUnsubReply unsubscribe operation reply OpUnsubReply = int32(17) )
View Source
const ( // MaxBodySize max proto body size MaxBodySize = int32(1 << 12) )
Variables ¶
View Source
var ( ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") )
View Source
var ( // ErrProtoPackLen proto packet len error ErrProtoPackLen = errors.New("default server codec pack length error") // ErrProtoHeaderLen proto header len error ErrProtoHeaderLen = errors.New("default server codec header length error") )
View Source
var ( // ProtoReady proto ready ProtoReady = &Proto{Op: OpProtoReady} // ProtoFinish proto finish ProtoFinish = &Proto{Op: OpProtoFinish} )
Functions ¶
func RegisterCometServer ¶
func RegisterCometServer(s *grpc.Server, srv CometServer)
Types ¶
type BroadcastReply ¶
type BroadcastReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BroadcastReply) Descriptor ¶
func (*BroadcastReply) Descriptor() ([]byte, []int)
func (*BroadcastReply) Marshal ¶
func (m *BroadcastReply) Marshal() (dAtA []byte, err error)
func (*BroadcastReply) ProtoMessage ¶
func (*BroadcastReply) ProtoMessage()
func (*BroadcastReply) Reset ¶
func (m *BroadcastReply) Reset()
func (*BroadcastReply) Size ¶
func (m *BroadcastReply) Size() (n int)
func (*BroadcastReply) String ¶
func (m *BroadcastReply) String() string
func (*BroadcastReply) Unmarshal ¶
func (m *BroadcastReply) Unmarshal(dAtA []byte) error
func (*BroadcastReply) XXX_DiscardUnknown ¶
func (m *BroadcastReply) XXX_DiscardUnknown()
func (*BroadcastReply) XXX_Marshal ¶
func (m *BroadcastReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BroadcastReply) XXX_Merge ¶
func (dst *BroadcastReply) XXX_Merge(src proto.Message)
func (*BroadcastReply) XXX_Size ¶
func (m *BroadcastReply) XXX_Size() int
func (*BroadcastReply) XXX_Unmarshal ¶
func (m *BroadcastReply) XXX_Unmarshal(b []byte) error
type BroadcastReq ¶
type BroadcastReq struct { ProtoOp int32 `protobuf:"varint,1,opt,name=protoOp,proto3" json:"protoOp,omitempty"` Proto *Proto `protobuf:"bytes,2,opt,name=proto" json:"proto,omitempty"` Speed int32 `protobuf:"varint,3,opt,name=speed,proto3" json:"speed,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BroadcastReq) Descriptor ¶
func (*BroadcastReq) Descriptor() ([]byte, []int)
func (*BroadcastReq) GetProto ¶
func (m *BroadcastReq) GetProto() *Proto
func (*BroadcastReq) GetProtoOp ¶
func (m *BroadcastReq) GetProtoOp() int32
func (*BroadcastReq) GetSpeed ¶
func (m *BroadcastReq) GetSpeed() int32
func (*BroadcastReq) Marshal ¶
func (m *BroadcastReq) Marshal() (dAtA []byte, err error)
func (*BroadcastReq) ProtoMessage ¶
func (*BroadcastReq) ProtoMessage()
func (*BroadcastReq) Reset ¶
func (m *BroadcastReq) Reset()
func (*BroadcastReq) Size ¶
func (m *BroadcastReq) Size() (n int)
func (*BroadcastReq) String ¶
func (m *BroadcastReq) String() string
func (*BroadcastReq) Unmarshal ¶
func (m *BroadcastReq) Unmarshal(dAtA []byte) error
func (*BroadcastReq) XXX_DiscardUnknown ¶
func (m *BroadcastReq) XXX_DiscardUnknown()
func (*BroadcastReq) XXX_Marshal ¶
func (m *BroadcastReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BroadcastReq) XXX_Merge ¶
func (dst *BroadcastReq) XXX_Merge(src proto.Message)
func (*BroadcastReq) XXX_Size ¶
func (m *BroadcastReq) XXX_Size() int
func (*BroadcastReq) XXX_Unmarshal ¶
func (m *BroadcastReq) XXX_Unmarshal(b []byte) error
type BroadcastRoomReply ¶
type BroadcastRoomReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BroadcastRoomReply) Descriptor ¶
func (*BroadcastRoomReply) Descriptor() ([]byte, []int)
func (*BroadcastRoomReply) Marshal ¶
func (m *BroadcastRoomReply) Marshal() (dAtA []byte, err error)
func (*BroadcastRoomReply) MarshalTo ¶
func (m *BroadcastRoomReply) MarshalTo(dAtA []byte) (int, error)
func (*BroadcastRoomReply) ProtoMessage ¶
func (*BroadcastRoomReply) ProtoMessage()
func (*BroadcastRoomReply) Reset ¶
func (m *BroadcastRoomReply) Reset()
func (*BroadcastRoomReply) Size ¶
func (m *BroadcastRoomReply) Size() (n int)
func (*BroadcastRoomReply) String ¶
func (m *BroadcastRoomReply) String() string
func (*BroadcastRoomReply) Unmarshal ¶
func (m *BroadcastRoomReply) Unmarshal(dAtA []byte) error
func (*BroadcastRoomReply) XXX_DiscardUnknown ¶
func (m *BroadcastRoomReply) XXX_DiscardUnknown()
func (*BroadcastRoomReply) XXX_Marshal ¶
func (m *BroadcastRoomReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BroadcastRoomReply) XXX_Merge ¶
func (dst *BroadcastRoomReply) XXX_Merge(src proto.Message)
func (*BroadcastRoomReply) XXX_Size ¶
func (m *BroadcastRoomReply) XXX_Size() int
func (*BroadcastRoomReply) XXX_Unmarshal ¶
func (m *BroadcastRoomReply) XXX_Unmarshal(b []byte) error
type BroadcastRoomReq ¶
type BroadcastRoomReq struct { RoomID string `protobuf:"bytes,1,opt,name=roomID,proto3" json:"roomID,omitempty"` Proto *Proto `protobuf:"bytes,2,opt,name=proto" json:"proto,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BroadcastRoomReq) Descriptor ¶
func (*BroadcastRoomReq) Descriptor() ([]byte, []int)
func (*BroadcastRoomReq) GetProto ¶
func (m *BroadcastRoomReq) GetProto() *Proto
func (*BroadcastRoomReq) GetRoomID ¶
func (m *BroadcastRoomReq) GetRoomID() string
func (*BroadcastRoomReq) Marshal ¶
func (m *BroadcastRoomReq) Marshal() (dAtA []byte, err error)
func (*BroadcastRoomReq) ProtoMessage ¶
func (*BroadcastRoomReq) ProtoMessage()
func (*BroadcastRoomReq) Reset ¶
func (m *BroadcastRoomReq) Reset()
func (*BroadcastRoomReq) Size ¶
func (m *BroadcastRoomReq) Size() (n int)
func (*BroadcastRoomReq) String ¶
func (m *BroadcastRoomReq) String() string
func (*BroadcastRoomReq) Unmarshal ¶
func (m *BroadcastRoomReq) Unmarshal(dAtA []byte) error
func (*BroadcastRoomReq) XXX_DiscardUnknown ¶
func (m *BroadcastRoomReq) XXX_DiscardUnknown()
func (*BroadcastRoomReq) XXX_Marshal ¶
func (m *BroadcastRoomReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BroadcastRoomReq) XXX_Merge ¶
func (dst *BroadcastRoomReq) XXX_Merge(src proto.Message)
func (*BroadcastRoomReq) XXX_Size ¶
func (m *BroadcastRoomReq) XXX_Size() int
func (*BroadcastRoomReq) XXX_Unmarshal ¶
func (m *BroadcastRoomReq) XXX_Unmarshal(b []byte) error
type CometClient ¶
type CometClient interface { // Ping Service Ping(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) // Close Service Close(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) // PushMsg push by key or mid PushMsg(ctx context.Context, in *PushMsgReq, opts ...grpc.CallOption) (*PushMsgReply, error) // Broadcast send to every enrity Broadcast(ctx context.Context, in *BroadcastReq, opts ...grpc.CallOption) (*BroadcastReply, error) // BroadcastRoom broadcast to one room BroadcastRoom(ctx context.Context, in *BroadcastRoomReq, opts ...grpc.CallOption) (*BroadcastRoomReply, error) // Rooms get all rooms Rooms(ctx context.Context, in *RoomsReq, opts ...grpc.CallOption) (*RoomsReply, error) }
func NewCometClient ¶
func NewCometClient(cc *grpc.ClientConn) CometClient
type CometServer ¶
type CometServer interface { // Ping Service Ping(context.Context, *Empty) (*Empty, error) // Close Service Close(context.Context, *Empty) (*Empty, error) // PushMsg push by key or mid PushMsg(context.Context, *PushMsgReq) (*PushMsgReply, error) // Broadcast send to every enrity Broadcast(context.Context, *BroadcastReq) (*BroadcastReply, error) // BroadcastRoom broadcast to one room BroadcastRoom(context.Context, *BroadcastRoomReq) (*BroadcastRoomReply, error) // Rooms get all rooms Rooms(context.Context, *RoomsReq) (*RoomsReply, error) }
type Empty ¶
type Empty struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Empty) Descriptor ¶
func (*Empty) ProtoMessage ¶
func (*Empty) ProtoMessage()
func (*Empty) XXX_DiscardUnknown ¶
func (m *Empty) XXX_DiscardUnknown()
func (*Empty) XXX_Marshal ¶
func (*Empty) XXX_Unmarshal ¶
type Proto ¶
type Proto struct { Ver int32 `protobuf:"varint,1,opt,name=ver,proto3" json:"ver"` Op int32 `protobuf:"varint,2,opt,name=op,proto3" json:"op"` Seq int32 `protobuf:"varint,3,opt,name=seq,proto3" json:"seq"` Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
v1.0.0 protocol
func (*Proto) Descriptor ¶
func (*Proto) ProtoMessage ¶
func (*Proto) ProtoMessage()
func (*Proto) ReadWebsocket ¶
ReadWebsocket read a proto from websocket connection.
func (*Proto) WriteTCPHeart ¶
WriteTCPHeart write TCP heartbeat with room online.
func (*Proto) WriteWebsocket ¶
WriteWebsocket write a proto to websocket connection.
func (*Proto) WriteWebsocketHeart ¶
WriteWebsocketHeart write websocket heartbeat with room online.
func (*Proto) XXX_DiscardUnknown ¶
func (m *Proto) XXX_DiscardUnknown()
func (*Proto) XXX_Marshal ¶
func (*Proto) XXX_Unmarshal ¶
type PushMsgReply ¶
type PushMsgReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushMsgReply) Descriptor ¶
func (*PushMsgReply) Descriptor() ([]byte, []int)
func (*PushMsgReply) Marshal ¶
func (m *PushMsgReply) Marshal() (dAtA []byte, err error)
func (*PushMsgReply) ProtoMessage ¶
func (*PushMsgReply) ProtoMessage()
func (*PushMsgReply) Reset ¶
func (m *PushMsgReply) Reset()
func (*PushMsgReply) Size ¶
func (m *PushMsgReply) Size() (n int)
func (*PushMsgReply) String ¶
func (m *PushMsgReply) String() string
func (*PushMsgReply) Unmarshal ¶
func (m *PushMsgReply) Unmarshal(dAtA []byte) error
func (*PushMsgReply) XXX_DiscardUnknown ¶
func (m *PushMsgReply) XXX_DiscardUnknown()
func (*PushMsgReply) XXX_Marshal ¶
func (m *PushMsgReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushMsgReply) XXX_Merge ¶
func (dst *PushMsgReply) XXX_Merge(src proto.Message)
func (*PushMsgReply) XXX_Size ¶
func (m *PushMsgReply) XXX_Size() int
func (*PushMsgReply) XXX_Unmarshal ¶
func (m *PushMsgReply) XXX_Unmarshal(b []byte) error
type PushMsgReq ¶
type PushMsgReq struct { Keys []string `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"` ProtoOp int32 `protobuf:"varint,3,opt,name=protoOp,proto3" json:"protoOp,omitempty"` Proto *Proto `protobuf:"bytes,2,opt,name=proto" json:"proto,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PushMsgReq) Descriptor ¶
func (*PushMsgReq) Descriptor() ([]byte, []int)
func (*PushMsgReq) GetKeys ¶
func (m *PushMsgReq) GetKeys() []string
func (*PushMsgReq) GetProto ¶
func (m *PushMsgReq) GetProto() *Proto
func (*PushMsgReq) GetProtoOp ¶
func (m *PushMsgReq) GetProtoOp() int32
func (*PushMsgReq) Marshal ¶
func (m *PushMsgReq) Marshal() (dAtA []byte, err error)
func (*PushMsgReq) ProtoMessage ¶
func (*PushMsgReq) ProtoMessage()
func (*PushMsgReq) Reset ¶
func (m *PushMsgReq) Reset()
func (*PushMsgReq) Size ¶
func (m *PushMsgReq) Size() (n int)
func (*PushMsgReq) String ¶
func (m *PushMsgReq) String() string
func (*PushMsgReq) Unmarshal ¶
func (m *PushMsgReq) Unmarshal(dAtA []byte) error
func (*PushMsgReq) XXX_DiscardUnknown ¶
func (m *PushMsgReq) XXX_DiscardUnknown()
func (*PushMsgReq) XXX_Marshal ¶
func (m *PushMsgReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PushMsgReq) XXX_Merge ¶
func (dst *PushMsgReq) XXX_Merge(src proto.Message)
func (*PushMsgReq) XXX_Size ¶
func (m *PushMsgReq) XXX_Size() int
func (*PushMsgReq) XXX_Unmarshal ¶
func (m *PushMsgReq) XXX_Unmarshal(b []byte) error
type RoomsReply ¶
type RoomsReply struct { Rooms map[string]bool `` /* 145-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RoomsReply) Descriptor ¶
func (*RoomsReply) Descriptor() ([]byte, []int)
func (*RoomsReply) GetRooms ¶
func (m *RoomsReply) GetRooms() map[string]bool
func (*RoomsReply) Marshal ¶
func (m *RoomsReply) Marshal() (dAtA []byte, err error)
func (*RoomsReply) ProtoMessage ¶
func (*RoomsReply) ProtoMessage()
func (*RoomsReply) Reset ¶
func (m *RoomsReply) Reset()
func (*RoomsReply) Size ¶
func (m *RoomsReply) Size() (n int)
func (*RoomsReply) String ¶
func (r *RoomsReply) String() string
func (*RoomsReply) Unmarshal ¶
func (m *RoomsReply) Unmarshal(dAtA []byte) error
func (*RoomsReply) XXX_DiscardUnknown ¶
func (m *RoomsReply) XXX_DiscardUnknown()
func (*RoomsReply) XXX_Marshal ¶
func (m *RoomsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RoomsReply) XXX_Merge ¶
func (dst *RoomsReply) XXX_Merge(src proto.Message)
func (*RoomsReply) XXX_Size ¶
func (m *RoomsReply) XXX_Size() int
func (*RoomsReply) XXX_Unmarshal ¶
func (m *RoomsReply) XXX_Unmarshal(b []byte) error
type RoomsReq ¶
type RoomsReq struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RoomsReq) Descriptor ¶
func (*RoomsReq) ProtoMessage ¶
func (*RoomsReq) ProtoMessage()
func (*RoomsReq) XXX_DiscardUnknown ¶
func (m *RoomsReq) XXX_DiscardUnknown()
func (*RoomsReq) XXX_Marshal ¶
func (*RoomsReq) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.