1 // Package internal contains SDK implementation details that are shared between packages, 2 // but are not exposed to application code. The datasource and datastore subpackages contain 3 // implementation components specific to their areas of functionality. 4 package internal 5