types.go
changeset 25 9414cadcb717
parent 20 3379b2ff8f4c
child 66 965586c1e3ed
--- a/types.go	Thu Apr 06 23:35:21 2017 +0200
+++ b/types.go	Thu Apr 06 23:36:00 2017 +0200
@@ -5,8 +5,9 @@
 )
 
 type Gondole struct {
-	Name        string
-	RedirectURI string
+	Name   string
+	ID     int64
+	Secret string
 }
 
 type Client struct {