9
vendor/github.com/deislabs/oras/pkg/context/context.go
generated
vendored
Normal file
9
vendor/github.com/deislabs/oras/pkg/context/context.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package context
|
||||
|
||||
import "context"
|
||||
|
||||
// Background returns a default context with logger discarded.
|
||||
func Background() context.Context {
|
||||
ctx := context.Background()
|
||||
return WithLoggerDiscarded(ctx)
|
||||
}
|
||||
Reference in New Issue
Block a user