7 lines
185 B
Go
7 lines
185 B
Go
package recorder
|
|
|
|
const (
|
|
RecorderServiceHandlerSerial = "recorder.service.handler.serial"
|
|
RecorderServiceHandlerTunnelEndpoint = "recorder.service.handler.tunnel.endpoint"
|
|
)
|