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

# Functions

MustParseURL attempts to parse the provided target using url.Parse() and panics if parsing fails.
NewChannel returns a new Channel.
NewChannelWithSize returns a new Channel with a buffer of bufSize.

# Constants

DefaultChanBufferSize is the default buffer size of the underlying channel.

# Structs

Channel wraps a generic channel and provides a timed receive operation.