Documentation
¶
Index ¶
- type RepoIndex
- func (p *RepoIndex) Actions() string
- func (p *RepoIndex) Body() string
- func (p *RepoIndex) Header() string
- func (p *RepoIndex) Navigation() string
- func (p *RepoIndex) StreamActions(qw422016 *qt422016.Writer)
- func (p *RepoIndex) StreamBody(qw422016 *qt422016.Writer)
- func (p *RepoIndex) StreamHeader(qw422016 *qt422016.Writer)
- func (p *RepoIndex) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *RepoIndex) StreamTitle(qw422016 *qt422016.Writer)
- func (p *RepoIndex) Title() string
- func (p *RepoIndex) WriteActions(qq422016 qtio422016.Writer)
- func (p *RepoIndex) WriteBody(qq422016 qtio422016.Writer)
- func (p *RepoIndex) WriteHeader(qq422016 qtio422016.Writer)
- func (p *RepoIndex) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *RepoIndex) WriteTitle(qq422016 qtio422016.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoIndex ¶
type RepoIndex struct { template.BasePage CSRF htmltemplate.HTML Paginator database.Paginator Connected bool Repos []*provider.Repo Provider *provider.Provider Providers []*provider.Provider }
func (*RepoIndex) Navigation ¶
func (*RepoIndex) StreamActions ¶
func (*RepoIndex) StreamBody ¶
func (*RepoIndex) StreamHeader ¶
func (*RepoIndex) StreamNavigation ¶
func (*RepoIndex) StreamTitle ¶
func (*RepoIndex) WriteActions ¶
func (p *RepoIndex) WriteActions(qq422016 qtio422016.Writer)
func (*RepoIndex) WriteBody ¶
func (p *RepoIndex) WriteBody(qq422016 qtio422016.Writer)
func (*RepoIndex) WriteHeader ¶
func (p *RepoIndex) WriteHeader(qq422016 qtio422016.Writer)
func (*RepoIndex) WriteNavigation ¶
func (p *RepoIndex) WriteNavigation(qq422016 qtio422016.Writer)
func (*RepoIndex) WriteTitle ¶
func (p *RepoIndex) WriteTitle(qq422016 qtio422016.Writer)
Click to show internal directories.
Click to hide internal directories.