github.com/toplink-cn/moby@v0.0.0-20240305205811-460b4aebdf81/libnetwork/sandbox_externalkey_unsupported.go (about) 1 //go:build !linux && !freebsd 2 3 package libnetwork 4 5 // no-op on non linux systems 6 func (c *Controller) startExternalKeyListener() error { 7 return nil 8 } 9 10 func (c *Controller) stopExternalKeyListener() {}