Versions in this module Expand all Collapse all v0 v0.1.1 Oct 3, 2016 Changes in this version + func AccessLogHandler(h http.Handler, logger *logging.Logger) http.Handler + func DumpDBHandler(w http.ResponseWriter, r *http.Request, db *bolt.DB) + func GetHost(r *http.Request) string + func GetIPs(r *http.Request) string + func IPFromRemoteAddr(s string) string + func ReadRequestBody(w http.ResponseWriter, r *http.Request, v interface{}) error + type FormErrors struct + Errors []string + FieldErrors map[string][]string + func NewError(e string) FormErrors + func NewFieldError(field, e string) FormErrors + func (f *FormErrors) AddError(e string) + func (f *FormErrors) AddFieldError(field, e string) + func (f FormErrors) HasErrors() bool