Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface {
// Copy files to buildRoot. Returns the name of the project / directory being copied
Copy(buildRoot string) error
// GetProjectName returns the name of the project represented by the source
GetProjectName() string
}
Source represents an abstraction to checkout source code
Click to show internal directories.
Click to hide internal directories.