0.1.11 • Published 5 months ago
opus-lab-connect-worker-base v0.1.11
Opus Lab AIN Connect Worker Base AIN Connect Worker is the intermediary between the Cluster and the "AIN Connect".
Install
npm install opus-lab-connect-worker-base
How to Use
import Worker from 'opus-lab-connect-worker-base';
class customWorker extends Worker {
deploy(params) {
...
}
createStorage(params) {
...
}
deleteStorage(params) {
...
}
}