Documentation
¶
Overview ¶
Package controllers implements Controllers of application Views, their logic and communication between them and Views.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //Party is a variable holding list of players and their levels Party *models.PartyModel //SavedParties is a variable to read the parties saved by the user to a file SavedParties *misc.DataFile )
Functions ¶
func MainWindow ¶
MainWindow is a controller function of Main View. It loads a view into existing WebView window
func PartyWindow ¶
PartyWindow is a controller function of Party View. It loads a view into existing WebView window
func UpdateWindow ¶
func UpdateWindow(currentVersion models.AppVersionModel, remoteVersion models.AppVersionModel)
UpdateWindow is a controller function of Update View (dialog). It creates a WebView window
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.