refactor: 重构

This commit is contained in:
xiaojunnuo
2021-02-08 14:00:28 +08:00
parent cb8c8186f1
commit 9ae414b1c6
4 changed files with 22 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
import _ from 'lodash-es'
import { SSHAccessProvider } from './access-providers/ssh'
import { SSHAccessProvider } from './access-providers/ssh.js'
import { UploadCertToHost } from './host/upload-to-host/index.js'
import { HostShellExecute } from './host/host-shell-execute/index.js'
import { UploadCertToHost } from './plugins/upload-to-host/index.js'
import { HostShellExecute } from './plugins/host-shell-execute/index.js'
import { pluginRegistry, accessProviderRegistry } from '@certd/api'