UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

17 lines 617 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GrpcClientKeys = exports.GrpcServerKeys = exports.GrpcTags = void 0; class GrpcTags { } exports.GrpcTags = GrpcTags; GrpcTags.CONTROLLERS = 'grpc-controllers'; class GrpcServerKeys { } exports.GrpcServerKeys = GrpcServerKeys; GrpcServerKeys.GRPC_OPTIONS = '@app/grpc/component/server_options'; GrpcServerKeys.SERVER_INSTANCE = '@app/grpc/component/server_instance'; class GrpcClientKeys { } exports.GrpcClientKeys = GrpcClientKeys; GrpcClientKeys.GRPC_OPTIONS = '@app/grpc/component/client_options'; //# sourceMappingURL=keys.js.map