github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/command/connect/envoy/exec_unsupported.go (about)

     1  // +build !linux,!darwin
     2  
     3  package envoy
     4  
     5  func execEnvoy(binary string, prefixArgs, suffixArgs []string, bootstrapJson []byte) error {
     6  	return errUnsupportedOS
     7  }