Skip to content

searcher: unexport most types and functions

Administrator requested to merge k/store-unexport into main

Created by: keegancsmith

Now that we have moved the code that was in internal/store we can unexport most of the code. We go from 13 to 4 top level exports using the command "go doc -short ./search | wc -l".

Test Plan: CI

Based on https://github.com/sourcegraph/sourcegraph/pull/32957

Merge request reports

Loading