9 lines
183 B
Go
Raw Normal View History

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