diff -r ba90955d2d56 -r adc39ae774c0 types.go --- a/types.go Wed Apr 12 14:27:09 2017 +0200 +++ b/types.go Wed Apr 12 16:40:02 2017 +0200 @@ -4,11 +4,13 @@ "time" ) +// Client contains data for a gondole client application type Client struct { - Name string - ID string - Secret string - APIBase string + Name string + ID string + Secret string + APIBase string + InstanceURL string } /*