Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Embed ¶
func (*Embed) GetByProducts ¶
func (*Embed) GetByProducts(ch chan *runner.GeneratorByProduct)
func (*Embed) GetImmutable ¶
type File ¶
type File string
func (File) GetByProducts ¶
func (File) GetByProducts(ch chan *runner.GeneratorByProduct)
func (File) GetImmutable ¶
type HTTP ¶
type HTTP struct { Url string Header http.Header Immutable bool // contains filtered or unexported fields }
func (*HTTP) GetByProducts ¶
func (*HTTP) GetByProducts(ch chan *runner.GeneratorByProduct)
func (*HTTP) GetImmutable ¶
type Markdown ¶
type Markdown struct { Title string Description string URL string SeriesStatus string Sources []*MarkdownSource IsPost bool ExtraDependencies []string HighlightStyle string Template string TemplateCtx map[string]interface{} Pagination *templates.ContentPagination LayoutCtx *templates.LayoutContext }
func (*Markdown) GetByProducts ¶
func (*Markdown) GetByProducts(ch chan *runner.GeneratorByProduct)
func (*Markdown) GetImmutable ¶
type MarkdownSource ¶
type Project ¶
type Project struct { Owner string Repo string URL string Template string LayoutCtx *templates.LayoutContext Immutable bool // contains filtered or unexported fields }
func (*Project) GetByProducts ¶
func (p *Project) GetByProducts(ch chan *runner.GeneratorByProduct)
func (*Project) GetImmutable ¶
Click to show internal directories.
Click to hide internal directories.