Versions in this module Expand all Collapse all v0 v0.3.0 Jun 11, 2026 v0.2.0 Jun 9, 2026 Changes in this version + type Manager struct + func NewManager(cfg ManagerConfig) (*Manager, error) + func (m *Manager) Start(ctx context.Context) error + func (m *Manager) Stats() []RouteStats + func (m *Manager) Stop(_ context.Context) error + type ManagerConfig struct + Config *config.Config + Edge *security.Edge + Enforcer *tenancy.Enforcer + Logger *slog.Logger + MTLSConfig *vtls.MTLSConfig + Metrics *observability.Metrics + PluginRegistry *plugins.Registry + PolicyEngine *policy.Engine + Registry *tenancy.Registry + Runtime *plugins.Runtime + TCPPool *tcp.Pool + TLS *vtls.Manager + Tracer trace.Tracer + type RouteStats struct + Active int64 + Backends int + Listen string + Name string + Protocol string + Total int64