github.com/moby/docker@v26.1.3+incompatible/daemon/reload_windows.go (about) 1 package daemon // import "github.com/docker/docker/daemon" 2 3 import "github.com/docker/docker/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 }