tasks

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2017 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Custom

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

func (*Custom) Load

func (c *Custom) Load(definition interface{}) (bool, error)

func (*Custom) Perform

func (c *Custom) Perform() error

type Pip

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

func (*Pip) Load

func (p *Pip) Load(definition interface{}) (bool, error)

func (*Pip) Perform

func (p *Pip) Perform() (err error)

type Python added in v0.0.3

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

func (*Python) Load added in v0.0.3

func (p *Python) Load(definition interface{}) (bool, error)

func (*Python) Perform added in v0.0.3

func (p *Python) Perform() (err error)

type Task

type Task interface {
	Load(interface{}) (bool, error)
	Perform() error
}

func BuildFromDefinition

func BuildFromDefinition(definition interface{}) (task Task, err error)

Jump to

Keyboard shortcuts

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