update project name
This commit is contained in:
14 files changed
+30
-30
No files matched your search
+1
-1
@@ -8,7 +8,7 @@ type Device struct {
|
||||
|
||||
// Device holds the structure for the Device collection in mongo
|
||||
type DeviceDetails struct {
|
||||
Type string `json:"type" bson:"Type"` // eg. Laptop, Ipdad, etc
|
||||
Type string `json:"type" bson:"Type"` // eg. Laptop, Ipad, etc
|
||||
Name string `json:"name" bson:"Name"` // eg. SULH-LAP-01
|
||||
Parent string `json:"parent" bson:"Parent"` // Parent cow ID
|
||||
}
|
||||
Reference in new issue
Block a user