summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-03-02 09:09:17 -0600
committerSean E. Russell <ser@ser1.net>2020-03-02 09:58:03 -0600
commit41a7ab324fac720c6d8820af58dfa565131db669 (patch)
tree452fde6187c73283888ef95a0b05ea9f30516a42 /config.go
parentb5e451b22582b16f7334b39ff42050cb4e280ba4 (diff)
resolves #65 Runs tests. Currently, does everything short of initializing the UI, which means it runs the config and plugin code. Currently does not execute any dummy code, such as testing config files etc.
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.go b/config.go
index 272a376..d072dee 100644
--- a/config.go
+++ b/config.go
@@ -32,6 +32,8 @@ type Config struct {
MaxLogSize int64
ExportPort string
Extensions []string
+
+ Test bool
}
func Parse(in io.Reader, conf *Config) error {