package
0.0.0-20250220232038-fb2fd8af7512
Repository: https://github.com/letsencrypt/boulder.git
Documentation: pkg.go.dev

# Functions

DurationCustomTypeFunc enables registration of our custom config.Duration type as a time.Duration and performing validation on the configured value using the standard suite of validation functions.

# Variables

ErrDurationMustBeString is returned when a non-string value is presented to be deserialized as a ConfigDuration.

# Structs

Duration is custom type embedding a time.Duration which allows defining methods such as serialization to YAML or JSON.