add devices to cow
This commit is contained in:
3 files changed
+51
-10
No files matched your search
@@ -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"`
|
||||
}
|
||||
Reference in new issue
Block a user