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 + const OrderStatusApproved + const OrderStatusDelivered + const OrderStatusPlaced + const PetStatusAvailable + const PetStatusPending + const PetStatusSold + type APIResponse struct + Code int32 + Message string + Type string + func (m *APIResponse) MarshalBinary() ([]byte, error) + func (m *APIResponse) UnmarshalBinary(b []byte) error + func (m *APIResponse) Validate(formats strfmt.Registry) error + type Category struct + ID int64 + Name string + func (m *Category) MarshalBinary() ([]byte, error) + func (m *Category) UnmarshalBinary(b []byte) error + 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) MarshalBinary() ([]byte, error) + func (m *Order) UnmarshalBinary(b []byte) error + 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) MarshalBinary() ([]byte, error) + func (m *Pet) UnmarshalBinary(b []byte) error + func (m *Pet) Validate(formats strfmt.Registry) error + type Tag struct + ID int64 + Name string + func (m *Tag) MarshalBinary() ([]byte, error) + func (m *Tag) UnmarshalBinary(b []byte) error + func (m *Tag) Validate(formats strfmt.Registry) error