package
0.40.0
Repository: https://github.com/radius-project/radius.git
Documentation: pkg.go.dev

# Functions

New creates a new context with test logger for testing.
NewWithCancel creates a new cancellable context with test logger for testing.
NewWithDeadline creates a new deadline context based on the given duration, with test logger for testing.
Wrap wraps a context with test logger for testing and returns the context with cancel function.