add recorder for serial handler

This commit is contained in:
ginuerzh
2023-09-18 09:43:01 +08:00
parent f2ff1aa45a
commit a623232cc1
4 changed files with 77 additions and 10 deletions

5
recorder/recorder.go Normal file
View File

@ -0,0 +1,5 @@
package recorder
const (
RecorderServiceHandlerSerial = "recorder.service.handler.serial"
)