impl fastexact SearchZips and dedupe diff-id same-job for fastexact
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user