features

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 2 Imported by: 0

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.

func FromMap

func FromMap(values map[string]any) Features

FromMap populates Features from a map of values, typically from a config file.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL