Versions in this module Expand all Collapse all v0 v0.1.2 Jun 5, 2020 v0.1.1 Jun 3, 2020 Changes in this version + var NotFoundTmpl = template.Must(template.New("").Parse(`Not Found`)) + var RegisterTmpl = template.Must(template.New("").Parse(`form{{ if .Validation }}invalid{{end}}`)) + func New() http.Handler + type NotFoundOutput struct + func (_ NotFoundOutput) Status() int + func (_ NotFoundOutput) Template() *template.Template + type RegisterInput struct + func (_ RegisterInput) SkipDecode() bool + func (in *RegisterInput) Read(r *http.Request) + func (in RegisterInput) Validate() (v url.Values) + type RegisterOutput struct + RedirectTo string + Validation url.Values + func (_ RegisterOutput) Template() *template.Template + func (out RegisterOutput) Empty() bool + func (out RegisterOutput) Redirect() string + func (out RegisterOutput) Status() int + type Registration struct + Email string + Password string