MCPcopy Create free account
hub / github.com/Alex-Rachel/TGameServer / InitControllers

Function InitControllers

main.go:20–24  ·  view source on GitHub ↗

All Controllers Will Init On Here

()

Source from the content-addressed store, hash-verified

18
19// All Controllers Will Init On Here
20func InitControllers() {
21 controllers.InitUserController()
22 controllers.InitRoomController()
23 controllers.InitGameController()
24}

Callers 1

mainFunction · 0.85

Calls 3

InitUserControllerFunction · 0.92
InitRoomControllerFunction · 0.92
InitGameControllerFunction · 0.92

Tested by

no test coverage detected