Versions in this module Expand all Collapse all v0 v0.17.0 Oct 7, 2018 Changes in this version + type Error struct + Code int64 + Message *string + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type Item string + func (m Item) Validate(formats strfmt.Registry) error + type Order struct + OrderID *string + OrderLines []*OrderLine + func (m *Order) MarshalBinary() ([]byte, error) + func (m *Order) UnmarshalBinary(b []byte) error + func (m *Order) Validate(formats strfmt.Registry) error + type OrderLine struct + PurchasedItem Item + Quantity *int32 + func (m *OrderLine) MarshalBinary() ([]byte, error) + func (m *OrderLine) UnmarshalBinary(b []byte) error + func (m *OrderLine) Validate(formats strfmt.Registry) error + type Principal struct + Name string + Roles []string + func (m *Principal) MarshalBinary() ([]byte, error) + func (m *Principal) UnmarshalBinary(b []byte) error + func (m *Principal) Validate(formats strfmt.Registry) error