cisource

package module
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2020 License: AGPL-3.0 Imports: 0 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 {

	// 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

	// GetCommitID returns the commit ID / commit hash of the project under discussion
	GetCommitID() string
}

Source represents an abstraction to checkout source code

Directories

Path Synopsis
pipelines

Jump to

Keyboard shortcuts

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