7 lines
201 B
Go
7 lines
201 B
Go
package recorder
|
|
|
|
const (
|
|
RecorderServiceHandlerSerial = "recorder.service.handler.serial"
|
|
RecorderServiceHandlerRelayTunnelEndpoint = "recorder.service.handler.relay.tunnel.endpoint"
|
|
)
|