github.com/kimor79/packer@v0.8.7-0.20151221212622-d507b18eb4cf/helper/communicator/winrm.go (about) 1 package communicator 2 3 // WinRMConfig is configuration that can be returned at runtime to 4 // dynamically configure WinRM. 5 type WinRMConfig struct { 6 Username string 7 Password string 8 }