Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Templates holds the template information for a file that the graph is generating. Templates = []gen.TypeTemplate{ { Name: "view", Format: pkgf("%s_view.go"), }, } // GraphTemplates holds the templates applied on the graph. GraphTemplates = []gen.GraphTemplate{ { Name: "base", Format: "entview.go", }, } )
Functions ¶
Types ¶
type InputRef ¶
type InputRef struct { PrerequisiteEdges []*gen.Edge PrerequisiteFields []*gen.Field IndexFields []*gen.Field ImmutableFields []*gen.Field Fields []*gen.Field AdditionalEdges []*gen.Edge }
func (InputRef) FieldsSkipWrite ¶ added in v0.5.0
FieldsSkipWrite returns the Fields should not create and update from api.
func (InputRef) FieldsWithoutIndexing ¶
FieldsWithoutIndexing returns the Fields that not found in IndexFields.
Click to show internal directories.
Click to hide internal directories.