fleet/orbit/pkg/update/execwinapi.go

11 lines
300 B
Go
Raw Normal View History

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 WindowsMDMEnrollmentArgs struct {
DiscoveryURL string
HostUUID string
OrbitNodeKey string
}