impl fastexact SearchZips and dedupe diff-id same-job for fastexact

This commit is contained in:
Bel LaPointe
2022-01-27 17:36:17 -07:00
parent 649bae91f2
commit d7d523b0a7
4 changed files with 62 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ var limiter = rate.NewLimiter(rate.Limit(1.0/20.0), 1)
type Broker interface {
SearchStates([]config.State) ([]Job, error)
SearchZips([]string) ([]Job, error)
}
func do(r *http.Request) (*http.Response, error) {