Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPlugins ¶
func RegisterPlugin ¶
func SetCurrentProject ¶
func SetCurrentProject(project AppProject)
func SetVerbose ¶
func SetVerbose(enable bool)
Types ¶
type AppProject ¶
type AppProject interface {
Validate() error
Name() string
Dir() string
BinDir() string
SrcDir() string
Executable() string
AddImports(ignoreError bool, imports ...util.Import) error
RemoveImports(imports ...string) error
GetPath(flogoImport util.Import) (string, error)
DepManager() util.DepManager
GetGoImports(withVersion bool) ([]util.Import, error)
}
func CurrentProject ¶
func CurrentProject() AppProject
Click to show internal directories.
Click to hide internal directories.