Documentation ¶ Index ¶ type Template func New(c console.Console) (*Template, error) func (t *Template) Project(project models.Project) error func (t *Template) Projects(projects []models.Project, totalCount int) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Template ¶ added in v0.2.0 type Template struct { // contains filtered or unexported fields } func New ¶ added in v0.2.0 func New(c console.Console) (*Template, error) func (*Template) Project ¶ added in v0.2.0 func (t *Template) Project(project models.Project) error func (*Template) Projects ¶ added in v0.2.0 func (t *Template) Projects(projects []models.Project, totalCount int) error Source Files ¶ View all Source files functions.go template.go truncate.go Click to show internal directories. Click to hide internal directories.