Versions in this module Expand all Collapse all v4 v4.0.0 Jul 11, 2026 Changes in this version + type Config struct + Info Info + Path string + type Handler struct + func NewHandler(cfg Config) *Handler + func (h *Handler) Handler() http.HandlerFunc + func (h *Handler) RegisterRoutes(router interface{ ... }) + func (h *Handler) RegisterRoutesTo(router RouteRegistrar) + type Info struct + Commit string + Date string + Version string + type RouteRegistrar interface + Get func(pattern string, h http.HandlerFunc) Other modules containing this package github.com/aatuh/api-toolkit github.com/aatuh/api-toolkit/v2 github.com/aatuh/api-toolkit/v3