diff -r 6d7d0670dc9a -r bb83de52ba5f types.go --- a/types.go Wed Apr 05 15:38:10 2017 +0200 +++ b/types.go Wed Apr 05 15:38:39 2017 +0200 @@ -3,3 +3,16 @@ type Gondole struct { } + +type Account struct { + +} + +type Client struct { + +} + +type Status struct { + +} +