github.com/rawahars/moby@v24.0.4+incompatible/libnetwork/testutils/context_windows.go (about)

     1  package testutils
     2  
     3  import "testing"
     4  
     5  type OSContext struct{}
     6  
     7  func SetupTestOSContextEx(*testing.T) *OSContext {
     8  	return nil
     9  }
    10  
    11  func (*OSContext) Cleanup(t *testing.T) {}
    12  
    13  func (*OSContext) Set() (func(Logger), error) {
    14  	return func(Logger) {}, nil
    15  }