Versions in this module Expand all Collapse all v0 v0.19.0 Mar 20, 2019 v0.18.0 Dec 22, 2018 v0.17.2 Oct 25, 2018 v0.17.1 Oct 22, 2018 v0.17.0 Oct 7, 2018 Changes in this version type Category + func (m *Category) MarshalBinary() ([]byte, error) + func (m *Category) UnmarshalBinary(b []byte) error type Order + func (m *Order) MarshalBinary() ([]byte, error) + func (m *Order) UnmarshalBinary(b []byte) error type Pet + func (m *Pet) MarshalBinary() ([]byte, error) + func (m *Pet) UnmarshalBinary(b []byte) error type Tag + func (m *Tag) MarshalBinary() ([]byte, error) + func (m *Tag) UnmarshalBinary(b []byte) error type User + func (m *User) MarshalBinary() ([]byte, error) + func (m *User) UnmarshalBinary(b []byte) error 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