Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2026 Changes in this version + type Server struct + func NewServer(config ports.WebhookServerConfig) *Server + func (s *Server) Events() <-chan *ports.WebhookEvent + func (s *Server) GetLocalURL() string + func (s *Server) GetPublicURL() string + func (s *Server) GetStats() ports.WebhookServerStats + func (s *Server) OnEvent(handler ports.WebhookEventHandler) + func (s *Server) SetTunnel(tunnel ports.Tunnel) + func (s *Server) Start(ctx context.Context) error + func (s *Server) Stop() error