mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
libnetwork.NetworkController is an interface with a single implementation. https://github.com/golang/go/wiki/CodeReviewComments#interfaces Signed-off-by: Cory Snider <csnider@mirantis.com>
8 lines
156 B
Go
8 lines
156 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package libnetwork
|
|
|
|
func setupArrangeUserFilterRule(c *Controller) {}
|
|
func arrangeUserFilterRule() {}
|