config.go
changeset 66 965586c1e3ed
parent 59 dd2e302b56d9
child 67 1ff7afce37fe
--- a/config.go	Tue Apr 11 11:30:23 2017 +0200
+++ b/config.go	Tue Apr 11 11:51:47 2017 +0200
@@ -33,7 +33,7 @@
 
 // Config holds our parameters
 type Server struct {
-	ID          int64
+	ID          string
 	Name        string
 	BearerToken string
 }