package
0.0.0-20250220232038-fb2fd8af7512
Repository: https://github.com/letsencrypt/boulder.git
Documentation: pkg.go.dev
# Functions
GetConfigurer returns the probe configurer specified by name from `Registry`.
Register is called by the `init` function of every `Configurer` to add the caller to the global `Registry` map.
# Variables
Registry is the global mapping of all `Configurer` types.
# Interfaces
Configurer is the interface for `Configurer` types.
Prober is the interface for `Prober` types.
# Type aliases
Settings is exported as a temporary receiver for the `settings` field of `MonConf`.