cliapp

package
v0.0.0-...-c1e63d8 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHTTPServer

func NewHTTPServer(
	port string,
	componentGraphReader componentGraphReader,
	dotSVGExporter dotSVGExporter,
) *http.Server

Types

type DotGraphPrinter

type DotGraphPrinter struct {
	// contains filtered or unexported fields
}

func NewDotGraphPrinter

func NewDotGraphPrinter(dotExporter dotExporter, destination io.Writer) *DotGraphPrinter

func (*DotGraphPrinter) PrintDotGraph

func (p *DotGraphPrinter) PrintDotGraph(componentGraph *component.Graph) error

type DotSVGPrinter

type DotSVGPrinter struct {
	// contains filtered or unexported fields
}

func NewDotSVGPrinter

func NewDotSVGPrinter(dotSVGExporter dotSVGExporter, destination io.Writer) *DotSVGPrinter

func (*DotSVGPrinter) PrintDotSVG

func (p *DotSVGPrinter) PrintDotSVG(componentGraph *component.Graph) error

type NamespacePrinter

type NamespacePrinter struct {
	// contains filtered or unexported fields
}

func NewNamespacePrinter

func NewNamespacePrinter(destination io.Writer) *NamespacePrinter

func (*NamespacePrinter) PrintNamespaces

func (p *NamespacePrinter) PrintNamespaces(componentGraph *component.Graph) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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