Documentation
¶
Index ¶
- Variables
- type RoomBroadcastConfig
- func (*RoomBroadcastConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RoomBroadcastConfig) GetExclude() string
- func (x *RoomBroadcastConfig) GetMessage() string
- func (x *RoomBroadcastConfig) GetRoom() string
- func (*RoomBroadcastConfig) ProtoMessage()
- func (x *RoomBroadcastConfig) ProtoReflect() protoreflect.Message
- func (x *RoomBroadcastConfig) Reset()
- func (x *RoomBroadcastConfig) String() string
- type RoomBroadcastInput
- func (*RoomBroadcastInput) Descriptor() ([]byte, []int)deprecated
- func (x *RoomBroadcastInput) GetExclude() string
- func (x *RoomBroadcastInput) GetMessage() string
- func (x *RoomBroadcastInput) GetRoom() string
- func (*RoomBroadcastInput) ProtoMessage()
- func (x *RoomBroadcastInput) ProtoReflect() protoreflect.Message
- func (x *RoomBroadcastInput) Reset()
- func (x *RoomBroadcastInput) String() string
- type RoomBroadcastOutput
- func (*RoomBroadcastOutput) Descriptor() ([]byte, []int)deprecated
- func (x *RoomBroadcastOutput) GetError() string
- func (x *RoomBroadcastOutput) GetRecipients() int32
- func (*RoomBroadcastOutput) ProtoMessage()
- func (x *RoomBroadcastOutput) ProtoReflect() protoreflect.Message
- func (x *RoomBroadcastOutput) Reset()
- func (x *RoomBroadcastOutput) String() string
- type RoomJoinConfig
- func (*RoomJoinConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RoomJoinConfig) GetConnectionId() string
- func (x *RoomJoinConfig) GetRoom() string
- func (*RoomJoinConfig) ProtoMessage()
- func (x *RoomJoinConfig) ProtoReflect() protoreflect.Message
- func (x *RoomJoinConfig) Reset()
- func (x *RoomJoinConfig) String() string
- type RoomJoinInput
- func (*RoomJoinInput) Descriptor() ([]byte, []int)deprecated
- func (x *RoomJoinInput) GetConnectionId() string
- func (x *RoomJoinInput) GetRoom() string
- func (*RoomJoinInput) ProtoMessage()
- func (x *RoomJoinInput) ProtoReflect() protoreflect.Message
- func (x *RoomJoinInput) Reset()
- func (x *RoomJoinInput) String() string
- type RoomJoinOutput
- func (*RoomJoinOutput) Descriptor() ([]byte, []int)deprecated
- func (x *RoomJoinOutput) GetError() string
- func (x *RoomJoinOutput) GetJoined() bool
- func (x *RoomJoinOutput) GetRoom() string
- func (*RoomJoinOutput) ProtoMessage()
- func (x *RoomJoinOutput) ProtoReflect() protoreflect.Message
- func (x *RoomJoinOutput) Reset()
- func (x *RoomJoinOutput) String() string
- type RoomLeaveConfig
- func (*RoomLeaveConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RoomLeaveConfig) GetConnectionId() string
- func (x *RoomLeaveConfig) GetRoom() string
- func (*RoomLeaveConfig) ProtoMessage()
- func (x *RoomLeaveConfig) ProtoReflect() protoreflect.Message
- func (x *RoomLeaveConfig) Reset()
- func (x *RoomLeaveConfig) String() string
- type RoomLeaveInput
- func (*RoomLeaveInput) Descriptor() ([]byte, []int)deprecated
- func (x *RoomLeaveInput) GetConnectionId() string
- func (x *RoomLeaveInput) GetRoom() string
- func (*RoomLeaveInput) ProtoMessage()
- func (x *RoomLeaveInput) ProtoReflect() protoreflect.Message
- func (x *RoomLeaveInput) Reset()
- func (x *RoomLeaveInput) String() string
- type RoomLeaveOutput
- func (*RoomLeaveOutput) Descriptor() ([]byte, []int)deprecated
- func (x *RoomLeaveOutput) GetError() string
- func (x *RoomLeaveOutput) GetLeft() bool
- func (x *RoomLeaveOutput) GetRoom() string
- func (*RoomLeaveOutput) ProtoMessage()
- func (x *RoomLeaveOutput) ProtoReflect() protoreflect.Message
- func (x *RoomLeaveOutput) Reset()
- func (x *RoomLeaveOutput) String() string
- type RoomMembersConfig
- type RoomMembersInput
- type RoomMembersOutput
- func (*RoomMembersOutput) Descriptor() ([]byte, []int)deprecated
- func (x *RoomMembersOutput) GetConnections() []string
- func (x *RoomMembersOutput) GetCount() int32
- func (x *RoomMembersOutput) GetError() string
- func (*RoomMembersOutput) ProtoMessage()
- func (x *RoomMembersOutput) ProtoReflect() protoreflect.Message
- func (x *RoomMembersOutput) Reset()
- func (x *RoomMembersOutput) String() string
- type RoomsManagerConfig
Constants ¶
This section is empty.
Variables ¶
var File_internal_contracts_rooms_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RoomBroadcastConfig ¶
type RoomBroadcastConfig struct {
Room string `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Exclude string `protobuf:"bytes,3,opt,name=exclude,proto3" json:"exclude,omitempty"`
// contains filtered or unexported fields
}
func (*RoomBroadcastConfig) Descriptor
deprecated
func (*RoomBroadcastConfig) Descriptor() ([]byte, []int)
Deprecated: Use RoomBroadcastConfig.ProtoReflect.Descriptor instead.
func (*RoomBroadcastConfig) GetExclude ¶
func (x *RoomBroadcastConfig) GetExclude() string
func (*RoomBroadcastConfig) GetMessage ¶
func (x *RoomBroadcastConfig) GetMessage() string
func (*RoomBroadcastConfig) GetRoom ¶
func (x *RoomBroadcastConfig) GetRoom() string
func (*RoomBroadcastConfig) ProtoMessage ¶
func (*RoomBroadcastConfig) ProtoMessage()
func (*RoomBroadcastConfig) ProtoReflect ¶
func (x *RoomBroadcastConfig) ProtoReflect() protoreflect.Message
func (*RoomBroadcastConfig) Reset ¶
func (x *RoomBroadcastConfig) Reset()
func (*RoomBroadcastConfig) String ¶
func (x *RoomBroadcastConfig) String() string
type RoomBroadcastInput ¶
type RoomBroadcastInput struct {
Room string `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
Exclude string `protobuf:"bytes,3,opt,name=exclude,proto3" json:"exclude,omitempty"`
// contains filtered or unexported fields
}
func (*RoomBroadcastInput) Descriptor
deprecated
func (*RoomBroadcastInput) Descriptor() ([]byte, []int)
Deprecated: Use RoomBroadcastInput.ProtoReflect.Descriptor instead.
func (*RoomBroadcastInput) GetExclude ¶
func (x *RoomBroadcastInput) GetExclude() string
func (*RoomBroadcastInput) GetMessage ¶
func (x *RoomBroadcastInput) GetMessage() string
func (*RoomBroadcastInput) GetRoom ¶
func (x *RoomBroadcastInput) GetRoom() string
func (*RoomBroadcastInput) ProtoMessage ¶
func (*RoomBroadcastInput) ProtoMessage()
func (*RoomBroadcastInput) ProtoReflect ¶
func (x *RoomBroadcastInput) ProtoReflect() protoreflect.Message
func (*RoomBroadcastInput) Reset ¶
func (x *RoomBroadcastInput) Reset()
func (*RoomBroadcastInput) String ¶
func (x *RoomBroadcastInput) String() string
type RoomBroadcastOutput ¶
type RoomBroadcastOutput struct {
Recipients int32 `protobuf:"varint,1,opt,name=recipients,proto3" json:"recipients,omitempty"`
Error string `protobuf:"bytes,100,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RoomBroadcastOutput) Descriptor
deprecated
func (*RoomBroadcastOutput) Descriptor() ([]byte, []int)
Deprecated: Use RoomBroadcastOutput.ProtoReflect.Descriptor instead.
func (*RoomBroadcastOutput) GetError ¶
func (x *RoomBroadcastOutput) GetError() string
func (*RoomBroadcastOutput) GetRecipients ¶
func (x *RoomBroadcastOutput) GetRecipients() int32
func (*RoomBroadcastOutput) ProtoMessage ¶
func (*RoomBroadcastOutput) ProtoMessage()
func (*RoomBroadcastOutput) ProtoReflect ¶
func (x *RoomBroadcastOutput) ProtoReflect() protoreflect.Message
func (*RoomBroadcastOutput) Reset ¶
func (x *RoomBroadcastOutput) Reset()
func (*RoomBroadcastOutput) String ¶
func (x *RoomBroadcastOutput) String() string
type RoomJoinConfig ¶
type RoomJoinConfig struct {
ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
Room string `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
// contains filtered or unexported fields
}
func (*RoomJoinConfig) Descriptor
deprecated
func (*RoomJoinConfig) Descriptor() ([]byte, []int)
Deprecated: Use RoomJoinConfig.ProtoReflect.Descriptor instead.
func (*RoomJoinConfig) GetConnectionId ¶
func (x *RoomJoinConfig) GetConnectionId() string
func (*RoomJoinConfig) GetRoom ¶
func (x *RoomJoinConfig) GetRoom() string
func (*RoomJoinConfig) ProtoMessage ¶
func (*RoomJoinConfig) ProtoMessage()
func (*RoomJoinConfig) ProtoReflect ¶
func (x *RoomJoinConfig) ProtoReflect() protoreflect.Message
func (*RoomJoinConfig) Reset ¶
func (x *RoomJoinConfig) Reset()
func (*RoomJoinConfig) String ¶
func (x *RoomJoinConfig) String() string
type RoomJoinInput ¶
type RoomJoinInput struct {
ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
Room string `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
// contains filtered or unexported fields
}
func (*RoomJoinInput) Descriptor
deprecated
func (*RoomJoinInput) Descriptor() ([]byte, []int)
Deprecated: Use RoomJoinInput.ProtoReflect.Descriptor instead.
func (*RoomJoinInput) GetConnectionId ¶
func (x *RoomJoinInput) GetConnectionId() string
func (*RoomJoinInput) GetRoom ¶
func (x *RoomJoinInput) GetRoom() string
func (*RoomJoinInput) ProtoMessage ¶
func (*RoomJoinInput) ProtoMessage()
func (*RoomJoinInput) ProtoReflect ¶
func (x *RoomJoinInput) ProtoReflect() protoreflect.Message
func (*RoomJoinInput) Reset ¶
func (x *RoomJoinInput) Reset()
func (*RoomJoinInput) String ¶
func (x *RoomJoinInput) String() string
type RoomJoinOutput ¶
type RoomJoinOutput struct {
Joined bool `protobuf:"varint,1,opt,name=joined,proto3" json:"joined,omitempty"`
Room string `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
Error string `protobuf:"bytes,100,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RoomJoinOutput) Descriptor
deprecated
func (*RoomJoinOutput) Descriptor() ([]byte, []int)
Deprecated: Use RoomJoinOutput.ProtoReflect.Descriptor instead.
func (*RoomJoinOutput) GetError ¶
func (x *RoomJoinOutput) GetError() string
func (*RoomJoinOutput) GetJoined ¶
func (x *RoomJoinOutput) GetJoined() bool
func (*RoomJoinOutput) GetRoom ¶
func (x *RoomJoinOutput) GetRoom() string
func (*RoomJoinOutput) ProtoMessage ¶
func (*RoomJoinOutput) ProtoMessage()
func (*RoomJoinOutput) ProtoReflect ¶
func (x *RoomJoinOutput) ProtoReflect() protoreflect.Message
func (*RoomJoinOutput) Reset ¶
func (x *RoomJoinOutput) Reset()
func (*RoomJoinOutput) String ¶
func (x *RoomJoinOutput) String() string
type RoomLeaveConfig ¶
type RoomLeaveConfig struct {
ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
Room string `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
// contains filtered or unexported fields
}
func (*RoomLeaveConfig) Descriptor
deprecated
func (*RoomLeaveConfig) Descriptor() ([]byte, []int)
Deprecated: Use RoomLeaveConfig.ProtoReflect.Descriptor instead.
func (*RoomLeaveConfig) GetConnectionId ¶
func (x *RoomLeaveConfig) GetConnectionId() string
func (*RoomLeaveConfig) GetRoom ¶
func (x *RoomLeaveConfig) GetRoom() string
func (*RoomLeaveConfig) ProtoMessage ¶
func (*RoomLeaveConfig) ProtoMessage()
func (*RoomLeaveConfig) ProtoReflect ¶
func (x *RoomLeaveConfig) ProtoReflect() protoreflect.Message
func (*RoomLeaveConfig) Reset ¶
func (x *RoomLeaveConfig) Reset()
func (*RoomLeaveConfig) String ¶
func (x *RoomLeaveConfig) String() string
type RoomLeaveInput ¶
type RoomLeaveInput struct {
ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
Room string `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
// contains filtered or unexported fields
}
func (*RoomLeaveInput) Descriptor
deprecated
func (*RoomLeaveInput) Descriptor() ([]byte, []int)
Deprecated: Use RoomLeaveInput.ProtoReflect.Descriptor instead.
func (*RoomLeaveInput) GetConnectionId ¶
func (x *RoomLeaveInput) GetConnectionId() string
func (*RoomLeaveInput) GetRoom ¶
func (x *RoomLeaveInput) GetRoom() string
func (*RoomLeaveInput) ProtoMessage ¶
func (*RoomLeaveInput) ProtoMessage()
func (*RoomLeaveInput) ProtoReflect ¶
func (x *RoomLeaveInput) ProtoReflect() protoreflect.Message
func (*RoomLeaveInput) Reset ¶
func (x *RoomLeaveInput) Reset()
func (*RoomLeaveInput) String ¶
func (x *RoomLeaveInput) String() string
type RoomLeaveOutput ¶
type RoomLeaveOutput struct {
Left bool `protobuf:"varint,1,opt,name=left,proto3" json:"left,omitempty"`
Room string `protobuf:"bytes,2,opt,name=room,proto3" json:"room,omitempty"`
Error string `protobuf:"bytes,100,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RoomLeaveOutput) Descriptor
deprecated
func (*RoomLeaveOutput) Descriptor() ([]byte, []int)
Deprecated: Use RoomLeaveOutput.ProtoReflect.Descriptor instead.
func (*RoomLeaveOutput) GetError ¶
func (x *RoomLeaveOutput) GetError() string
func (*RoomLeaveOutput) GetLeft ¶
func (x *RoomLeaveOutput) GetLeft() bool
func (*RoomLeaveOutput) GetRoom ¶
func (x *RoomLeaveOutput) GetRoom() string
func (*RoomLeaveOutput) ProtoMessage ¶
func (*RoomLeaveOutput) ProtoMessage()
func (*RoomLeaveOutput) ProtoReflect ¶
func (x *RoomLeaveOutput) ProtoReflect() protoreflect.Message
func (*RoomLeaveOutput) Reset ¶
func (x *RoomLeaveOutput) Reset()
func (*RoomLeaveOutput) String ¶
func (x *RoomLeaveOutput) String() string
type RoomMembersConfig ¶
type RoomMembersConfig struct {
Room string `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
// contains filtered or unexported fields
}
func (*RoomMembersConfig) Descriptor
deprecated
func (*RoomMembersConfig) Descriptor() ([]byte, []int)
Deprecated: Use RoomMembersConfig.ProtoReflect.Descriptor instead.
func (*RoomMembersConfig) GetRoom ¶
func (x *RoomMembersConfig) GetRoom() string
func (*RoomMembersConfig) ProtoMessage ¶
func (*RoomMembersConfig) ProtoMessage()
func (*RoomMembersConfig) ProtoReflect ¶
func (x *RoomMembersConfig) ProtoReflect() protoreflect.Message
func (*RoomMembersConfig) Reset ¶
func (x *RoomMembersConfig) Reset()
func (*RoomMembersConfig) String ¶
func (x *RoomMembersConfig) String() string
type RoomMembersInput ¶
type RoomMembersInput struct {
Room string `protobuf:"bytes,1,opt,name=room,proto3" json:"room,omitempty"`
// contains filtered or unexported fields
}
func (*RoomMembersInput) Descriptor
deprecated
func (*RoomMembersInput) Descriptor() ([]byte, []int)
Deprecated: Use RoomMembersInput.ProtoReflect.Descriptor instead.
func (*RoomMembersInput) GetRoom ¶
func (x *RoomMembersInput) GetRoom() string
func (*RoomMembersInput) ProtoMessage ¶
func (*RoomMembersInput) ProtoMessage()
func (*RoomMembersInput) ProtoReflect ¶
func (x *RoomMembersInput) ProtoReflect() protoreflect.Message
func (*RoomMembersInput) Reset ¶
func (x *RoomMembersInput) Reset()
func (*RoomMembersInput) String ¶
func (x *RoomMembersInput) String() string
type RoomMembersOutput ¶
type RoomMembersOutput struct {
Connections []string `protobuf:"bytes,1,rep,name=connections,proto3" json:"connections,omitempty"`
Count int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
Error string `protobuf:"bytes,100,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*RoomMembersOutput) Descriptor
deprecated
func (*RoomMembersOutput) Descriptor() ([]byte, []int)
Deprecated: Use RoomMembersOutput.ProtoReflect.Descriptor instead.
func (*RoomMembersOutput) GetConnections ¶
func (x *RoomMembersOutput) GetConnections() []string
func (*RoomMembersOutput) GetCount ¶
func (x *RoomMembersOutput) GetCount() int32
func (*RoomMembersOutput) GetError ¶
func (x *RoomMembersOutput) GetError() string
func (*RoomMembersOutput) ProtoMessage ¶
func (*RoomMembersOutput) ProtoMessage()
func (*RoomMembersOutput) ProtoReflect ¶
func (x *RoomMembersOutput) ProtoReflect() protoreflect.Message
func (*RoomMembersOutput) Reset ¶
func (x *RoomMembersOutput) Reset()
func (*RoomMembersOutput) String ¶
func (x *RoomMembersOutput) String() string
type RoomsManagerConfig ¶
type RoomsManagerConfig struct {
// contains filtered or unexported fields
}
func (*RoomsManagerConfig) Descriptor
deprecated
func (*RoomsManagerConfig) Descriptor() ([]byte, []int)
Deprecated: Use RoomsManagerConfig.ProtoReflect.Descriptor instead.
func (*RoomsManagerConfig) ProtoMessage ¶
func (*RoomsManagerConfig) ProtoMessage()
func (*RoomsManagerConfig) ProtoReflect ¶
func (x *RoomsManagerConfig) ProtoReflect() protoreflect.Message
func (*RoomsManagerConfig) Reset ¶
func (x *RoomsManagerConfig) Reset()
func (*RoomsManagerConfig) String ¶
func (x *RoomsManagerConfig) String() string