We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251656b commit 0802913Copy full SHA for 0802913
1 file changed
certgraph.go
@@ -127,6 +127,7 @@ func (d *DomainNode) ToMap() map[string]string {
127
m["id"] = d.Domain
128
m["status"] = d.Status.String()
129
m["root"] = strconv.FormatBool(d.Root)
130
+ m["depth"] = d.Depth
131
return m
132
}
133
0 commit comments