harry

Results 3 issues of harry

本项目提供多个软件和多项服务,请明确说明您反馈的问题是有关哪一个软件,或哪一个服务? 报错信息 ```bash v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: connection ends > v2ray.com/core/proxy/vmess/outbound: failed to read header > v2ray.com/core/proxy/vmess/encoding: failed to read response header > tls: either ServerName...

``` go build # github.com/vmihailenco/taskq/v3 ..\..\..\..\go\pkg\mod\github.com\vmihailenco\taskq\[email protected]\consumer.go:720:38: cannot use c.opt.Redis (variable of type Redis) as type redislock.RedisClient in argument to redislock.Obtain: Redis does not implement redislock.RedisClient (wrong type for Eval method)...

## what should i fix this error? * model ``` type ScriptCategory struct { bun.BaseModel `bun:"script_category,alias:sc" json:"-"` Id int64 `bun:"id,pk" json:"id"` Name string `bun:"name" json:"name"` Sort float32 `bun:"sort" json:"sort"` BaseFields...