Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Definition ¶
type Definition struct {
Name string
Activate func(string, *config.Config, *project.Project, *env.Env) (bool, error)
Refresh func(string, *config.Config, *project.Project, *env.Env) (bool, error)
Deactivate func(string, *config.Config, *env.Env)
}
func Get ¶
func Get(name string) *Definition
func Register ¶
func Register(name string) *Definition
Click to show internal directories.
Click to hide internal directories.