Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrArtifactOpenLoggerFailed = errors.New("artifact_open_logger_failed") ErrArtifactPrepareBuildDirectoryFailed = errors.New("artifact_prepare_build_directory_failed") )
Functions ¶
func NewLocal ¶
func NewLocal(options LocalOptions, logger log.Logger) domain.ArtifactManager
Instantiate a new ArtifactManager which will store all the artifacts locally.
Types ¶
type LocalOptions ¶
Click to show internal directories.
Click to hide internal directories.