source

package
v0.0.0-...-06bcc1c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 1 Imported by: 0

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(ctx context.Context, repository, path, revision string, submodule bool) error
	// Get related artifact by artifact into path
	Artifact(ctx context.Context, artifact, path string) error
	// Keep code security
	Security(path string) error
}

Source defines SCM funcions

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL