snowplow / snowbridge

For replicating streams across clouds, accounts and regions
Other
15 stars 7 forks source link

Make anything that doesn't need to be exported private #111

Closed colmsnowplow closed 2 years ago

colmsnowplow commented 2 years ago

Some objects are exported where they don't need to be. For example, some of the 'with interfaces' functions, which allow for easier testing, don't need to be exported as they're only used internally to their specific packages.

We should audit the codebase for what should be private and what needs to be public.