Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Config = struct { Paths config.PathConfig }{}
View Source
var DockerfileFS embed.FS
Functions ¶
func DetectAppType ¶
DetectAppType checks what kind of app the project is (via artifacts, should run after build actions)
Types ¶
type PackageActionStruct ¶
type PackageActionStruct struct{}
Action implementation
func (PackageActionStruct) Check ¶
func (action PackageActionStruct) Check(ctx api.ActionExecutionContext) bool
Check if this package can handle the current environment
func (PackageActionStruct) Execute ¶
func (action PackageActionStruct) Execute(ctx api.ActionExecutionContext)
Check if this package can handle the current environment
func (PackageActionStruct) GetDetails ¶
func (action PackageActionStruct) GetDetails(ctx api.ActionExecutionContext) api.ActionDetails
GetDetails returns information about this action
Click to show internal directories.
Click to hide internal directories.