mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
entc/gen: introduce the entc.Dependency option
This commit is contained in:
committed by
Ariel Mashraki
parent
5bbd973ffa
commit
82eeeb5a1c
@@ -85,8 +85,9 @@ func (t Type) ConstName() string {
|
||||
type TypeInfo struct {
|
||||
Type Type
|
||||
Ident string
|
||||
PkgPath string
|
||||
Nillable bool // slices or pointers.
|
||||
PkgPath string // import path.
|
||||
PkgName string // local package name.
|
||||
Nillable bool // slices or pointers.
|
||||
RType *RType
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user