package collect

import "github.com/forensicanalysis/artifactcollector/collect"

Index

Types

type Run

type Run struct {
	Name        string
	StorePath   string
	LogfilePath string
}

Run is the output of a run that can be used to further process the output (e.g. send the output to a SFTP server).

func Collect

func Collect(config *collector.Configuration, artifactDefinitions []artifacts.ArtifactDefinition, embedded map[string][]byte) (run *Run, err error)

func NewRun

func NewRun(config *collector.Configuration) *Run

Source Files

collect.go createstore.go log.go run.go

Version
v0.17.1 (latest)
Published
Oct 19, 2024
Platform
linux/amd64
Imports
14 packages
Last checked
2 days ago

Tools for package owners.