Files
moby/libnetwork/osl/interface_unsupported.go
Sebastiaan van Stijn 0ea41eaa51 libnetwork/osl: unify stubs for IfaceOption
Use the same signature for all platforms, but stub the nwIface type.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-04-28 20:20:58 +02:00

7 lines
71 B
Go

//go:build !linux
// +build !linux
package osl
type nwIface struct{}