aboutsummaryrefslogtreecommitdiff
path: root/pkg/config/app.go
diff options
context:
space:
mode:
authorJulien Dessaux2021-11-17 10:13:06 +0100
committerJulien Dessaux2021-11-17 10:13:06 +0100
commitc3263c03776401ad1263a9fb8f5a44a8ed44d61b (patch)
tree7dac91753cb4428ede2ba72fb09eca9ba6c2daab /pkg/config/app.go
parentUpdated dependencies (diff)
downloadshell-game-launcher-c3263c03776401ad1263a9fb8f5a44a8ed44d61b.tar.gz
shell-game-launcher-c3263c03776401ad1263a9fb8f5a44a8ed44d61b.tar.bz2
shell-game-launcher-c3263c03776401ad1263a9fb8f5a44a8ed44d61b.zip
Refactored package structure
Diffstat (limited to '')
-rw-r--r--pkg/config/app.go (renamed from config/app.go)1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/app.go b/pkg/config/app.go
index 2eefb98..2787517 100644
--- a/config/app.go
+++ b/pkg/config/app.go
@@ -21,6 +21,7 @@ type App struct {
MenuMaxIdleTime int `yaml:"MenuMaxIdleTime"`
// PostLoginCommands is the list of commands to execute upon login, like creating save directories for games
PostLoginCommands []string `yaml:"PostLoginCommands"`
+ // TODO admin contact
}
func (a *App) validate() error {