job

package
v0.0.0-...-ce96b73 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Job

type Job struct {
	Out Output
}

type Output

type Output interface {
	Write(format string, args ...interface{})
}

type OutputBuffer

type OutputBuffer struct {
	// contains filtered or unexported fields
}

func (*OutputBuffer) Get

func (o *OutputBuffer) Get() []string

func (*OutputBuffer) Write

func (o *OutputBuffer) Write(format string, args ...interface{})

type Params

type Params map[string][]string

func (Params) Get

func (p Params) Get(s string) string

type Runner

type Runner interface {
	Run(Params) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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