summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-13 03:52:15 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-13 03:52:15 -0400
commitf06a2d6126bed22d38b506e1edc8822386a7cc33 (patch)
tree282cb6924e3fa48fa457534f44efae0a256c697f /types.go
parentb42a3d0d66712b8da71e6f7984b3cf16d3e304fc (diff)
downloadgetwtxt-f06a2d6126bed22d38b506e1edc8822386a7cc33.tar.gz
fixed viper config parsing resulting in build errors
Diffstat (limited to 'types.go')
-rw-r--r--types.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/types.go b/types.go
index e25e066..8e924ca 100644
--- a/types.go
+++ b/types.go
@@ -9,4 +9,13 @@ type configuration struct {
 	port          int
 	logfile       string
 	stdoutLogging bool
+	instance
 }
+type instance struct {
+	name  string
+	url   string
+	owner string
+	mail  string
+}
+
+// index of users