Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module contains the terms module for the web server. Implements web.Module.
func (*Module) TermsGetHandler ¶
func (m *Module) TermsGetHandler(w http.ResponseWriter, r *http.Request)
TermsGetHandler returns the terms.
func (*Module) TermsPostHandler ¶
func (m *Module) TermsPostHandler(w http.ResponseWriter, r *http.Request)
TermsPostHandler .
Click to show internal directories.
Click to hide internal directories.