Versions in this module Expand all Collapse all v0 v0.17.0 Oct 7, 2018 Changes in this version type Error + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error type Item + func (m *Item) MarshalBinary() ([]byte, error) + func (m *Item) UnmarshalBinary(b []byte) error v0.2.0 Dec 25, 2015 v0.1.0 Dec 14, 2015 Changes in this version + type Error struct + Code int64 + Message string + func (m *Error) Validate(formats strfmt.Registry) error + type Item struct + Completed bool + Description string + ID int64 + func (m *Item) Validate(formats strfmt.Registry) error