Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Communicator ¶
type Communicator struct {
// contains filtered or unexported fields
}
Communicator represents the WinRM communicator
func New ¶
func New(config *Config) (*Communicator, error)
New creates a new communicator implementation over WinRM.
func (*Communicator) Start ¶
func (c *Communicator) Start(rc *packer.RemoteCmd) error
Start implementation of communicator.Communicator interface
Click to show internal directories.
Click to hide internal directories.