Versions in this module Expand all Collapse all v0 v0.2.1 May 16, 2026 v0.2.0 May 16, 2026 Changes in this version + type Config struct + APIKey string + Port int + Provider client.Provider + Store storage.Store + type Server struct + func NewServer(cfg Config) *Server + func (s *Server) ListenAndServe(addr string) error + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)