3
0

Restructured CUE resource definitions (struct, attributes)

This commit is contained in:
Denis Arh
2022-08-17 14:34:49 +02:00
parent 4f26fc5f6b
commit ccfb4c09bb
44 changed files with 2606 additions and 635 deletions

View File

@@ -14,7 +14,7 @@ var (
// {{ .ident }}Table represents {{ .identPlural }} store table
//
// This value is auto-generated
{{ .ident }}Table = goqu.T({{ printf "%q" .settings.rdbms.table }})
{{ .ident }}Table = goqu.T({{ printf "%q" .modelIdent }})
// {{ .ident }}SelectQuery assembles select query for fetching {{ .identPlural }}
//