summaryrefslogtreecommitdiffstats
path: root/config.go
diff options
context:
space:
mode:
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 {