We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This gives more flexibility to work with omega, like sharing the same port with other services and so on.
I can contribute to this if you think this is good.
The text was updated successfully, but these errors were encountered:
Modulizing can be a full interface from the module with carefully named public functions,
or as simply as doing the following lines for the users, separating from express dependency, then give public access to the Dao & tracker functions.
issueDao = require('./lib/issueDao'), historyDao = require('./lib/historyDao'), projectDao = require('./lib/projectDao'), tracker = require('./lib/tracker')
which in tern gives public access as so
var omega = require('omega'); , omegaIssue = omega.issueDao , omegaHistory = omega.historyDao , omegaProject = omega.projectDao , omegaTracker = omega.tracker
Sorry, something went wrong.
No branches or pull requests
This gives more flexibility to work with omega, like sharing the same port with other services and so on.
I can contribute to this if you think this is good.
The text was updated successfully, but these errors were encountered: