github.com/adityamillind98/moby@v23.0.0-rc.4+incompatible/daemon/secrets_unsupported.go (about)

     1  //go:build !linux && !windows
     2  // +build !linux,!windows
     3  
     4  package daemon // import "github.com/docker/docker/daemon"
     5  
     6  func secretsSupported() bool {
     7  	return false
     8  }