mirror of
https://github.com/fleetdm/fleet
synced 2026-05-16 05:28:38 +00:00
This relates to #12262 - [X] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [X] Added/updated tests - [X] Manual QA for all new/changed functionality
9 lines
279 B
Go
9 lines
279 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 WindowsMDMEnrollmentArgs struct {
|
|
DiscoveryURL string
|
|
HostUUID string
|
|
}
|