Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/The-Pocket/PocketFlow-Go
/ types & classes
Types & classes
8 in github.com/The-Pocket/PocketFlow-Go
⨍
Functions
78
◇
Types & classes
8
Interface
BaseNode
--- Base Node --- BaseNode defines the interface for all nodes in a workflow.
pocketflow.go:73
Struct
BatchFlow
--- Batch Flow --- BatchFlow runs the entire flow sequence for each parameter set generated by PrepBatch.
pocketflow.go:713
Struct
BatchNode
--- Batch Node (Processes items individually) --- BatchNode implements BaseNode to process slices of items.
pocketflow.go:343
Struct
Flow
--- Flow --- Flow orchestrates the execution of connected nodes.
pocketflow.go:551
Struct
Node
--- Standard Node (with Retry) --- Node implements BaseNode with retry logic.
pocketflow.go:185
Struct
PfContext
pocketflow.go:10
Struct
PocketFlowError
PocketFlowError represents an error originating from the PocketFlow library.
pocketflow.go:44
Struct
nodeCore
--- Common Node Implementation Details ---
pocketflow.go:112