packer-cn/helper/communicator/winrm.go

9 lines
183 B
Go
Raw Normal View History

2015-06-14 01:05:48 -04:00
package communicator
// WinRMConfig is configuration that can be returned at runtime to
// dynamically configure WinRM.
type WinRMConfig struct {
Username string
Password string
}