Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source interface { // Get source code from repository into path by revision SourceCode(repository, path, revision string, submodule bool) error // Get related artifact by artifact into path Artifact(artifact, path string) error // Keep code security Security(path string) error }
Source defines SCM funcions
Click to show internal directories.
Click to hide internal directories.