github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/daemon/reload_windows.go (about) 1 package daemon // import "github.com/Prakhar-Agarwal-byte/moby/daemon" 2 3 import "github.com/Prakhar-Agarwal-byte/moby/daemon/config" 4 5 // reloadPlatform updates configuration with platform specific options 6 // and updates the passed attributes 7 func (daemon *Daemon) reloadPlatform(txn *reloadTxn, newCfg *configStore, conf *config.Config, attributes map[string]string) error { 8 return nil 9 }