package
2.1.0
Repository: https://github.com/square/spincycle.git
Documentation: pkg.go.dev

# Functions

TODO: Grapher may soon have fields that need to be initialized, e.g.
No description provided by the author

# Structs

Graph is a DAG where nodes are node specs (if a sequence graph) or jobs (if a request graph), and a directed edge (u, v) exists iff u is a dependency of v.
Grapher builds sequence graphs.
Node represents a node spec (if a sequence graph) or a job (if a request graph).

# Interfaces

Resolver builds a request graph for a specific request.
ResolverFactory returns Resolvers tailored to create request graphs for a specific input request.