blob: 795369b0996b1aa5f392fd3e569853ae36569327 [file] [log] [blame]
//go:build !linux && !darwin && !windows
// +build !linux,!darwin,!windows
package cnmallocator
import (
"github.com/moby/swarmkit/v2/manager/allocator/networkallocator"
)
const initializers = nil
// PredefinedNetworks returns the list of predefined network structures
func (*Provider) PredefinedNetworks() []networkallocator.PredefinedNetworkData {
return nil
}