github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+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  }