package internal type Link struct { From string `hcl:"from"` To string `hcl:"to"` Oriented bool `hcl:"oriented,optional"` Value int `hcl:"value"` }