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 • 372 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServerProtocol = void 0;
const interface_1 = require("../../interface");
class ServerProtocol extends interface_1.Pluggable {
constructor(props, opts) {
super();
this.props = props;
}
}
exports.ServerProtocol = ServerProtocol;
//# sourceMappingURL=protocol.js.map