Versions in this module Expand all Collapse all v0 v0.0.3 Jan 13, 2026 v0.0.2 Dec 19, 2025 v0.0.1 Dec 18, 2025 Changes in this version + type Config struct + BearerToken string + Endpoint string + Limit uint32 + ListenAddr string + type Server struct + func NewServer(cfg Config) (*Server, error) + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)