Versions in this module Expand all Collapse all v0 v0.2.0 Nov 19, 2025 Changes in this version + func LoggingMiddleware(next http.Handler) http.Handler + func NewServer(svc service.RegistryService, opts ...ServerOption) *chi.Mux + type ServerOption func(*serverConfig) + func WithMiddlewares(mw ...func(http.Handler) http.Handler) ServerOption