mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-01 06:33:18 +02: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.