update project name

This commit is contained in:
SowinskiBraeden committed 2023-09-26 21:00:18 -07:00
1 parent 6103b6d502
commit ecf4fabd86
14 files changed
+30 -30

No files matched your search

+1 -1
View File
@@ -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
}