Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/v28.3.3
/
.
/
testutil
/
environment
/
protect_others.go
blob: 0c3030375e908ffae6a796fa18892b4154bd0d53 [
file
] [
log
] [
blame
]
//go:build !linux
package environment
import (
"context"
"testing"
)
type defaultBridgeInfo struct{}
func ProtectDefaultBridge(context.Context, testing.TB, *Execution) {
return
}
func restoreDefaultBridge(testing.TB, *defaultBridgeInfo) {}