Files
old-confighub/chub/client/machine.go

9 lines
124 B
Go
Raw Normal View History

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