Documentation
¶
Index ¶
- type CollaboratorIndex
- func (p *CollaboratorIndex) Actions() string
- func (p *CollaboratorIndex) Body() string
- func (p *CollaboratorIndex) Header() string
- func (p *CollaboratorIndex) StreamActions(qw422016 *qt422016.Writer)
- func (p *CollaboratorIndex) StreamBody(qw422016 *qt422016.Writer)
- func (p *CollaboratorIndex) StreamHeader(qw422016 *qt422016.Writer)
- func (p *CollaboratorIndex) StreamTitle(qw422016 *qt422016.Writer)
- func (p *CollaboratorIndex) Title() string
- func (p *CollaboratorIndex) WriteActions(qq422016 qtio422016.Writer)
- func (p *CollaboratorIndex) WriteBody(qq422016 qtio422016.Writer)
- func (p *CollaboratorIndex) WriteHeader(qq422016 qtio422016.Writer)
- func (p *CollaboratorIndex) WriteTitle(qq422016 qtio422016.Writer)
- type Form
- func (p *Form) Actions() string
- func (p *Form) Body() string
- func (p *Form) Field(field string) 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 InviteIndex
- func (p *InviteIndex) Actions() string
- func (p *InviteIndex) Body() string
- func (p *InviteIndex) Header() string
- func (p *InviteIndex) Navigation() string
- func (p *InviteIndex) StreamActions(qw422016 *qt422016.Writer)
- func (p *InviteIndex) StreamBody(qw422016 *qt422016.Writer)
- func (p *InviteIndex) StreamHeader(qw422016 *qt422016.Writer)
- func (p *InviteIndex) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *InviteIndex) StreamTitle(qw422016 *qt422016.Writer)
- func (p *InviteIndex) Title() string
- func (p *InviteIndex) WriteActions(qq422016 qtio422016.Writer)
- func (p *InviteIndex) WriteBody(qq422016 qtio422016.Writer)
- func (p *InviteIndex) WriteHeader(qq422016 qtio422016.Writer)
- func (p *InviteIndex) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *InviteIndex) 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 CollaboratorIndex ¶
type CollaboratorIndex struct { template.BasePage CSRF htmltemplate.HTML Namespace *namespace.Namespace Collaborators []*namespace.Collaborator // contains filtered or unexported fields }
func (*CollaboratorIndex) Body ¶
func (p *CollaboratorIndex) Body() string
func (*CollaboratorIndex) StreamActions ¶
func (*CollaboratorIndex) StreamBody ¶
func (p *CollaboratorIndex) StreamBody(qw422016 *qt422016.Writer)
func (*CollaboratorIndex) StreamHeader ¶
func (*CollaboratorIndex) StreamTitle ¶
func (p *CollaboratorIndex) StreamTitle(qw422016 *qt422016.Writer)
func (*CollaboratorIndex) Title ¶
func (p *CollaboratorIndex) Title() string
func (*CollaboratorIndex) WriteActions ¶
func (p *CollaboratorIndex) WriteActions(qq422016 qtio422016.Writer)
func (*CollaboratorIndex) WriteBody ¶
func (p *CollaboratorIndex) WriteBody(qq422016 qtio422016.Writer)
func (*CollaboratorIndex) WriteHeader ¶
func (p *CollaboratorIndex) WriteHeader(qq422016 qtio422016.Writer)
func (*CollaboratorIndex) WriteTitle ¶
func (p *CollaboratorIndex) WriteTitle(qq422016 qtio422016.Writer)
type Form ¶
type Form struct { template.BasePage template.Form Parent *namespace.Namespace Namespace *namespace.Namespace }
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 Paginator database.Paginator Namespace *namespace.Namespace Namespaces []*namespace.Namespace 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 InviteIndex ¶
type InviteIndex struct { template.BasePage template.Form CSRF htmltemplate.HTML Namespace *namespace.Namespace Invites []*namespace.Invite // contains filtered or unexported fields }
func (*InviteIndex) Body ¶
func (p *InviteIndex) Body() string
func (*InviteIndex) Header ¶
func (p *InviteIndex) Header() string
func (*InviteIndex) Navigation ¶
func (p *InviteIndex) Navigation() string
func (*InviteIndex) StreamActions ¶
func (*InviteIndex) StreamBody ¶
func (p *InviteIndex) StreamBody(qw422016 *qt422016.Writer)
func (*InviteIndex) StreamHeader ¶
func (p *InviteIndex) StreamHeader(qw422016 *qt422016.Writer)
func (*InviteIndex) StreamNavigation ¶
func (p *InviteIndex) StreamNavigation(qw422016 *qt422016.Writer)
func (*InviteIndex) StreamTitle ¶
func (p *InviteIndex) StreamTitle(qw422016 *qt422016.Writer)
func (*InviteIndex) Title ¶
func (p *InviteIndex) Title() string
func (*InviteIndex) WriteActions ¶
func (p *InviteIndex) WriteActions(qq422016 qtio422016.Writer)
func (*InviteIndex) WriteBody ¶
func (p *InviteIndex) WriteBody(qq422016 qtio422016.Writer)
func (*InviteIndex) WriteHeader ¶
func (p *InviteIndex) WriteHeader(qq422016 qtio422016.Writer)
func (*InviteIndex) WriteNavigation ¶
func (p *InviteIndex) WriteNavigation(qq422016 qtio422016.Writer)
func (*InviteIndex) WriteTitle ¶
func (p *InviteIndex) WriteTitle(qq422016 qtio422016.Writer)
type Show ¶
type Show struct { template.BasePage template.Section Namespace *namespace.Namespace CSRF string Tag string }
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.