Versions in this module Expand all Collapse all v0 v0.4.2 Jan 6, 2025 Changes in this version + func WriteFile(document *sbom.Document, format formats.Format, opts *options.Options, ...) error + func WriteStream(document *sbom.Document, format formats.Format, opts *options.Options, ...) error + type Table struct + func NewTable(opts ...TableOption) *Table + func (t *Table) AddRow(doc *sbom.Document, backend *db.Backend) + func (t *Table) String() string + type TableOption func(*Table) + func WithListFormat() TableOption