Versions in this module Expand all Collapse all v0 v0.0.7 Aug 1, 2025 Changes in this version + type AppDetail struct + SidecarVersion string + type Router struct + func NewRouter(config ServerConfig, app sidecar.AppInfo) (*Router, error) + func (hs *Router) Addr() string + func (hs *Router) RegisterService(ctx context.Context, service protoreflect.ServiceDescriptor, ...) error + func (hs *Router) Run(ctx context.Context) error + type ServerConfig struct + CORSOrigins []string + JWKS []string + PublicAddr string + StaticFiles string