add recorder for relay tunnel endpoint

This commit is contained in:
ginuerzh
2023-10-14 21:06:03 +08:00
parent 4be7d60147
commit 5488076801
5 changed files with 25 additions and 9 deletions

View File

@ -1,5 +1,6 @@
package recorder
const (
RecorderServiceHandlerSerial = "recorder.service.handler.serial"
RecorderServiceHandlerSerial = "recorder.service.handler.serial"
RecorderServiceHandlerRelayTunnelEndpoint = "recorder.service.handler.relay.tunnel.endpoint"
)