0.1.11 • Published 1 year ago

opus-lab-connect-worker-base v0.1.11

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

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) {
     ...
   }
}
0.1.11

1 year ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago