summary refs log tree commit diff stats
path: root/types.go
diff options
context:
space:
mode:
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