Commit b91519c
feat(bindings): Pass Metadata in grpc binding invocation (#348)
* Pass Metadata in grpc binding invocation
Signed-off-by: Deepanshu Agarwal <[email protected]>
* Add e2e test for output binding metadata
Signed-off-by: Deepanshu Agarwal <[email protected]>
* Comment out E2E test
Signed-off-by: Deepanshu Agarwal <[email protected]>
* Fix comment
Signed-off-by: Deepanshu Agarwal <[email protected]>
* Uncomment test
Signed-off-by: Shubham Sharma <[email protected]>
* Fix tests
Signed-off-by: Shubham Sharma <[email protected]>
* Lint it
Signed-off-by: Shubham Sharma <[email protected]>
* Remove underscore
Signed-off-by: Shubham Sharma <[email protected]>
* 💄
Signed-off-by: Shubham Sharma <[email protected]>
Signed-off-by: Deepanshu Agarwal <[email protected]>
Signed-off-by: Shubham Sharma <[email protected]>
Co-authored-by: Shubham Sharma <[email protected]>1 parent 4c56ed0 commit b91519c
File tree
3 files changed
+27
-6
lines changed- src/implementation/Client/GRPCClient
- test
- components
- e2e/grpc
3 files changed
+27
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
120 | 127 | | |
121 | 128 | | |
122 | 129 | | |
| |||
174 | 181 | | |
175 | 182 | | |
176 | 183 | | |
177 | | - | |
| 184 | + | |
178 | 185 | | |
179 | 186 | | |
180 | 187 | | |
| |||
185 | 192 | | |
186 | 193 | | |
187 | 194 | | |
188 | | - | |
| 195 | + | |
189 | 196 | | |
190 | 197 | | |
191 | 198 | | |
| |||
201 | 208 | | |
202 | 209 | | |
203 | 210 | | |
204 | | - | |
| 211 | + | |
205 | 212 | | |
206 | 213 | | |
207 | 214 | | |
| |||
217 | 224 | | |
218 | 225 | | |
219 | 226 | | |
220 | | - | |
| 227 | + | |
221 | 228 | | |
222 | 229 | | |
223 | 230 | | |
| |||
0 commit comments