Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Features ¶
type Features struct {
// EnableVerboseLogging enables detailed debug information.
EnableVerboseLogging bool
// EnableParallelExecution enables parallel processing in workflows.
EnableParallelExecution bool
// UseExperimentalProvider enables a new, experimental provider backend.
UseExperimentalProvider bool
}
Features defines the set of feature flags for the application.
Click to show internal directories.
Click to hide internal directories.