Versions in this module Expand all Collapse all v1 v1.5.1 Aug 4, 2026 Changes in this version + func Router(svc service.RegistryService) http.Handler + type ListPluginsQuery struct + Cursor string + Limit int + Search string + Status string + type PluginListMetadata struct + Count int + NextCursor string + type PluginListResponse struct + Metadata PluginListMetadata + Plugins []thvregistry.Plugin + type Routes struct