package
1.0.0-rc.3
Repository: https://github.com/iotaledger/hive.go.git
Documentation: pkg.go.dev

# Functions

EmptyNext is an implementation of Next that does nothing.
New creates a new DataFlow from the given ChainedCommands.

# Structs

DataFlow represents a chain of commands where the next command gets executed by the previous one passing on a common object holding the shared state.

# Type aliases

Callback represents the interface for the callback functions.
ChainedCommand represents the interface for the callbacks used in a DataFlow.
ErrorCallback represents the interface for the error callback functions.
Next represents the interface for next step in ChainedCommand.