runner

package
v1.0.21 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const CurlAdditionalFlags = "-is"

Variables

This section is empty.

Functions

func ResolveTemplate added in v0.6.2

func ResolveTemplate(stringToResolve string, params map[string]string) (string, error)

ResolveTemplate fills a string with the values if they are templated

func ResolveTemplates added in v0.6.2

func ResolveTemplates(stringsToResolve []string, params map[string]string) error

ResolveTemplates fills the string array with the values if they are templated

Types

type CurlRunner

type CurlRunner struct {
	Params  envs.Params
	Fetcher contentPkg.ContentFetcher
	Log     *zap.SugaredLogger
}

CurlRunner is used to run curl commands.

func NewCurlRunner

func NewCurlRunner() (*CurlRunner, error)

func (*CurlRunner) GetType added in v1.0.14

func (r *CurlRunner) GetType() runner.Type

GetType returns runner type

func (*CurlRunner) Run

func (r *CurlRunner) Run(execution testkube.Execution) (result testkube.ExecutionResult, err error)

type CurlRunnerInput

type CurlRunnerInput struct {
	Command        []string `json:"command"`
	ExpectedStatus string   `json:"expected_status"`
	ExpectedBody   string   `json:"expected_body"`
}

CurlRunnerInput is the input for the CurlRunner

func (*CurlRunnerInput) FillTemplates added in v0.6.2

func (runnerInput *CurlRunnerInput) FillTemplates(params map[string]string) error

FillTemplates resolves the templates from the CurlRunnerInput against the values in the param

Jump to

Keyboard shortcuts

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