Discover Packages
github.com/Fanduzi/DeltaScope
internal
infrastructure
output
json
package
Version:
v0.511.0
Opens a new window with list of versions in this module.
Published: Sep 7, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
JSON Output Module
Machine-oriented JSON renderer for internal audit results.
Files
File
Responsibility
render.go
Marshals audit results into stable indented JSON
render_test.go
Verifies JSON field stability and round-trip decoding
Exports
Render(result report.Result) ([]byte, error)
Dependencies
Upstream: CLI and future API adapters that need machine-readable output
Downstream: internal/domain/report
Update Rule
If members/interfaces/dependencies change, update this file in same change.
Expand ▾
Collapse ▴
Documentation
¶
Package jsonrender renders audit results as machine-oriented JSON.
input: internal report results from the audit application flow
output: stable JSON bytes for machine consumption
pos: infrastructure output adapter for structured renderer output
note: if this file changes, update this header and module README.md.
Render formats an audit result into indented JSON.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.