aboutsummaryrefslogtreecommitdiffstats
path: root/app/config/link_finders.json
blob: b421ee9ec70b1a755d2e8f254aab08c893a8974b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "finders_package": "discover.link_finders",
  "base_finder": "FindLinks",
  "link_finders": [
    "FindLinksForInstanceVnics",
    "FindLinksForOteps",
    "FindLinksForVconnectors",
    "FindLinksForVedges",
    "FindLinksForVserviceVnics",
    "FindLinksForPnics",
    "FindImplicitLinks"
  ]
}