Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 Changes in this version + type APIResponse struct + Code int32 + Message *string + Type *string + func (m *APIResponse) Validate(formats strfmt.Registry) error v0.1.0 Dec 14, 2015 Changes in this version + type Category struct + ID int64 + Name string + func (m *Category) Validate(formats strfmt.Registry) error + type Order struct + Complete bool + ID int64 + PetID int64 + Quantity int32 + ShipDate strfmt.DateTime + Status string + func (m *Order) Validate(formats strfmt.Registry) error + type Pet struct + Category *Category + ID int64 + Name string + PhotoUrls []string + Status string + Tags []*Tag + func (m *Pet) Validate(formats strfmt.Registry) error + type Tag struct + ID int64 + Name string + func (m *Tag) Validate(formats strfmt.Registry) error + type User struct + Email string + FirstName string + ID int64 + LastName string + Password string + Phone string + UserStatus int32 + Username string + func (m *User) Validate(formats strfmt.Registry) error