mirror of
https://github.com/go-gost/x.git
synced 2024-08-11 17:50:24 +00:00
7 lines
160 B
Go
7 lines
160 B
Go
package recorder
|
|
|
|
const (
|
|
RecorderServiceHandlerSerial = "recorder.service.handler.serial"
|
|
RecorderServiceHandlerTunnel = "recorder.service.handler.tunnel"
|
|
)
|