Versions in this module Expand all Collapse all v0 v0.29.1 Oct 20, 2022 Changes in this version + type Category struct + ID int64 + Name string + func (m *Category) ContextValidate(ctx context.Context, formats strfmt.Registry) error + 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) ContextValidate(ctx context.Context, formats strfmt.Registry) error + 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) ContextValidate(ctx context.Context, formats strfmt.Registry) error + 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) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *Tag) MarshalBinary() ([]byte, error) + func (m *Tag) UnmarshalBinary(b []byte) error + 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) ContextValidate(ctx context.Context, formats strfmt.Registry) error + func (m *User) MarshalBinary() ([]byte, error) + func (m *User) UnmarshalBinary(b []byte) error + func (m *User) Validate(formats strfmt.Registry) error