scenario

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lister

type Lister struct {
	Loader library.LibraryLoader
}

func (*Lister) ListScenarios

func (l *Lister) ListScenarios(libraryPaths []string, all bool) ([]ScenarioEntry, error)

type ScenarioEntry

type ScenarioEntry struct {
	Name        string `yaml:"name,omitempty"`
	Description string `yaml:"description,omitempty"`
}

type ScenarioLister

type ScenarioLister interface {
	ListScenarios(libraries []string, all bool) ([]ScenarioEntry, error)
}

Jump to

Keyboard shortcuts

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