x/recorder/recorder.go
2023-10-15 15:39:25 +08:00

7 lines
185 B
Go

package recorder
const (
RecorderServiceHandlerSerial = "recorder.service.handler.serial"
RecorderServiceHandlerTunnelEndpoint = "recorder.service.handler.tunnel.endpoint"
)