Documentation
¶
Index ¶
- func GetFeaturesFromTasks(proj *project.Project, tasks []Task) map[string]string
- func InspectTasks(taskList []Task, proj *project.Project) (s string)
- func RunAll(cfg *config.Config, proj *project.Project, ui *termui.UI) (success bool, err error)
- type Custom
- type Golang
- type GolangDep
- type Invalid
- type Pip
- type Pipfile
- type Python
- type Task
- type TaskWithFeature
- type Unknown
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFeaturesFromTasks ¶ added in v0.0.7
func InspectTasks ¶ added in v0.2.0
Types ¶
type GolangDep ¶ added in v0.2.0
type GolangDep struct {
}
GolangDep task manage the Go dependencies with Go Dep
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 TaskWithFeature ¶ added in v0.0.4
type TaskWithFeature interface {
Task
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.