UNPKG

generator-kube-microservice-node

Version:

A k8s micro-service generator with deployment, service, Dockerfile. Built with express/mongo/redis

11 lines (9 loc) 348 B
const REFERENCES = { <%= controllerName %>: Symbol.for('<%= controllerName %>'), <%= serviceName %>: Symbol.for('<%= serviceName %>'), Connection: Symbol.for('Connection'), RemoteController: Symbol.for('RemoteController'), RedisController: Symbol.for('RedisController'), EventBus: Symbol.for('EventBus'), }; export default REFERENCES;