x/recorder/recorder.go
2023-09-18 09:43:01 +08:00

6 lines
94 B
Go

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