github.com/fastest963/consul@v1.4.5/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  }