Versions in this module Expand all Collapse all v0 v0.68.0 Mar 20, 2026 Changes in this version + type Controller struct + func NewController(serverCfg *v1.ServerConfig, clientRegistry *registry.ClientRegistry, ...) *Controller + func (c *Controller) APIClientDetail(ctx *httppkg.Context) (any, error) + func (c *Controller) APIClientList(ctx *httppkg.Context) (any, error) + func (c *Controller) APIProxyByName(ctx *httppkg.Context) (any, error) + func (c *Controller) APIProxyByType(ctx *httppkg.Context) (any, error) + func (c *Controller) APIProxyByTypeAndName(ctx *httppkg.Context) (any, error) + func (c *Controller) APIProxyTraffic(ctx *httppkg.Context) (any, error) + func (c *Controller) APIServerInfo(ctx *httppkg.Context) (any, error) + func (c *Controller) DeleteProxies(ctx *httppkg.Context) (any, error) + type ProxyManager interface + GetByName func(name string) (proxy.Proxy, bool)