Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunWithMUDLocked ¶
func RunWithMUDLocked(next http.HandlerFunc) http.HandlerFunc
This wraps the handler functiojn with a game lock (mutex) to keep the mud from Concurrently accessing the same memory
func SetWebPlugin ¶
func SetWebPlugin(wp WebPlugin)
Types ¶
type Stats ¶
type Stats struct {
OnlineUsers []users.OnlineInfo
TelnetPorts []int
WebSocketPort int
}
type ZoneDetails ¶
Click to show internal directories.
Click to hide internal directories.