0.1.10 • Published 4 months ago

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

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
4 months 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.10

4 months ago

0.1.9

4 months ago

0.1.8

4 months ago

0.1.7

4 months ago

0.1.6

4 months ago

0.1.5

7 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.0

11 months ago