Added route for saving device info
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
package sensor
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func SensorService(ch chan string) {
|
||||
for msg := range ch {
|
||||
fmt.Println("Sensor Service: ", msg)
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user