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

@@ -187,6 +187,10 @@ func (ntg NTGVision) searchJob(id int64) (ntgVisionJobInfo, error) {
return result, err
}
func (ntg NTGVision) SearchZips(zips []string) ([]Job, error) {
return nil, errors.New("not impl: ntg search zips")
}
func (ntg NTGVision) SearchStates(states []config.State) ([]Job, error) {
rc, err := ntg.searcher.searchStates(states)
if err != nil {