Versions in this module Expand all Collapse all v0 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 TaskCardStatusClosed + const TaskCardStatusIgnored + const TaskCardStatusOpen + const TaskCardStatusRejected + type Comment struct + Content *string + CreatedAt strfmt.DateTime + User *UserCard + func (m *Comment) MarshalBinary() ([]byte, error) + func (m *Comment) UnmarshalBinary(b []byte) error + func (m *Comment) Validate(formats strfmt.Registry) error + type Error struct + Code *int32 + HelpURL strfmt.URI + Message *string + func (m *Error) MarshalBinary() ([]byte, error) + func (m *Error) UnmarshalBinary(b []byte) error + func (m *Error) Validate(formats strfmt.Registry) error + type Milestone struct + Description string + DueDate strfmt.Date + Name *string + Stats *MilestoneStats + func (m *Milestone) MarshalBinary() ([]byte, error) + func (m *Milestone) UnmarshalBinary(b []byte) error + func (m *Milestone) Validate(formats strfmt.Registry) error + type MilestoneStats struct + Closed int32 + Open int32 + Total int32 + func (m *MilestoneStats) MarshalBinary() ([]byte, error) + func (m *MilestoneStats) UnmarshalBinary(b []byte) error + func (m *MilestoneStats) Validate(formats strfmt.Registry) error + type Task struct + Attachments map[string]TaskAttachmentsAnon + Comments []*Comment + LastUpdated strfmt.DateTime + LastUpdatedBy *UserCard + ReportedBy *UserCard + func (m *Task) MarshalBinary() ([]byte, error) + func (m *Task) UnmarshalBinary(b []byte) error + func (m *Task) UnmarshalJSON(raw []byte) error + func (m *Task) Validate(formats strfmt.Registry) error + func (m Task) MarshalJSON() ([]byte, error) + type TaskAttachmentsAnon struct + ContentType string + Description string + Name string + Size float64 + URL strfmt.URI + func (m *TaskAttachmentsAnon) MarshalBinary() ([]byte, error) + func (m *TaskAttachmentsAnon) UnmarshalBinary(b []byte) error + func (m *TaskAttachmentsAnon) Validate(formats strfmt.Registry) error + type TaskCard struct + AssignedTo *UserCard + Description string + Effort int32 + ID int64 + Karma float64 + Milestone *Milestone + ReportedAt strfmt.DateTime + Severity int32 + Status *string + Tags []string + Title *string + func (m *TaskCard) MarshalBinary() ([]byte, error) + func (m *TaskCard) UnmarshalBinary(b []byte) error + func (m *TaskCard) Validate(formats strfmt.Registry) error + type UserCard struct + Admin *bool + AvailableKarma float64 + ID int64 + ScreenName *string + func (m *UserCard) MarshalBinary() ([]byte, error) + func (m *UserCard) UnmarshalBinary(b []byte) error + func (m *UserCard) Validate(formats strfmt.Registry) error + type ValidationError struct + Field string + func (m *ValidationError) MarshalBinary() ([]byte, error) + func (m *ValidationError) UnmarshalBinary(b []byte) error + func (m *ValidationError) UnmarshalJSON(raw []byte) error + func (m *ValidationError) Validate(formats strfmt.Registry) error + func (m ValidationError) MarshalJSON() ([]byte, error)