executor

package
v0.0.1-beta1 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseVariables

func ParseVariables(path string) (map[string]cty.Value, errors.Error)

ParseVariables will parse file content into map.

Types

type Decoder

type Decoder interface {
	Decode(body hcl.Body) (*dsl.Feature, errors.Error)
}

type Executor

type Executor interface {
	SetUp(path string) errors.Error
	Run(variablesPath map[string]cty.Value) errors.Error
}

func New

func New() Executor

Jump to

Keyboard shortcuts

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