Adding types.
authorOllivier Robert <roberto@keltia.net>
Wed, 05 Apr 2017 15:38:39 +0200
changeset 10 bb83de52ba5f
parent 9 6d7d0670dc9a
child 11 39a5ce85e9de
Adding types.
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 {
+
+}
+