x/recorder/recorder.go
2023-10-14 21:06:03 +08:00

7 lines
201 B
Go

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