Versions in this module Expand all Collapse all v0 v0.5.1 Jan 9, 2026 v0.5.0 Dec 31, 2025 v0.4.1 Nov 22, 2025 v0.4.0 Nov 15, 2025 Changes in this version + type ProviderHandler interface + DeployToCDN func(certID string, domain string) (string, error) + DeployToDCND func(certID string, domain string) (string, error) + DeployToOSS func(certID string, domain string) (string, error) + TestConnection func() (bool, error) + UploadCertificate func(name, cert, key string) error + type RequestOptions struct + BaseURL string + Body any + Headers map[string]string + Method string + Path string + Query map[string]string + Timeout time.Duration + type Response struct + Body map[string]any + Headers http.Header + StatusCode int + func Execute(opts RequestOptions) (*Response, error)