set

package
v0.2.22 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Set

type Set struct {
	Variables []Variable
}

Set represents a step that sets one or multiple variables to given values without user intervention

func (Set) Execute

func (p Set) Execute(context exec.Context) error

Execute prompts user for input value

func (Set) String

func (p Set) String() string

type Variable

type Variable struct {
	Name  string
	Value string
}

Variable represents a single variable to be set to a given value

Jump to

Keyboard shortcuts

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