Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Catalog ¶
type Catalog struct { Type []Type `json:"type"` State []State `json:"state"` Priority []Priority `json:"priority"` Persone []Persone `json:"persone"` Release []Release `json:"release"` Sprint []Sprint `json:"sprint"` // contains filtered or unexported fields }
func CreateDefaultCatalog ¶
func CreateDefaultCatalog() *Catalog
func (*Catalog) EnsurePersone ¶
func (*Catalog) FindPersone ¶
func (*Catalog) FindPersoneByAlias ¶
type Change ¶
type Comment ¶
type Issue ¶
type Persone ¶
type Priority ¶
type Release ¶
type Release struct { Number Id `json:"id"` StartDate Timestamp `json:"start"` EndDate Timestamp `json:"end"` Done bool `json:"done"` Title string `json:"title"` }
func (*Release) Predefined ¶
type Sprint ¶
Click to show internal directories.
Click to hide internal directories.