Files
fleet/orbit/pkg/update/execwinapi.go
T

10 lines
281 B
Go

package update
// Exported so that it can be used in tools/ (so that it can be built for
// Windows and tested on a Windows machine). Otherwise not meant to be used
// from outside this package.
type MicrosoftMDMEnrollmentArgs struct {
DiscoveryURL string
HostUUID string
}