syft/syft/source/file_data.go
Alex Goodman d475e6280a
bump stereoscope to pull in content API refactors
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
2021-01-04 14:07:14 -05:00

9 lines
97 B
Go

package source
import "io"
type FileData struct {
Location Location
Contents io.ReadCloser
}