7 lines
160 B
Go
7 lines
160 B
Go
package recorder
|
|
|
|
const (
|
|
RecorderServiceHandlerSerial = "recorder.service.handler.serial"
|
|
RecorderServiceHandlerTunnel = "recorder.service.handler.tunnel"
|
|
)
|