Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶ added in v1.5.49
Decoder is an interface to convert an encoded SBOM into a claircore.IndexReport.
type Encoder ¶
type Encoder interface {
Encode(ctx context.Context, w io.Writer, ir *claircore.IndexReport) error
}
Encoder is an interface to convert a claircore.IndexReport into an SBOM document.
Click to show internal directories.
Click to hide internal directories.