Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileFetcher ¶
type Inspector ¶
type Inspector interface { // DetermineApplicationType loads and application from upstream, // returning the app type and the local path where its been downloaded (when applicable), DetermineApplicationType( ctx context.Context, upstream string, ) (app LocalAppCopy, err error) }
type LocalAppCopy ¶ added in v0.29.0
func NewLocalAppCopy ¶ added in v0.29.0
func NewLocalAppCopy( appType string, localPath string, rootTempDir string, ) LocalAppCopy
Click to show internal directories.
Click to hide internal directories.