Documentation ¶ Index ¶ func DecodeQueryParams(c *clevergo.Context, dest interface{}) error type Form func (f Form) GetError(field string) error func (f Form) HasError(field string) (found bool) type Handler type Page func NewPage(title string) Page Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DecodeQueryParams ¶ func DecodeQueryParams(c *clevergo.Context, dest interface{}) error Types ¶ type Form ¶ added in v1.5.0 type Form struct { Err error } func (Form) GetError ¶ added in v1.5.0 func (f Form) GetError(field string) error func (Form) HasError ¶ added in v1.5.0 func (f Form) HasError(field string) (found bool) type Handler ¶ type Handler interface { Register(clevergo.Router) } type Page ¶ type Page struct { Title string Description string } func NewPage ¶ func NewPage(title string) Page Source Files ¶ View all Source files form.go handler.go page.go queryparams.go Directories ¶ Show internal Expand all Path Synopsis alert Click to show internal directories. Click to hide internal directories.