mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
8 lines
183 B
Go
8 lines
183 B
Go
package communicator
|
|
|
|
// WinRMConfig is configuration that can be returned at runtime to
|
|
// dynamically configure WinRM.
|
|
type WinRMConfig struct {
|
|
Username string
|
|
Password string
|
|
}
|