reportgen

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package reportgen projects a validated report onto deterministic Markdown. It contains no MCP types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HTML

func HTML(input report.Report) (string, error)

func Load

func Load(path string) (report.Report, error)

func Markdown

func Markdown(input report.Report) (string, error)

func Serve

func Serve(ctx context.Context, options ServeOptions) error

Types

type DecisionWrite

type DecisionWrite struct {
	ID     string `json:"id"`
	Answer string `json:"answer"`
}

type ServeOptions

type ServeOptions struct {
	InputPath string
	Addr      string
	Ready     chan string
}

Jump to

Keyboard shortcuts

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