ent/gen: add support for external tempaltes execution

Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/30

Reviewed By: dlvhdr

Differential Revision: D17318127

fbshipit-source-id: eccc2963f648296e222de9d002ab3caa8fac1389
This commit is contained in:
Ariel Mashraki
2019-09-11 12:16:03 -07:00
committed by Facebook Github Bot
parent 7dfe3c174c
commit 6915b13d25
4 changed files with 47 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ import (
)
const (
// TypeTable holds the table name holding the type information.
// TypeTable defines the table name holding the type information.
TypeTable = "ent_types"
// MaxTypes defines the max number of types can be created when
// defining universal ids. The left 16-bits are reserved.