Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute(opts ExecuteOptions) error
Execute executes a parallel walk of the graph derived from the supplied ark.Store If ExecuteOptions.MaxConcurrency is 0 it will be set to runtime.GOMAXPROCS(0)
Types ¶
type ExecuteOptions ¶
type ExecuteOptions struct { Ctx context.Context Store ark.Store RootTargetKey string PushArtifactsAfterExecution bool SubscriptionID string Broker cqrs.Broker SkipFilters []string K8sNamespace string K8sContext string ForceExecution bool Logger logz.FieldLogger MaxConcurrency int }
ExecuteOptions parameters to drive the graph engine
Click to show internal directories.
Click to hide internal directories.