Versions in this module Expand all Collapse all v0 v0.6.2 Aug 5, 2020 v0.6.1 Jul 15, 2020 Changes in this version type Greet + Title string v0.6.0 Jun 19, 2020 Changes in this version + const ATTACK + const CLEAR + const CLEAR_ALL + const EGG + const INIT + const RANK + const ROUND + const STATUS + const TIME + func Attack(from int, to int) + func Clear(team int) + func ClearAll() + func EasterEgg() + func InitAsteroid(function func() Greet) + func Rank() + func Round(roundNumber int) + func ServeWebSocket(c *gin.Context) + func Status(team int, statusString string) + func Time(time int) + type Greet struct + Round int + Team []Team + Time int + type Hub struct + type Team struct + Id int + Name string + Rank int + Score int