Documentation
¶
Index ¶
- type Login
- func (p *Login) Body() string
- func (p *Login) Footer() string
- func (p *Login) StreamBody(qw422016 *qt422016.Writer)
- func (p *Login) StreamFooter(qw422016 *qt422016.Writer)
- func (p *Login) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Login) Title() string
- func (p *Login) WriteBody(qq422016 qtio422016.Writer)
- func (p *Login) WriteFooter(qq422016 qtio422016.Writer)
- func (p *Login) WriteTitle(qq422016 qtio422016.Writer)
- type NewPassword
- func (p *NewPassword) Body() string
- func (p *NewPassword) Footer() string
- func (p *NewPassword) StreamBody(qw422016 *qt422016.Writer)
- func (p *NewPassword) StreamFooter(qw422016 *qt422016.Writer)
- func (p *NewPassword) StreamTitle(qw422016 *qt422016.Writer)
- func (p *NewPassword) Title() string
- func (p *NewPassword) WriteBody(qq422016 qtio422016.Writer)
- func (p *NewPassword) WriteFooter(qq422016 qtio422016.Writer)
- func (p *NewPassword) WriteTitle(qq422016 qtio422016.Writer)
- type PasswordReset
- func (p *PasswordReset) Body() string
- func (p *PasswordReset) Footer() string
- func (p *PasswordReset) StreamBody(qw422016 *qt422016.Writer)
- func (p *PasswordReset) StreamFooter(qw422016 *qt422016.Writer)
- func (p *PasswordReset) StreamTitle(qw422016 *qt422016.Writer)
- func (p *PasswordReset) Title() string
- func (p *PasswordReset) WriteBody(qq422016 qtio422016.Writer)
- func (p *PasswordReset) WriteFooter(qq422016 qtio422016.Writer)
- func (p *PasswordReset) WriteTitle(qq422016 qtio422016.Writer)
- type Register
- func (p *Register) Body() string
- func (p *Register) Footer() string
- func (p *Register) StreamBody(qw422016 *qt422016.Writer)
- func (p *Register) StreamFooter(qw422016 *qt422016.Writer)
- func (p *Register) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Register) Title() string
- func (p *Register) WriteBody(qq422016 qtio422016.Writer)
- func (p *Register) WriteFooter(qq422016 qtio422016.Writer)
- func (p *Register) WriteTitle(qq422016 qtio422016.Writer)
- type Settings
- func (p *Settings) Actions() string
- func (p *Settings) Body() string
- func (p *Settings) Header() string
- func (p *Settings) Navigation() string
- func (p *Settings) StreamActions(qw422016 *qt422016.Writer)
- func (p *Settings) StreamBody(qw422016 *qt422016.Writer)
- func (p *Settings) StreamHeader(qw422016 *qt422016.Writer)
- func (p *Settings) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *Settings) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Settings) Title() string
- func (p *Settings) WriteActions(qq422016 qtio422016.Writer)
- func (p *Settings) WriteBody(qq422016 qtio422016.Writer)
- func (p *Settings) WriteHeader(qq422016 qtio422016.Writer)
- func (p *Settings) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *Settings) WriteTitle(qq422016 qtio422016.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Login ¶
type Login struct { template.BasePage template.Form Alert template.Alert RedirectURI string Providers []*provider.Provider }
func (*Login) StreamBody ¶
func (*Login) StreamFooter ¶
func (*Login) StreamTitle ¶
func (*Login) WriteBody ¶
func (p *Login) WriteBody(qq422016 qtio422016.Writer)
func (*Login) WriteFooter ¶
func (p *Login) WriteFooter(qq422016 qtio422016.Writer)
func (*Login) WriteTitle ¶
func (p *Login) WriteTitle(qq422016 qtio422016.Writer)
type NewPassword ¶
func (*NewPassword) Body ¶
func (p *NewPassword) Body() string
func (*NewPassword) Footer ¶
func (p *NewPassword) Footer() string
func (*NewPassword) StreamBody ¶
func (p *NewPassword) StreamBody(qw422016 *qt422016.Writer)
func (*NewPassword) StreamFooter ¶
func (p *NewPassword) StreamFooter(qw422016 *qt422016.Writer)
func (*NewPassword) StreamTitle ¶
func (p *NewPassword) StreamTitle(qw422016 *qt422016.Writer)
func (*NewPassword) Title ¶
func (p *NewPassword) Title() string
func (*NewPassword) WriteBody ¶
func (p *NewPassword) WriteBody(qq422016 qtio422016.Writer)
func (*NewPassword) WriteFooter ¶
func (p *NewPassword) WriteFooter(qq422016 qtio422016.Writer)
func (*NewPassword) WriteTitle ¶
func (p *NewPassword) WriteTitle(qq422016 qtio422016.Writer)
type PasswordReset ¶
func (*PasswordReset) Body ¶
func (p *PasswordReset) Body() string
func (*PasswordReset) Footer ¶
func (p *PasswordReset) Footer() string
func (*PasswordReset) StreamBody ¶
func (p *PasswordReset) StreamBody(qw422016 *qt422016.Writer)
func (*PasswordReset) StreamFooter ¶
func (p *PasswordReset) StreamFooter(qw422016 *qt422016.Writer)
func (*PasswordReset) StreamTitle ¶
func (p *PasswordReset) StreamTitle(qw422016 *qt422016.Writer)
func (*PasswordReset) Title ¶
func (p *PasswordReset) Title() string
func (*PasswordReset) WriteBody ¶
func (p *PasswordReset) WriteBody(qq422016 qtio422016.Writer)
func (*PasswordReset) WriteFooter ¶
func (p *PasswordReset) WriteFooter(qq422016 qtio422016.Writer)
func (*PasswordReset) WriteTitle ¶
func (p *PasswordReset) WriteTitle(qq422016 qtio422016.Writer)
type Register ¶
func (*Register) StreamBody ¶
func (*Register) StreamFooter ¶
func (*Register) StreamTitle ¶
func (*Register) WriteBody ¶
func (p *Register) WriteBody(qq422016 qtio422016.Writer)
func (*Register) WriteFooter ¶
func (p *Register) WriteFooter(qq422016 qtio422016.Writer)
func (*Register) WriteTitle ¶
func (p *Register) WriteTitle(qq422016 qtio422016.Writer)
type Settings ¶
type Settings struct { template.BasePage template.Form Providers []*provider.Provider Section template.Section }
func (*Settings) Navigation ¶
func (*Settings) StreamActions ¶
func (*Settings) StreamBody ¶
func (*Settings) StreamHeader ¶
func (*Settings) StreamNavigation ¶
func (*Settings) StreamTitle ¶
func (*Settings) WriteActions ¶
func (p *Settings) WriteActions(qq422016 qtio422016.Writer)
func (*Settings) WriteBody ¶
func (p *Settings) WriteBody(qq422016 qtio422016.Writer)
func (*Settings) WriteHeader ¶
func (p *Settings) WriteHeader(qq422016 qtio422016.Writer)
func (*Settings) WriteNavigation ¶
func (p *Settings) WriteNavigation(qq422016 qtio422016.Writer)
func (*Settings) WriteTitle ¶
func (p *Settings) WriteTitle(qq422016 qtio422016.Writer)
Click to show internal directories.
Click to hide internal directories.