package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev
# Functions
CheckHealthStatus checks status of a given registry.
NewDefaultManager returns an instance of DefaultManger.
NewHealthChecker creates a new health checker - interval specifies the time interval to perform health check for registries - closing is a channel to stop the health checker.
# Constants
MinInterval defines the minimum interval to check registries' health status.
# Structs
DefaultManager implement the Manager interface.
HealthChecker is used to regularly check all registries' health status and update check result to database.
# Interfaces
Manager defines the methods that a target manager should implement.