package
3.1.1+incompatible
Repository: https://github.com/gravitational/robotest.git
Documentation: pkg.go.dev
# Functions
Collect collects errors and values from channel provided, honouring timeout it will expect exactly cap(errChan) messages value channel could be nil.
CollectErrors exhausts error channel errChan up to its capacity and returns aggregate error if any.
IsContextCancelledError returns true if the given error is a context cancelled error.
# Structs
SafeByteBuffer is a goroutine safe bytes.Buffer.