Convert all instances of ds.Key to core.Key in both internal and external APIs #17
Labels
area/db-system
Related to the core system related components of the DB
refactor
This issue specific to or requires *notable* refactoring of existing codebases and components
Milestone
The ds.Datastore interface, along with the core.DSReaderWriter require the use of ds.Key, however all the interfaces and APIs of Defra should operate soley on our core.Key implementation.
The final serialization/conversion to ds.Key should happen right before the Key/Value operations related to ds.Datastore, and should happen in the function code itself.
The text was updated successfully, but these errors were encountered: