Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatJSON ¶
FormatJSON returns a JSON representation of the discover record results.
func FormatTable ¶
FormatTable returns a human-readable table view of discover record results.
Types ¶
type Input ¶
type Input struct {
Groups []routes.Group
StubResults []stubs.Result // from Phase 3; matched to groups by method+path
Boundaries map[string][]boundaries.Hit // handlerRef → hits; used for summary boundary count
ProvenanceDir string // directory to write records into (e.g. "provenance")
SpecsDir string // root-relative path to specs (e.g. "specs")
Author string // author field for generated records; defaults to "linespec-discover"
}
Input holds all data needed to generate draft blueprint records for discovered route groups.
Click to show internal directories.
Click to hide internal directories.