Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompleteQueryCallback ¶
CompleteQueryCallback is a callback provided by the the edge builder that will flush any outstanding graph database writes.
type DataContainer ¶
type DataContainer any
An object to encapsulate the raw data required to create one or more edges. For example a pod id and a node id.
type EdgeTraversal ¶
type EdgeTraversal func(source *gremlin.GraphTraversalSource, inserts []any) *gremlin.GraphTraversal
EdgeTraversal returns the function to create a graph database edge insert from an array of input objects.
type ProcessEntryCallback ¶
type ProcessEntryCallback func(ctx context.Context, model DataContainer) error
ProcessEntryCallback is a callback provided by the the edge builder that will convert edge query results into graph database writes.
type VertexTraversal ¶
type VertexTraversal func(source *gremlin.GraphTraversalSource, inserts []any) *gremlin.GraphTraversal
VertexTraversal returns the function to create a graph database vertex insert from an array of input objects.
Click to show internal directories.
Click to hide internal directories.