github.com/toplink-cn/moby@v0.0.0-20240305205811-460b4aebdf81/libnetwork/drivers_unsupported.go (about)

     1  //go:build !freebsd && !linux && !windows
     2  
     3  package libnetwork
     4  
     5  import "github.com/docker/docker/libnetwork/driverapi"
     6  
     7  func registerNetworkDrivers(r driverapi.Registerer, driverConfig func(string) map[string]interface{}) error {
     8  	return nil
     9  }