created init client method and init command

This commit is contained in:
Senad Uka
2015-05-28 18:57:52 +02:00
parent 5927618ed7
commit bc0166731c
7 changed files with 64 additions and 2 deletions

8
chub/client/machine.go Normal file
View File

@@ -0,0 +1,8 @@
package client
type Machine struct {
Hostname string
Platform string
Architecture string
MachineGuid string
}