Documentation ¶
Index ¶
- Variables
- type OnJoin
- func (*OnJoin) Descriptor() ([]byte, []int)deprecated
- func (x *OnJoin) GetChanInfo() []byte
- func (x *OnJoin) GetClient() string
- func (x *OnJoin) GetConnInfo() []byte
- func (x *OnJoin) GetUser() string
- func (*OnJoin) ProtoMessage()
- func (x *OnJoin) ProtoReflect() protoreflect.Message
- func (x *OnJoin) Reset()
- func (x *OnJoin) String() string
- type Subscribe
- func (*Subscribe) Descriptor() ([]byte, []int)deprecated
- func (x *Subscribe) GetChannel() string
- func (x *Subscribe) GetData() []byte
- func (x *Subscribe) GetJoinleave() bool
- func (x *Subscribe) GetPositioned() bool
- func (x *Subscribe) GetRecoverable() bool
- func (*Subscribe) ProtoMessage()
- func (x *Subscribe) ProtoReflect() protoreflect.Message
- func (x *Subscribe) Reset()
- func (x *Subscribe) String() string
- type SubscribeResponse
- func (*SubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeResponse) GetChannel() string
- func (x *SubscribeResponse) GetSubstate() string
- func (*SubscribeResponse) ProtoMessage()
- func (x *SubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *SubscribeResponse) Reset()
- func (x *SubscribeResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_centrifugo_rrapi_v1_api_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type OnJoin ¶
type OnJoin struct { Client string `protobuf:"bytes,1,opt,name=client,proto3" json:"client,omitempty"` User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` ChanInfo []byte `protobuf:"bytes,3,opt,name=chanInfo,proto3" json:"chanInfo,omitempty"` ConnInfo []byte `protobuf:"bytes,4,opt,name=connInfo,proto3" json:"connInfo,omitempty"` // contains filtered or unexported fields }
func (*OnJoin) ProtoReflect ¶
func (x *OnJoin) ProtoReflect() protoreflect.Message
type Subscribe ¶
type Subscribe struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Channel string `protobuf:"bytes,2,opt,name=channel,proto3" json:"channel,omitempty"` Positioned bool `protobuf:"varint,3,opt,name=positioned,proto3" json:"positioned,omitempty"` Recoverable bool `protobuf:"varint,4,opt,name=recoverable,proto3" json:"recoverable,omitempty"` Joinleave bool `protobuf:"varint,5,opt,name=joinleave,proto3" json:"joinleave,omitempty"` // contains filtered or unexported fields }
func (*Subscribe) ProtoReflect ¶
func (x *Subscribe) ProtoReflect() protoreflect.Message
type SubscribeResponse ¶
type SubscribeResponse struct { Channel string `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"` Substate string `protobuf:"bytes,2,opt,name=substate,proto3" json:"substate,omitempty"` // contains filtered or unexported fields }
func (*SubscribeResponse) Descriptor
deprecated
func (*SubscribeResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeResponse.ProtoReflect.Descriptor instead.
func (*SubscribeResponse) GetChannel ¶
func (x *SubscribeResponse) GetChannel() string
func (*SubscribeResponse) GetSubstate ¶
func (x *SubscribeResponse) GetSubstate() string
func (*SubscribeResponse) ProtoMessage ¶
func (*SubscribeResponse) ProtoMessage()
func (*SubscribeResponse) ProtoReflect ¶
func (x *SubscribeResponse) ProtoReflect() protoreflect.Message
func (*SubscribeResponse) Reset ¶
func (x *SubscribeResponse) Reset()
func (*SubscribeResponse) String ¶
func (x *SubscribeResponse) String() string
Click to show internal directories.
Click to hide internal directories.