# HG changeset patch # User Ollivier Robert # Date 1491999160 -7200 # Node ID ba06092b91a6615ebbbab41824405b515c204695 # Parent d601c957d789971cb8e84945983b35ef1f50d02c Rename "Gondole" as "Client" to avoid "gondole.Gondole". (expecting "golint" to go through the roof otherwise) diff -r d601c957d789 -r ba06092b91a6 types.go --- a/types.go Wed Apr 12 13:19:50 2017 +0200 +++ b/types.go Wed Apr 12 14:12:40 2017 +0200 @@ -4,18 +4,13 @@ "time" ) -type Gondole struct { +type Client struct { Name string ID string Secret string APIBase string } -type Client struct { - BaseURL string - BearerToken string -} - /* Entities: