runner

package
v0.0.0-...-f7b771d Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter struct {
	Name      string `json:"name" yaml:"name"`
	IsEnabled bool   `json:"is_enabled" yaml:"is_enabled"`
	URL       string `json:"url" yaml:"url"`
}

Filter ...

type Filters

type Filters struct {
	Filters []Filter `json:"filters" yaml:"filters"`
}

Filters is the structure of the filters

type Runner

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

Runner is a runner tool.

func New

func New(filename string) *Runner

New returns a new Runner.

func (*Runner) Run

func (r *Runner) Run()

Run runs the job.

Jump to

Keyboard shortcuts

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