Versions in this module Expand all Collapse all v1 v1.1.2 Dec 2, 2018 v1.1.1 Nov 29, 2016 Changes in this version + type Config struct + Database struct{ ... } + Flag struct{ ... } + Game struct{ ... } + LogFile string + Scoreboard struct{ ... } + Task struct{ ... } + TaskDir string + TaskPrice struct{ ... } + Teams []struct{ ... } + WebsocketTimeout struct{ ... } + func ReadConfig(path string) (cfg Config, err error) + type Task struct + Author string + Category string + Description string + DescriptionEn string + Flag string + ForceClosed bool + Level int + Name string + NameEn string + Tags string + func ParseXMLTask(rawXML []byte) (task Task, err error)