Update the way we initialize our datastores
Created by: Numbers88s
We need to update the way we initialize our datastores in codeintel.
We currently populate a variable within a file and reference the variable. It works because of a global sync once. I want to remove the sync.Once and create a Datastore struct to use as a parameter.