Documentation ¶
Index ¶
- type Panel
- func (panel *Panel) Execute(w http.ResponseWriter, r *http.Request, session *html.Session) error
- func (panel *Panel) GetActiveTemplate(session *html.Session, path string) string
- func (panel *Panel) PreExecute(session *html.Session, path string, w http.ResponseWriter, r *http.Request) (html.ExecutionResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Panel ¶
type Panel struct { html.PanelProvider // contains filtered or unexported fields }
Panel represents the account panel.
func (*Panel) Execute ¶
Execute generates the HTTP output of the form and writes it to the response writer.
func (*Panel) GetActiveTemplate ¶
GetActiveTemplate returns the name of the active template.
func (*Panel) PreExecute ¶
func (panel *Panel) PreExecute(session *html.Session, path string, w http.ResponseWriter, r *http.Request) (html.ExecutionResult, error)
PreExecute is called before the actual template is being executed.
Click to show internal directories.
Click to hide internal directories.