Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct {
HTTPClient *http.Client
Endpoint *winrm.Endpoint
Username string
Password string
Domain string
KDC []string
KRB5Conf string
Timeout time.Duration
}
Transport implements the winrm.Transporter interface.
func (*Transport) EndpointURL ¶
EndpointURL returns a WinRM http(s) URL. It does the same job as unexported method url() for the winrm.Endpoint type.
Click to show internal directories.
Click to hide internal directories.