Documentation
¶
Overview ¶
Package graph implements different graph output formats.
Index ¶
Constants ¶
View Source
const ( ClusterDisabled = Clustering("") ClusterByClass = Clustering("class") )
Clustering lists different ways of clustering.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clustering ¶
type Clustering string
Clustering is an enum for clustering modes.
func (*Clustering) Set ¶
func (mode *Clustering) Set(value string) error
Set implements flag.Value such that Clustering can be used as a flag.
func (Clustering) String ¶
func (mode Clustering) String() string
String returns the string representation of the clustering.
type Options ¶
type Options struct { TrimPrefix string Clustering Clustering NoColor bool }
Options contains graph formatting and output configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.