Files

9 lines
124 B
Go
Raw Permalink Normal View History

package client
type Machine struct {
Hostname string
Platform string
Architecture string
MachineGuid string
}