features

package
v0.0.44 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Feature

type Feature struct {
	Name        string
	Description string
	Vars        []string
}

func InfoFeature

func InfoFeature(featuresDir, name string) (*Feature, error)

func ListFeatures

func ListFeatures(featuresDir string) ([]*Feature, error)

func ParseFeatureFile

func ParseFeatureFile(filePath string) (*Feature, error)

type PlaybookTask

type PlaybookTask struct {
	Name string         `yaml:"name"`
	Vars map[string]any `yaml:"vars"`
}

Jump to

Keyboard shortcuts

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