github.com/tonistiigi/docker@v0.10.1-0.20240229224939-974013b0dc6a/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() {}