first try of graph.json
This commit is contained in:
parent
0f910c5483
commit
12c0fd4b70
|
@ -114,7 +114,7 @@ func (builder *GraphBuilder) Extract() ([]*GraphNode,[]*GraphLink) {
|
||||||
iLinks += 1
|
iLinks += 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nodes, links
|
return nodes, links[:iLinks]
|
||||||
}
|
}
|
||||||
|
|
||||||
func (builder *GraphBuilder) isVPN(ids ...string) bool {
|
func (builder *GraphBuilder) isVPN(ids ...string) bool {
|
||||||
|
|
Loading…
Reference in New Issue