Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
Application is the representation of a server-side web application with HTML templates, and context values used to execute templates.
func NewApplication ¶
func NewApplication() *Application
NewApplication returns a new web application instance.
func (*Application) IndexHandler ¶
func (a *Application) IndexHandler(w http.ResponseWriter, r *http.Request)
IndexHandler is the HTTP handler for index page of the web application.
func (*Application) InviteHandler ¶
func (a *Application) InviteHandler(w http.ResponseWriter, r *http.Request)
InviteHandler is the HTTP handler for Taalbot invite page of the web application.
Click to show internal directories.
Click to hide internal directories.