Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewErrorMessage ¶
func NewManager ¶
func NewManager(config *config.Config, rpcManager *rpc.RpcManager, addressManager *rpc.AddressManager) (*room.RemoteRpcRoomManager, error)
Types ¶
type ListRoomParams ¶
type RoomOptions ¶
type WebSocket ¶
type WebSocket struct {
// contains filtered or unexported fields
}
func NewWebSocket ¶
func NewWebSocket(rooManager *room.RemoteRpcRoomManager) *WebSocket
func (*WebSocket) CheckRoomSecret ¶
func (s *WebSocket) CheckRoomSecret(rw http.ResponseWriter, r *http.Request)
func (*WebSocket) CreateRoom ¶
func (s *WebSocket) CreateRoom(rw http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.