0.1.11 • Published 5 months ago

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

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 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.11

5 months ago

0.1.10

1 year ago

0.1.9

1 year 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

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago