10 lines
348 B
Go
10 lines
348 B
Go
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 {
|
|
}
|