template

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TemplatableStringVar

type TemplatableStringVar struct {
	Name  string
	Value *model.Templatable[string]
}

type TestTemplate

type TestTemplate struct {
	Name          *model.Templatable[string]
	SpecFilename  string
	Dir           string
	Command       []*model.Templatable[any]
	Stdin         *model.Templatable[any]
	StatusMatcher *model.Templatable[any]
	StdoutMatcher *model.Templatable[any]
	StderrMatcher *model.Templatable[any]
	Env           []*TemplatableStringVar
	Timeout       time.Duration
	TeeStdout     bool
	TeeStderr     bool
}

func (*TestTemplate) Expand

TODO: set validator path

Jump to

Keyboard shortcuts

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