Documentation ¶ Index ¶ func Render(w io.Writer, r *schema.Report, format Format, opts Options) error type Format type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Render ¶ func Render(w io.Writer, r *schema.Report, format Format, opts Options) error Types ¶ type Format ¶ type Format string const ( FormatMarkdown Format = "md" FormatHTML Format = "html" FormatJSON Format = "json" ) type Options ¶ added in v0.1.5 type Options struct { // Public strips internal details (package list, project paths, vuln install // paths) — suitable for committing to a public repo. Public bool } Source Files ¶ View all Source files helpers.gohtml.gojson.gomarkdown.goreport.go Click to show internal directories. Click to hide internal directories.