Versions in this module Expand all Collapse all v0 v0.7.0 Aug 18, 2026 Changes in this version + func DeployCertificateTo1PanelWebsite(ctx context.Context, targetRef, certificatePEM, privateKeyPEM string) error + func DeployToStore(ctx context.Context, sourceDir, domain string) error + func IsOnePanelConfigured() bool + func IsOnePanelConfiguredWithContext(ctx context.Context) bool + func IsOnePanelErrorRetryable(err error) bool + func TestOnePanelConnection() error + func TestOnePanelConnectionWithContext(ctx context.Context) error + func TestOnePanelWebsiteConnection(ctx context.Context, targetRef string) error + type OnePanelAPIResponse struct + Code int + Data json.RawMessage + Message string + type OnePanelWebsiteResource struct + Domain string + Domains []string + Label string + Protocol string + Status string + TargetRef string + func DiscoverOnePanelWebsiteResources(ctx context.Context) ([]OnePanelWebsiteResource, error)