goRedisDLM/engine/type.go
2025-02-06 16:48:15 +08:00

11 lines
105 B
Go

package engine
type Request struct {
Id string
Dlock string
}
type Response struct {
Id string
}