fucktx
fucktx
> @xhochipe Thank you for creating an issue! > > Would you mind explaining the feature request in more detail? I'm not sure if I understand the request correctly. in...
@hibiken yes ,tks ``` func handleRegister(entry *asynq.SchedulerEntry) { // handle newly registered entry } func handleUnregister(entry * asynq.SchedulerEntry) { // handle unregistered (i.e. removed) entry } mgr, err := asynq.NewPeriodicTaskManager(...
@sunviv 看我fork的一个版本,我目前都去掉了这些,
@kesonan 有打算给types支持分组的计划嘛
@zhangforeverlu 你有计划支持types分组嘛,可以一起搞下,我其他的一些自己fork处理完了,现在就剩types分组这块了
> 基于 go-zero 的 [jzero](https://github.com/jzero-io/jzero) 框架支持将 types.go 按照业务进行分组。同时支持一键生成代码。有兴趣的可以看看. 在线蹲作者。我也现在也魔改支持了,有链接方式嘛,可以加个微信什么的,组个交流群
> You have args with length 1. Please check it again. > > Or can you give the sql and args, I'll have a test. 万总,代码和数据早上已经私信发你了微信了
现在比如我想查询id集合,就必须在find相关的模版中改,比如 var ids []string ,模版中 var ids []{{.dataType}}这样只能在find相关的模版中加,其他模版中 dataType没有导出,如果能早gen.go 全部导出 ``` output, err := t.Execute(map[string]any{ "pkg": g.pkg, "table": t, "withCache": withCache, "upperStartCamelObject": camel, "lowerStartCamelObject": stringx.From(camel).Untitle(), "originalPrimaryKey": wrapWithRawString(table.PrimaryKey.Name.Source(), postgreSql), "lowerStartCamelPrimaryKey": util.EscapeGolangKeyword(stringx.From(table.PrimaryKey.Name.ToCamel()).Untitle()),...
作为框架,可以建议用同一个db,但是不能没有,测试的同学经常为这个头疼,不同应用的用户表,有时候配置一个redis,根本没法区分了