Versions in this module Expand all Collapse all v0 v0.3.0 Mar 26, 2023 Changes in this version + var Logger = log.New(ioutil.Discard, "", log.LstdFlags) type Connector + func (c *Connector) String() string type Node + func (n *Node) String() string type Size + func (s *Size) String() string v0.2.0 Feb 13, 2020 Changes in this version + func ParseHCL(w io.Writer, data []byte, filename string) (*hclparse.Parser, *hcl.File, error) + func ParseHCLFile(w io.Writer, filename string) (*hclparse.Parser, *hcl.File, error) + type Connector struct + Color string + From string + Label string + To string + Type string + type Map struct + Connectors []*Connector + Nodes []*Node + Size *Size + func DecodeMap(w io.Writer, parser *hclparse.Parser, f *hcl.File) (*Map, error) + type Node struct + Color string + Description string + Evolution string + EvolutionX int + Fill string + ID string + Label string + Visibility int + X int + Y int + type Size struct + FontSize int + Height int + Margin int + Width int