runners

package
v0.0.1-0...-bc4131f Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2021 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ForEach

func ForEach(f func(r Runner) error) error

Types

type Runner

type Runner interface {
	LoadConfig(c io.Reader) error
	Detect(runner string) bool
	Dispatch(name, script, runner string, config yaml.MapSlice, env []string, url, commit string, stdout, stderr io.Writer) (int, error)
	Close() error
}

func Detect

func Detect(runner string) (Runner, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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