telemetry service and telemetry agents interface
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package services
|
||||
|
||||
// DeviceService will handle sending the data from the telemetry service to the
|
||||
// actual devices
|
||||
// NOTE: create a virtual device and make it be the output window or something so
|
||||
// we can just add it as a device or whatever instead of being a custom made thing
|
||||
// that would be pretty cool I think
|
||||
type DeviceService struct {
|
||||
}
|
||||
Reference in New Issue
Block a user