This website requires JavaScript.
Explore
Help
Sign in
beenull
/
moby
Watch
1
Star
0
Fork
You've already forked moby
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d3c051318f
moby
/
libnetwork
/
osl
/
interface_unsupported.go
6 lines
56 B
Go
Raw
Normal View
History
Unescape
Escape
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-27 23:45:15 +00:00
//go:build !linux
package
osl
libnetwork/osl: remove Interface Interface There's only one implementation; let's use that. Also fixing a linting issue; libnetwork/osl/interface_linux.go:91:2: S1001: should use copy(to, from) instead of a loop (gosimple) for i, iface := range n.iFaces { ^ Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-02 21:24:33 +00:00
type
Interface
struct
{
}
Reference in a new issue
Copy permalink