types.go
author Ollivier Robert <roberto@keltia.net>
Wed, 05 Apr 2017 15:38:39 +0200
changeset 10 bb83de52ba5f
parent 7 0fbbac6d8e8c
child 16 9d64e00d3ea6
permissions -rw-r--r--
Adding types.

package gondole

type Gondole struct {

}

type Account struct {

}

type Client struct {

}

type Status struct {

}