|
3 | 3 | { |
4 | 4 | "confidence": "certain", |
5 | 5 | "kind": "imports", |
6 | | - "source": "exampleauth", |
| 6 | + "source": "example.auth", |
7 | 7 | "target": "common.thrift" |
8 | 8 | }, |
9 | 9 | { |
10 | 10 | "confidence": "certain", |
11 | 11 | "kind": "contains", |
12 | | - "source": "exampleauth", |
13 | | - "target": "exampleauth:LoginRequest" |
| 12 | + "source": "example.auth", |
| 13 | + "target": "example.auth:LoginRequest" |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "confidence": "certain", |
17 | 17 | "kind": "contains", |
18 | | - "source": "exampleauth:LoginRequest", |
19 | | - "target": "exampleauth:LoginRequest.token" |
| 18 | + "source": "example.auth:LoginRequest", |
| 19 | + "target": "example.auth:LoginRequest.token" |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "confidence": "certain", |
23 | 23 | "kind": "contains", |
24 | | - "source": "exampleauth", |
25 | | - "target": "exampleauth:AuthService" |
| 24 | + "source": "example.auth", |
| 25 | + "target": "example.auth:AuthService" |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | "confidence": "certain", |
29 | 29 | "kind": "contains", |
30 | | - "source": "exampleauth:AuthService", |
31 | | - "target": "exampleauth:AuthService.login" |
| 30 | + "source": "example.auth:AuthService", |
| 31 | + "target": "example.auth:AuthService.login" |
32 | 32 | }, |
33 | 33 | { |
34 | 34 | "attributes": { |
35 | 35 | "type_name": "LoginRequest" |
36 | 36 | }, |
37 | 37 | "confidence": "certain", |
38 | 38 | "kind": "type_uses", |
39 | | - "source": "exampleauth:AuthService.login", |
40 | | - "target": "exampleauth:LoginRequest" |
| 39 | + "source": "example.auth:AuthService.login", |
| 40 | + "target": "example.auth:LoginRequest" |
41 | 41 | } |
42 | 42 | ], |
43 | 43 | "language": "thrift", |
44 | 44 | "nodes": { |
45 | | - "exampleauth": { |
| 45 | + "example.auth": { |
46 | 46 | "branches": [], |
47 | 47 | "cyclomatic_complexity": null, |
48 | 48 | "docstring": null, |
49 | 49 | "exception_types": [], |
50 | | - "id": "exampleauth", |
| 50 | + "id": "example.auth", |
51 | 51 | "kind": "module", |
52 | 52 | "location": { |
53 | 53 | "end_col": 0, |
|
56 | 56 | "start_col": 0, |
57 | 57 | "start_line": 1 |
58 | 58 | }, |
59 | | - "name": "exampleauth", |
| 59 | + "name": "example.auth", |
60 | 60 | "parameters": [], |
61 | 61 | "return_type": null |
62 | 62 | }, |
63 | | - "exampleauth:AuthService": { |
| 63 | + "example.auth:AuthService": { |
64 | 64 | "branches": [], |
65 | 65 | "cyclomatic_complexity": null, |
66 | 66 | "docstring": null, |
67 | 67 | "exception_types": [], |
68 | | - "id": "exampleauth:AuthService", |
| 68 | + "id": "example.auth:AuthService", |
69 | 69 | "kind": "interface", |
70 | 70 | "location": { |
71 | 71 | "end_col": 1, |
|
78 | 78 | "parameters": [], |
79 | 79 | "return_type": null |
80 | 80 | }, |
81 | | - "exampleauth:AuthService.login": { |
| 81 | + "example.auth:AuthService.login": { |
82 | 82 | "attributes": { |
83 | 83 | "schema_role": "service_function" |
84 | 84 | }, |
85 | 85 | "branches": [], |
86 | 86 | "cyclomatic_complexity": null, |
87 | 87 | "docstring": null, |
88 | 88 | "exception_types": [], |
89 | | - "id": "exampleauth:AuthService.login", |
| 89 | + "id": "example.auth:AuthService.login", |
90 | 90 | "kind": "method", |
91 | 91 | "location": { |
92 | 92 | "end_col": 33, |
|
113 | 113 | "name": "bool" |
114 | 114 | } |
115 | 115 | }, |
116 | | - "exampleauth:LoginRequest": { |
| 116 | + "example.auth:LoginRequest": { |
117 | 117 | "branches": [], |
118 | 118 | "cyclomatic_complexity": null, |
119 | 119 | "docstring": null, |
120 | 120 | "exception_types": [], |
121 | | - "id": "exampleauth:LoginRequest", |
| 121 | + "id": "example.auth:LoginRequest", |
122 | 122 | "kind": "struct", |
123 | 123 | "location": { |
124 | 124 | "end_col": 1, |
|
131 | 131 | "parameters": [], |
132 | 132 | "return_type": null |
133 | 133 | }, |
134 | | - "exampleauth:LoginRequest.token": { |
| 134 | + "example.auth:LoginRequest.token": { |
135 | 135 | "attributes": { |
136 | 136 | "schema_role": "field" |
137 | 137 | }, |
138 | 138 | "branches": [], |
139 | 139 | "cyclomatic_complexity": null, |
140 | 140 | "docstring": null, |
141 | 141 | "exception_types": [], |
142 | | - "id": "exampleauth:LoginRequest.token", |
| 142 | + "id": "example.auth:LoginRequest.token", |
143 | 143 | "kind": "method", |
144 | 144 | "location": { |
145 | 145 | "end_col": 17, |
|
0 commit comments