Skip to content

Covistra/hapi-plugin-covistra-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMBF System

bitHound Dev Dependencies bitHound Dev Dependencies

Micro Services

This plugin registers the following micro services:

Router.loadRoutes

Load and register all routes (endpoints) located in the specified path. These routes will be automatically added to the server.

Identifier: {role:'system', target: 'router', action: 'load'}

Message:

  • routePath: The full path where to find all route.js files

System.getStatus

Retrieve the current system status Identifier: {role: 'system', target: 'status', action:'read'}

System.generateUniqueId

Generate a unique id of the specified length

Identifier: {role:'system', target: 'random', action: 'generate-unique-id'}

Message:

  • length: The length of the id to generate

Response:

  • id: Tee generated id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published