| 90 | } |
| 91 | |
| 92 | type splitWebFeatureKey struct { |
| 93 | OriginalFeatureKey string |
| 94 | TargetWebFeatureID string |
| 95 | } |
| 96 | |
| 97 | // SyncSplitWebFeatures reconciles the SplitWebFeatures table with the provided list of features. |
| 98 | // It will insert new details for split web features, update existing ones, and delete any split web features |