graph

package
v0.0.0-...-841f565 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

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
	SharedClients               *shared_clients.Container
	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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL