mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-18 08:27:43 +01:00
Move CertInfo struct from provider.go to internal/autocert/types/cert_info.go and replace global ActiveProvider.Load() with context-based autocertctx.FromCtx() pattern in API handlers. This improves separation of concerns and eliminates global state dependency in request handling.