features

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DevUpNeeded error

Functions

This section is empty.

Types

type Feature

type Feature interface {
	Activate(*config.Config, *project.Project, *env.Env) error
	Deactivate(*config.Config, *env.Env)
}

func New added in v0.2.0

func New(name string, param string) Feature

type Golang added in v0.1.0

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

func (*Golang) Activate added in v0.2.0

func (g *Golang) Activate(cfg *config.Config, proj *project.Project, env *env.Env) error

func (*Golang) Deactivate added in v0.2.0

func (g *Golang) Deactivate(cfg *config.Config, env *env.Env)

type Python

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

func (*Python) Activate added in v0.2.0

func (p *Python) Activate(cfg *config.Config, proj *project.Project, env *env.Env) error

func (*Python) Deactivate added in v0.2.0

func (p *Python) Deactivate(cfg *config.Config, env *env.Env)

type Runner

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

func NewRunner

func NewRunner(cfg *config.Config, proj *project.Project, ui *termui.HookUI, env *env.Env) *Runner

func (*Runner) Run

func (r *Runner) Run(features map[string]string)

Jump to

Keyboard shortcuts

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