Versions in this module Expand all Collapse all v0 v0.4.2 Aug 13, 2026 Changes in this version + func Version() string + func VersionFlag(fs *flag.FlagSet, tool string) func(w io.Writer) bool v0.4.1 Aug 10, 2026 Changes in this version + func PrintDefaults(fs *flag.FlagSet, w io.Writer) + func ReadInput(path string) ([]byte, error) + func WriteGraph(c *Common, g *layout.Graph) error + func WriteOutput(path string, data []byte) error + type Common struct + In string + Out string + Pretty bool + func RegisterCommon(fs *flag.FlagSet) *Common + type DetectedInput struct + IPMGraph *model.IpmGraph + LayoutGraph *layout.Graph + Type InputType + func DetectInput(data []byte, filename string) (*DetectedInput, error) + func LoadGraph(c *Common) (*DetectedInput, *layout.Graph, error) + func LoadReport(c *Common) (*l7report.Report, *DetectedInput, error) + type InputType int + const InputTypeDebugJSON + const InputTypeIPMGraph + const InputTypeIPMT + const InputTypeLayoutGraph + const InputTypeUnknown