1
0
forked from ALHP/ALHP.GO

updated deps; regen ent

This commit is contained in:
2022-11-03 13:34:11 +01:00
parent 401802e12d
commit 2af46109eb
10 changed files with 202 additions and 562 deletions

View File

@@ -263,6 +263,7 @@ func IsConstraintError(err error) bool {
type selector struct {
label string
flds *[]string
fns []AggregateFunc
scan func(context.Context, any) error
}