blob: 3b21644ec92fd4ceff612453b4a69001fa8d9a7b [file] [log] [blame]
Jamie Hannaford1ce30f22014-09-16 11:23:34 +02001package networks
2
3type Extension struct {
4 Updated string `json:"updated"`
5 Name string `json:"name"`
6 Links []interface{} `json:"links"`
7 Namespace string `json:"namespace"`
8 Alias string `json:"alias"`
9 Description string `json:"description"`
10}