Versions in this module Expand all Collapse all v0 v0.9.0 Nov 18, 2023 Changes in this version + var ErrNotFound = &ErrResponse + func ErrRender(err error) render.Renderer + type EmbeddableResources struct + Favicon []byte + Logo []byte + WhiteLogo []byte + type ErrResponse struct + AppCode int64 + Err error + ErrorText string + HTTPStatusCode int + StatusText string + func (e *ErrResponse) Render(w http.ResponseWriter, r *http.Request) error + type PostForm map[string][]string + func (f PostForm) Get(key string) string + func (f PostForm) GetObject(key string) PostForm + type Renderer struct + func (renderer *Renderer) HTML(w http.ResponseWriter, r *http.Request, info views.LayoutInfo, ...) + type Server struct + Config *krab.Config + Connection krabdb.Connection + func (a *Server) Help() string + func (a *Server) Synopsis() string + func (s *Server) Run(args []string) int