UNPKG

pomelo-upgrade

Version:
11 lines (9 loc) 276 B
'use strict'; const ChannelService = require('../common/service/channelService'); module.exports = function(app, opts) { const service = new ChannelService(app, opts); app.set('channelService', service, true); service.name = '__channel__'; return service; };