Deen

Results 74 comments of Deen

Got it,如果要解决可能需要拓展一下API,比如提供一个自定义hook,你可以自己对字段名按需做二次修改

给Build方法增加Option参数,比如: `BuildInsert(...., WithColModify(your_func))` ```go func your_func(col string) string { if col == "rank" { return "`rank`" } } ```

argo-event can convert http request to cloudevent format, which I think could simply use this package to Unmarshal. But it seems like argo's `cloudevent` is not standard cloudevent...

In my view, Landlock isn't a good selection due to its limited adoption. My development environment, for example, is a docker container, but I don't have visibility into the underlying...