f96b9bf761
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>
7 lines
156 B
Go
7 lines
156 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package libnetwork
|
|
|
|
func setupArrangeUserFilterRule(c *Controller) {}
|
|
func arrangeUserFilterRule() {}
|