diff -r a01761bc5837 -r 9414cadcb717 types.go --- 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 {