features

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeatureBuilder

type FeatureBuilder struct {
	// contains filtered or unexported fields
}

func NewBuilder

func NewBuilder(name string) *FeatureBuilder

func (*FeatureBuilder) Build

func (b *FeatureBuilder) Build() types.Feature

Build the feature for the given environment.

func (*FeatureBuilder) WithAfter

func (b *FeatureBuilder) WithAfter(name string, fn types.StepFn) *FeatureBuilder

func (*FeatureBuilder) WithAssessment

func (b *FeatureBuilder) WithAssessment(name string, fn types.StepFn) *FeatureBuilder

func (*FeatureBuilder) WithBefore

func (b *FeatureBuilder) WithBefore(name string, fn types.StepFn) *FeatureBuilder

func (*FeatureBuilder) WithDescription

func (b *FeatureBuilder) WithDescription(desc string) *FeatureBuilder

func (*FeatureBuilder) WithLabels

func (b *FeatureBuilder) WithLabels(labels map[string]string) *FeatureBuilder

func (*FeatureBuilder) WithStep

func (b *FeatureBuilder) WithStep(step types.Step) *FeatureBuilder

Jump to

Keyboard shortcuts

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