tasks

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2018 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetFeaturesFromTasks added in v0.0.7

func GetFeaturesFromTasks(proj *project.Project, tasks []Task) map[string]string

func InspectTasks added in v0.2.0

func InspectTasks(taskList []Task, proj *project.Project) (s string)

func RunAll added in v0.0.5

func RunAll(cfg *config.Config, proj *project.Project, ui *termui.UI) (success bool, err error)

RunAll builds and execute all tasks found in the project

Types

type Custom

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

type Golang added in v0.1.0

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

type GolangDep added in v0.2.0

type GolangDep struct {
}

GolangDep task manage the Go dependencies with Go Dep

type Invalid added in v0.0.8

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

type Pip

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

type Pipfile added in v0.0.7

type Pipfile struct {
}

type Python added in v0.0.3

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

Python task: setup a virtualenv with a specified Python version

type Task

type Task interface {
	// contains filtered or unexported methods
}

func GetTasksFromProject added in v0.0.5

func GetTasksFromProject(proj *project.Project) (taskList []Task, err error)

type TaskWithFeature added in v0.0.4

type TaskWithFeature interface {
	Task
	// contains filtered or unexported methods
}

type Unknown added in v0.0.4

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

Jump to

Keyboard shortcuts

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