report

package
v1.4.49 Latest Latest
Warning

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

Go to latest
Published: May 16, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package report generates the human-readable markdown reports for gograph.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateConcurrency added in v1.2.0

func GenerateConcurrency(g *graph.Graph) string

GenerateConcurrency produces graph-concurrency.md (goroutines, channels, sync).

func GenerateConfig added in v1.2.0

func GenerateConfig(g *graph.Graph) string

GenerateConfig produces graph-config.md (Environment Variables).

func GenerateDeps added in v1.2.0

func GenerateDeps(g *graph.Graph) string

GenerateDeps produces graph-deps.md (external dependencies, package imports).

func GenerateErrors added in v1.2.0

func GenerateErrors(g *graph.Graph) string

GenerateErrors produces graph-errors.md (Errors and panics).

func GenerateIndex added in v1.2.0

func GenerateIndex(g *graph.Graph) string

GenerateIndex produces the main GRAPH_REPORT.md file containing the summary and routing table.

func GenerateRoutes added in v1.2.0

func GenerateRoutes(g *graph.Graph) string

GenerateRoutes produces graph-routes.md (HTTP routes).

func GenerateSQL added in v1.2.0

func GenerateSQL(g *graph.Graph) string

GenerateSQL produces graph-sql.md (SQL queries).

func GenerateSymbols added in v1.2.0

func GenerateSymbols(g *graph.Graph) string

GenerateSymbols produces graph-symbols.md (important files, important symbols, all packages).

func GenerateTests added in v1.2.0

func GenerateTests(g *graph.Graph) string

GenerateTests produces graph-tests.md (Test edges).

Types

This section is empty.

Jump to

Keyboard shortcuts

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