created init client method and init command
This commit is contained in:
8
chub/client/machine.go
Normal file
8
chub/client/machine.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
type Machine struct {
|
||||
Hostname string
|
||||
Platform string
|
||||
Architecture string
|
||||
MachineGuid string
|
||||
}
|
||||
Reference in New Issue
Block a user