Commit 9baf871
[Refactor]: GRPC client setup (#483)
* added elixir tools to .gitiignore
* chore: start client supervisor in application
* doc: remove supervisor
* format
* chore: remove dead code
* Update grpc_client/lib/grpc/client/application.ex
Co-authored-by: Paulo Valente <16843419+polvalente@users.noreply.github.com>
* Update .gitignore
Co-authored-by: Paulo Valente <16843419+polvalente@users.noreply.github.com>
* Update grpc_client/lib/grpc/client/application.ex
Co-authored-by: Paulo Valente <16843419+polvalente@users.noreply.github.com>
* remove bench application.ex
* fix: remove client supervisor
* remove supervisor from tests
---------
Co-authored-by: Adriano Santos <adriano.santos@v3.com.br>
Co-authored-by: Paulo Valente <16843419+polvalente@users.noreply.github.com>1 parent 2a90af1 commit 9baf871
File tree
12 files changed
+15
-140
lines changed- benchmark
- lib/benchmark
- grpc_client
- guides
- advanced
- getting_started
- lib/grpc/client
- test
- grpc
- interop/lib/interop
12 files changed
+15
-140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 9 | + | |
26 | 10 | | |
27 | 11 | | |
28 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | 156 | | |
177 | 157 | | |
178 | 158 | | |
| |||
184 | 164 | | |
185 | 165 | | |
186 | 166 | | |
187 | | - | |
188 | 167 | | |
189 | 168 | | |
190 | 169 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
This file was deleted.
0 commit comments