Documentation ¶ Index ¶ func New(parent *dot.Graph, id string, attrs ...Attribute) *dot.Graph type Attribute func FontColor(color string) Attribute func FontName(name string) Attribute func FontSize(size float32) Attribute func Label(label string) Attribute func PenColor(color string) Attribute Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(parent *dot.Graph, id string, attrs ...Attribute) *dot.Graph Types ¶ type Attribute ¶ type Attribute func(*dot.Graph) func FontColor ¶ func FontColor(color string) Attribute func FontName ¶ func FontName(name string) Attribute func FontSize ¶ func FontSize(size float32) Attribute func Label ¶ func Label(label string) Attribute func PenColor ¶ func PenColor(color string) Attribute Source Files ¶ View all Source files cluster.go Click to show internal directories. Click to hide internal directories.