@growthdefi/mor-services-core

1.0.15 • Public • Published

@makerdao/services-core

A dependency injection framework used in dai.js.

TODO

  • [ ] create full usage example

Usage (TODO)

class MyService extends PrivateService {
  constructor(name = 'serviceRoleName') {
    super(name, dependencyRoleNames);
  }

  initialize(settings) {
    // initialize() for all its dependencies will run first
  }

  connect() {
    // connect() for all its dependencies will run first
  }

  authenticate() {
    // authenticate() for all its dependencies will run first
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @growthdefi/mor-services-core

Weekly Downloads

0

Version

1.0.15

License

MIT

Unpacked Size

382 kB

Total Files

30

Last publish

Collaborators

  • altralgo