mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-19 15:27:46 +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.