run

package
v0.0.0-...-a53b054 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2020 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Output

type Output struct {
	Schema Schema `json:""`
	Job    string `json:""`
}

func (*Output) RunExec

func (o *Output) RunExec(path *string)

func (*Output) RunJob

func (o *Output) RunJob(p *Params)

type Params

type Params struct {
	Path  *string
	UseWg bool
	Wg    *sync.WaitGroup
}

Type Params stores parameters.

type Schema

type Schema struct {
	Results map[string]string `json:"results"`
	Labels  map[string]string `json:"labels"`
}

Jump to

Keyboard shortcuts

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