health

package
v0.4.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthChecker

type HealthChecker struct {
	// contains filtered or unexported fields
}

HealthChecker performs network-level checks for public services.

func NewHealthChecker

func NewHealthChecker() *HealthChecker

NewHealthChecker creates a new network health checker.

func (*HealthChecker) MonitorSSLProvisioning

func (h *HealthChecker) MonitorSSLProvisioning(ctx context.Context, serviceName, domain string, maxWait time.Duration) error

MonitorSSLProvisioning monitors SSL certificate provisioning with periodic checks.

type SSLInfo

type SSLInfo struct {
	Valid  bool
	Issuer string
	Expiry time.Time
	Error  string
}

SSLInfo contains SSL certificate information.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL