Tracking issue of GSP-837: Support Feature Flag
JinnyYi opened this issue · 0 comments
JinnyYi commented
Steps
- Add operations back to
Storager
- Test should not use type assertions.
- Support feature flag API
- Add
write_empty_object
infeatures.toml
and addvirtual
property for virtual features. - Generate
ServiceFeatures
andStorageFeatures
on go-storage side. Rename the current generatedServiceFeatures
andStorageFeatures
pairs and structs for services.
- Add
- Integration test supports feature flag
- Services migrate to go-storage
- Update dot-import for the
types
package
- Update dot-import for the