external service store: Add an Upsert method
Created by: ryanslade
func (*ExternalServicesStore) Upsert(ctx context.Context, svcs ...*types.ExternalService) error
- Replace all calls to repo-updater's UpsertExternalServices with internal/db/ExternalServicesStore#Upsert cmd/repo-updater/internal/store.go
- Replace all calls to repo-updater's ListExternalServices with internal/db/ExternalServicesStore#List
Extracted from: https://github.com/sourcegraph/sourcegraph/issues/14092