Versions in this module Expand all Collapse all v0 v0.0.2 Dec 19, 2025 v0.0.1 Dec 17, 2025 Changes in this version + const KindPostCall + type Handler interface + Handle func(w http.ResponseWriter, r *http.Request) + type MarkdownHandler struct + func (h *MarkdownHandler) Handle(w http.ResponseWriter, r *http.Request) + type PaginateHandler struct + func (h *PaginateHandler) Handle(w http.ResponseWriter, r *http.Request) + type Registry struct + func NewRegistry() *Registry + func (r *Registry) Get(name string) (Handler, bool) + func (r *Registry) Register(name string, handler Handler) + type TruncateHandler struct + func (h *TruncateHandler) Handle(w http.ResponseWriter, r *http.Request)