render

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Renderer

type Renderer interface {
	Render(report *schema.Report) ([]byte, error)
}

Renderer formats a Report into bytes for output.

func NewRenderer

func NewRenderer(format string) (Renderer, error)

NewRenderer returns a Renderer for the given format string. Supported formats: "json" (default), "md".

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL