Documentation ¶ Overview ¶ Package reportgen projects a validated report onto deterministic Markdown. It contains no MCP types. Index ¶ func HTML(input report.Report) (string, error) func Load(path string) (report.Report, error) func Markdown(input report.Report) (string, error) func Serve(ctx context.Context, options ServeOptions) error type DecisionWrite type ServeOptions 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 } Source Files ¶ View all Source files html.gomarkdown.gomarkup.goserve.go Click to show internal directories. Click to hide internal directories.