Commit f9fbff3
committed
Refactor(web_feature_consumer): Use ProcessedWebFeaturesData for insertion
This commit refactors the InsertWebFeatures function and its call sites to use the ProcessedWebFeaturesData struct instead of a raw map of features.
In the future, we will need this information to know which features were moved.1 parent ece0338 commit f9fbff3
File tree
4 files changed
+925
-475
lines changed- lib/gcpspanner/spanneradapters
- workflows/steps/services/web_feature_consumer/pkg/workflow
4 files changed
+925
-475
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
79 | | - | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments