Versions in this module Expand all Collapse all v0 v0.29.1 Oct 20, 2022 Changes in this version + type Order struct + ID int64 + Items []struct{ ... } + OrderedAt strfmt.DateTime + UserID int64 + type Pet struct + Birthday time.Time + ID int64 + Name string + PhotoURLs []string + Status enums.Status + Tags []Tag + type Tag struct + ID int64 + Value string + type User struct + ID int64 + Name string