Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChanDiscard ¶
func ChanDiscard[T any](ch <-chan T)
ChanDiscard consumes a channel and discards all values.
func ChanRequireNoError ¶
ChanRequireNoError consumes a channel and asserts that no error is received.
func NewNopLogger ¶
NewNopLogger returns a logger that discards all log output.
func NewTestLogger ¶
NewTestLogger returns a logger that writes to stderr.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.