-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBGPParser.dot
25 lines (25 loc) · 1.35 KB
/
BGPParser.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
digraph G {
"github.com/import-yuefeng/BGPParser/pb/test";
"github.com/import-yuefeng/BGPParser/cmd";
"github.com/import-yuefeng/BGPParser/daemon"->"github.com/import-yuefeng/BGPParser/pb/test";
"github.com/import-yuefeng/BGPParser"->"github.com/import-yuefeng/BGPParser/cmd";
"github.com/import-yuefeng/BGPParser/pb/task";
"BGPParser/utils" -> "BGPParser/ools"
"github.com/import-yuefeng/BGPParser/cmd/client"->"github.com/import-yuefeng/BGPParser/pb/test";
"github.com/import-yuefeng/BGPParser/daemon";
"github.com/import-yuefeng/BGPParser/cmd"->"github.com/import-yuefeng/BGPParser/cmd/client";
"github.com/import-yuefeng/BGPParser/daemon"->"github.com/import-yuefeng/BGPParser/pb/task";
"github.com/import-yuefeng/BGPParser/cmd/client"->"github.com/import-yuefeng/BGPParser/pb/task";
"BGPParser/tools" -> "BGPParser/aemon"
"BGPParser/cmd" -> "BGPParser"
"BGPParser/pb" -> "BGPParser/md"
"github.com/import-yuefeng/BGPParser";
"BGPParser/daemon" -> "BGPParser/md"
"github.com/import-yuefeng/BGPParser/cmd/client";
"github.com/import-yuefeng/BGPParser/cmd"->"github.com/import-yuefeng/BGPParser/daemon";
"BGPParser/tools" -> "BGPParser/ools"
"github.com/import-yuefeng/BGPParser/daemon"->"github.com/import-yuefeng/BGPParser/tools/analysis";
"BGPParser/pb" -> "BGPParser/aemon"
"github.com/import-yuefeng/BGPParser/tools/analysis";
"BGPParser/cmd" -> "BGPParser/md"
}