Documentation
¶
Index ¶
- func GetFeaturesFromTasks(proj *project.Project, tasks []Task) map[string]string
- func RunAll(cfg *config.Config, proj *project.Project, ui *termui.UI) error
- type Context
- type Custom
- type Invalid
- type Pip
- type Pipfile
- func (p *Pipfile) InstallPipenv(ctx *Context, venv *helpers.Virtualenv) (acted bool, err error)
- func (p *Pipfile) Load(definition interface{}) (bool, error)
- func (p *Pipfile) Perform(ctx *Context) (err error)
- func (p *Pipfile) RunInstall(ctx *Context, venv *helpers.Virtualenv) (acted bool, err error)
- type Python
- func (p *Python) CreateVirtualEnv(ctx *Context) (acted bool, err error)
- func (p *Python) Feature(proj *project.Project) (string, string)
- func (p *Python) InstallPython(ctx *Context) (acted bool, err error)
- func (p *Python) InstallVirtualEnv(ctx *Context) (acted bool, err error)
- func (p *Python) Load(definition interface{}) (bool, error)
- func (p *Python) Perform(ctx *Context) (err error)
- type Task
- type TaskBuilder
- type TaskWithFeature
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFeaturesFromTasks ¶ added in v0.0.7
Types ¶
type Pipfile ¶ added in v0.0.7
type Pipfile struct {
}
func (*Pipfile) InstallPipenv ¶ added in v0.0.7
func (*Pipfile) RunInstall ¶ added in v0.0.7
type Python ¶ added in v0.0.3
type Python struct {
// contains filtered or unexported fields
}
func (*Python) CreateVirtualEnv ¶ added in v0.0.5
func (*Python) InstallPython ¶ added in v0.0.5
func (*Python) InstallVirtualEnv ¶ added in v0.0.5
type Task ¶
func GetTasksFromProject ¶ added in v0.0.5
func NewInvalid ¶ added in v0.0.8
func NewInvalid() Task
func NewPipfile ¶ added in v0.0.7
func NewPipfile() Task
func NewUnknown ¶ added in v0.0.5
func NewUnknown() Task
type TaskBuilder ¶ added in v0.0.5
type TaskBuilder func() Task
Click to show internal directories.
Click to hide internal directories.