예제 #1
0
func init() {
	minegate.OnPostLoadConfig(loadConfig, 0)
	minegate.OnPostAccept(connectionHandler, 39)
	minegate.OnLoginRequest(userLogin, 39)
	minegate.OnDisconnect(userLogout, 39)
	go heartBeatTicker()
}
예제 #2
0
파일: realip.go 프로젝트: Elenw/MineGate-Go
func init() {
	minegate.OnLoginRequest(HandleLogin, 0)
}