Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 v0.1.0 Dec 14, 2015 Changes in this version + type Order struct + ID int64 + Items []struct{ ... } + OrderedAt strfmt.DateTime + UserID int64 + type Pet struct + ID int64 + Name string + PhotoURLs []string + Status string + Tags []Tag + type Tag struct + ID int64 + Value string + type User struct + ID int64 + Name string