mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-04 21:55:48 +08:00
refactor: 消息模块重构,infra包路径简写等
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"mayfly-go/internal/event"
|
||||
"mayfly-go/internal/pkg/event"
|
||||
"mayfly-go/internal/redis/api/form"
|
||||
"mayfly-go/internal/redis/application/dto"
|
||||
"mayfly-go/pkg/biz"
|
||||
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
func (r *Redis) ScanKeys(rc *req.Ctx) {
|
||||
ri := r.getRedisConn(rc)
|
||||
|
||||
form := req.BindJsonAndValid[*form.RedisScanForm](rc)
|
||||
form := req.BindJson[*form.RedisScanForm](rc)
|
||||
|
||||
cmd := ri.GetCmdable()
|
||||
ctx := context.Background()
|
||||
|
||||
Reference in New Issue
Block a user