# Packages
Package event describes the event set and an interface for recording events.
No description provided by the author
Package runtime contains runtime implementations that can execute workflow actions.
Package transport contains data structures that implement agent transport capabilities.
Package workflow contains workflow domain objects.
# Constants
ReasonInvalid indicates a reason provided by the runtime was invalid.
ReasonRuntimeError is the default reason used when no reason is provided by the runtime.
# Structs
Agent is the core data structure for handling workflow execution on target nodes.
ContainerRuntimeMock is a mock implementation of ContainerRuntime.
TransportMock is a mock implementation of Transport.
# Interfaces
ContainerRuntime is a runtime capable of executing workflow actions.
Transport is a transport mechanism for communicating workflows to the agent.