Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetReaders ¶
func GetReaders(f UnionReader) ([]io.ReaderAt, error)
getReaders extracts one or more io.ReaderAt objects representing binaries that can be processed (multiple binaries in the case for multi-architecture binaries).
Types ¶
type UnionReader ¶
unionReader is a single interface with all reading functions needed by multi-arch binary catalogers cataloger.
func GetUnionReader ¶
func GetUnionReader(readerCloser io.ReadCloser) (UnionReader, error)
Click to show internal directories.
Click to hide internal directories.