MCPcopy Create free account
hub / github.com/astercloud/aster / RoomHandler

Struct RoomHandler

server/handlers/room.go:26–30  ·  view source on GitHub ↗

RoomHandler handles room-related requests

Source from the content-addressed store, hash-verified

24
25// RoomHandler handles room-related requests
26type RoomHandler struct {
27 store *store.Store
28 pool *core.Pool
29 rooms map[string]*core.Room
30}
31
32// NewRoomHandler creates a new RoomHandler
33func NewRoomHandler(st store.Store, pool *core.Pool) *RoomHandler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected