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

# Functions

NewFromYAML reads a YAML sequence of values of type T and returns a *List[T] containing those values.
NewList returns a *List[T] populated with the provided members of type T.

# Structs

List holds a unique collection of items of type T.