10 lines
255 B
Go
10 lines
255 B
Go
|
package module
|
||
|
|
||
|
const (
|
||
|
SensorService_Start = "SensorService.start"
|
||
|
SensorService_Stop = "SensorService.stop"
|
||
|
SensorService_Add = "SensorService.add"
|
||
|
SensorService_Remove = "SensorService.remove"
|
||
|
SensorService_Update = "SensorService.update"
|
||
|
)
|