Germiniku

Results 10 issues of Germiniku

#### Description (what this PR does / why we need it): `contrib log aliyun` interface use the same interface name `Logger`. #### Which issue(s) this PR fixes (resolves / be...

#### Description (what this PR does / why we need it): encoding add toml codec, toml is a modern configuration language. #### Which issue(s) this PR fixes (resolves / be...

"@craco/craco": "^7.0.0", "better-xlsx": "^0.7.6", jszip的版本过低会导致saveAs api 失效且Promise丢失,没有异常报错信息 我将jszip版本更新到3.9.0解决 建议升级jszip依赖版本

## Describe the feature 比如业务写dao层的时候,经常函数传进来的是ctx和结构体参数 type A struct { A string `filter:"col:a;opr:like"` B string `filter:"col:b;opr:eq"` C int } 是不是可以根据结构体的tag标签定义数据库字段值和判断条件去实现 我看使用Scopes这个api可以实现 实现以后大概长这样 db.Model(&A{}).Scopes(func (db *gorm.DB) *gorm.DB{ scope := xxx() # 这里做一些逻辑...

status:stale
type:feature_request