Service global #57
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I had an idea about how to get code to integrate with warlock a bit better. When the app starts, we can populate a global variable with the service object, making it available everywhere. That means that models will be able to call sleep(), trigger(), log(), etc without having to pass the service to the model function. Then we can have a dummy service for when these functions are called in the front-end app.