add devices to cow

This commit is contained in:
SowinskiBraeden committed 2022-09-29 14:18:29 -07:00
1 parent e9ff4e2f3b
commit 4a25fab944
3 files changed
+51 -10

No files matched your search

+5
View File
@@ -29,3 +29,8 @@ type MessageError struct {
type Query struct {
Name string `json:"name"`
}
// NewDeviceToCow to add device object id to cow
type NewDeviceToCow struct {
ID string `json:"_id"`
}