entc/gen: suffix Order and Aggregate with Func (#449)

This commit is contained in:
Ariel Mashraki
2020-04-23 13:22:21 +03:00
committed by GitHub
parent 6e584d8efc
commit 7cfcb97694
94 changed files with 624 additions and 624 deletions

View File

@@ -15,7 +15,7 @@ in the LICENSE file in the root directory of this source tree.
{{/* custom signature for group-by function */}}
{{ define "dialect/sql/group/signature" -}}
type Aggregate func(*sql.Selector) string
type AggregateFunc func(*sql.Selector) string
{{- end }}
{{ define "dialect/sql/group/as" -}}