UNPKG

moleculer-api

Version:

A dynamic API Gateway for MoleculerJS which updates REST endpoints and aggregated GraphQL schema, access control policy for each action calls from metadata of remote services schema without restart or deployment.

12 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceBrokerDelegator = void 0; const interface_1 = require("../../interface"); class ServiceBrokerDelegator extends interface_1.HasStaticKey { constructor(props, opts) { super(); this.props = props; } } exports.ServiceBrokerDelegator = ServiceBrokerDelegator; //# sourceMappingURL=delegator.js.map