switched to using state repo & separate package repos

This commit is contained in:
2023-05-20 17:31:14 +02:00
parent 786b70b842
commit e079526d4c
25 changed files with 1534 additions and 2378 deletions

View File

@@ -6,5 +6,5 @@ import (
"entgo.io/ent/dialect/sql"
)
// DbPackage is the predicate function for dbpackage builders.
type DbPackage func(*sql.Selector)
// DBPackage is the predicate function for dbpackage builders.
type DBPackage func(*sql.Selector)