Documentation
¶
Overview ¶
URTator - Urban Terror server browser and game launcher, written in Go.
Copyright (c) 2016, Stanslav N. a.k.a pztrn (or p0z1tr0n) All rights reserved.
Licensed under Terms and Conditions of GNU General Public License version 3 or any higher. ToDo: put full text of license here.
URTator - Urban Terror server browser and game launcher, written in Go.
Copyright (c) 2016, Stanslav N. a.k.a pztrn (or p0z1tr0n) All rights reserved.
Licensed under Terms and Conditions of GNU General Public License version 3 or any higher. ToDo: put full text of license here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { // Caching. Cache *cache.Cache // Clipboard watcher. Clipboard *clipboardwatcher.ClipboardWatcher // Colors parser and prettifier. Colorizer *colorizer.Colorizer // Configuration. Cfg *configuration.Config // Database. Database *database.Database // Eventer. Eventer *eventer.Eventer // Game launcher. Launcher *launcher.Launcher // Requester, which requests server's information. Requester *requester.Requester }
func (*Context) Initialize ¶
func (ctx *Context) Initialize()
func (*Context) InitializeClipboardWatcher ¶
func (ctx *Context) InitializeClipboardWatcher()
Click to show internal directories.
Click to hide internal directories.