Versions in this module Expand all Collapse all v0 v0.1.1 Oct 8, 2015 v0.1.0 Oct 7, 2015 Changes in this version + func Broadcast(msg string) + func Enter(session int, u User) bool + func HandleClientMessage(session int, msgType string, msgData interface{}) + func Leave(session int) + func NotifyHCBattleStatus() + func NotifyHCPlayerInfos() + type User interface + EnterService func(service string) + GetHP func() int + Kick func(reason string) + Login func() + Name func() string + SetHP func(hp int) + Tick func()