runners

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Platform

type Platform int
const (
	PlatformUnix Platform = iota + 1
	PlatformWindows
	PlatformUnknown
)

func ParsePlatform

func ParsePlatform(platform string) Platform

type ScriptRunner

type ScriptRunner struct {
	Extension          string
	SupportedPlatforms []Platform
	NewCommand         func(script string) *exec.Cmd
}

func GetRunner

func GetRunner(ext string, platform Platform) *ScriptRunner

Jump to

Keyboard shortcuts

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