Documentation ¶
Index ¶
Constants ¶
View Source
const ( Dry hydrationState = iota Hydrating Wet )
constants for all the hydration states
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
type Renderer struct { // PkgPath is the absolute path to the root package PkgPath string // Runtime knows how to pick a function runner for a given function Runtime fn.FunctionRuntime // ResultsDirPath is absolute path to the directory to write results ResultsDirPath string // Output is the writer to which the output resources are written Output io.Writer // RunnerOptions contains options controlling function execution. RunnerOptions fnruntime.RunnerOptions // FileSystem is the input filesystem to operate on FileSystem filesys.FileSystem // contains filtered or unexported fields }
Renderer hydrates a given pkg by running the functions in the input pipeline
Click to show internal directories.
Click to hide internal directories.