Documentation ¶
Index ¶
- type Form
- func (p *Form) Actions() string
- func (p *Form) Body() string
- func (p *Form) Header() string
- func (p *Form) Navigation() string
- func (p *Form) StreamActions(qw422016 *qt422016.Writer)
- func (p *Form) StreamBody(qw422016 *qt422016.Writer)
- func (p *Form) StreamHeader(qw422016 *qt422016.Writer)
- func (p *Form) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *Form) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Form) Title() string
- func (p *Form) WriteActions(qq422016 qtio422016.Writer)
- func (p *Form) WriteBody(qq422016 qtio422016.Writer)
- func (p *Form) WriteHeader(qq422016 qtio422016.Writer)
- func (p *Form) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *Form) WriteTitle(qq422016 qtio422016.Writer)
- type Index
- func (p *Index) Actions() string
- func (p *Index) Body() string
- func (p *Index) Header() string
- func (p *Index) Navigation() string
- func (p *Index) StreamActions(qw422016 *qt422016.Writer)
- func (p *Index) StreamBody(qw422016 *qt422016.Writer)
- func (p *Index) StreamHeader(qw422016 *qt422016.Writer)
- func (p *Index) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *Index) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Index) Title() string
- func (p *Index) WriteActions(qq422016 qtio422016.Writer)
- func (p *Index) WriteBody(qq422016 qtio422016.Writer)
- func (p *Index) WriteHeader(qq422016 qtio422016.Writer)
- func (p *Index) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *Index) WriteTitle(qq422016 qtio422016.Writer)
- type Show
- func (p *Show) Actions() string
- func (p *Show) Body() string
- func (p *Show) Header() string
- func (p *Show) Navigation() string
- func (p *Show) StreamActions(qw422016 *qt422016.Writer)
- func (p *Show) StreamBody(qw422016 *qt422016.Writer)
- func (p *Show) StreamHeader(qw422016 *qt422016.Writer)
- func (p *Show) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *Show) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Show) Title() string
- func (p *Show) WriteActions(qq422016 qtio422016.Writer)
- func (p *Show) WriteBody(qq422016 qtio422016.Writer)
- func (p *Show) WriteHeader(qq422016 qtio422016.Writer)
- func (p *Show) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *Show) WriteTitle(qq422016 qtio422016.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
func (*Form) Navigation ¶
func (*Form) StreamActions ¶
func (*Form) StreamBody ¶
func (*Form) StreamHeader ¶
func (*Form) StreamNavigation ¶
func (*Form) StreamTitle ¶
func (*Form) WriteActions ¶
func (p *Form) WriteActions(qq422016 qtio422016.Writer)
func (*Form) WriteBody ¶
func (p *Form) WriteBody(qq422016 qtio422016.Writer)
func (*Form) WriteHeader ¶
func (p *Form) WriteHeader(qq422016 qtio422016.Writer)
func (*Form) WriteNavigation ¶
func (p *Form) WriteNavigation(qq422016 qtio422016.Writer)
func (*Form) WriteTitle ¶
func (p *Form) WriteTitle(qq422016 qtio422016.Writer)
type Index ¶
type Index struct { template.BasePage CSRF htmltemplate.HTML Paginator database.Paginator Crons []*cron.Cron Search string }
func (*Index) Navigation ¶
func (*Index) StreamActions ¶
func (*Index) StreamBody ¶
func (*Index) StreamHeader ¶
func (*Index) StreamNavigation ¶
func (*Index) StreamTitle ¶
func (*Index) WriteActions ¶
func (p *Index) WriteActions(qq422016 qtio422016.Writer)
func (*Index) WriteBody ¶
func (p *Index) WriteBody(qq422016 qtio422016.Writer)
func (*Index) WriteHeader ¶
func (p *Index) WriteHeader(qq422016 qtio422016.Writer)
func (*Index) WriteNavigation ¶
func (p *Index) WriteNavigation(qq422016 qtio422016.Writer)
func (*Index) WriteTitle ¶
func (p *Index) WriteTitle(qq422016 qtio422016.Writer)
type Show ¶
type Show struct { template.BasePage CSRF htmltemplate.HTML Cron *cron.Cron Builds *buildtemplate.Index }
func (*Show) Navigation ¶
func (*Show) StreamActions ¶
func (*Show) StreamBody ¶
func (*Show) StreamHeader ¶
func (*Show) StreamNavigation ¶
func (*Show) StreamTitle ¶
func (*Show) WriteActions ¶
func (p *Show) WriteActions(qq422016 qtio422016.Writer)
func (*Show) WriteBody ¶
func (p *Show) WriteBody(qq422016 qtio422016.Writer)
func (*Show) WriteHeader ¶
func (p *Show) WriteHeader(qq422016 qtio422016.Writer)
func (*Show) WriteNavigation ¶
func (p *Show) WriteNavigation(qq422016 qtio422016.Writer)
func (*Show) WriteTitle ¶
func (p *Show) WriteTitle(qq422016 qtio422016.Writer)
Click to show internal directories.
Click to hide internal directories.