Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// Root is the path to the root directory of the application.
Root string
// contains filtered or unexported fields
}
Application represents the application being processed by buildpacks.
func DefaultApplication ¶
func DefaultApplication(logger logger.Logger) (Application, error)
DefaultApplication creates a new instance of Application, extracting the Root path from the working directory.
Click to show internal directories.
Click to hide internal directories.