github.com/hernad/nomad@v1.6.112/command/alloc_exec_windows.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  package command
     5  
     6  import (
     7  	"os"
     8  )
     9  
    10  func setupWindowNotification(ch chan<- os.Signal) {
    11  	// do nothing
    12  }