Documentation
¶
Overview ¶
Package target encapsulates the logic for translating the raw input about the intended target of an API operation (vSphere endpoint, thumbprint, datacenter, compute resource, VCH ID) into structs handlers can use.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Credentials ¶
type Credentials struct {
// contains filtered or unexported fields
}
type Params ¶
type Params struct {
Target string
Thumbprint *string
Datacenter *string
ComputeResource *string
VCHID *string
}
Params captures the raw target information, much of which is optional.
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Source Files
¶
- authentication.go
- target.go
Click to show internal directories.
Click to hide internal directories.