aboutsummaryrefslogtreecommitdiff
path: root/mixins.go
Commit message (Collapse)AuthorAgeFilesLines
* RefactoredAlexander Kiryukhin2020-01-121-90/+0
| | | | | New clean API Timeouts and restart limits
* Release.v1.0.0Alexander Kiryukhin2019-06-291-0/+16
| | | | | Auto listen OS signal (with mixin) Policies: ...Fail -> ...Error
* WIP: Added lifecycle mixinAlexander Kiryukhin2019-06-151-0/+14
| | | | Removed hooks
* v0.4.3v0.4.3Alexander Kiryukhin2019-04-041-1/+1
| | | | | | | | Added: - Hooks for lifecycle events Fixed: - Close errors channel - Small fixes
* Changed:Alexander Kiryukhin2019-04-041-4/+11
| | | | | | | - Refactored errors chan Fixed: - Small fixes
* Added:Alexander Kiryukhin2019-04-031-0/+12
| | | | | | | | | - Mixin with errors channel Changed: - Default run policy now `ShutdownIfDone` && `ShutdownIfFail` Fixed: - Fixed OS signals listener - Removed some dead code
* Flexible run policiesv0.3.0Alexander Kiryukhin2019-03-271-0/+41
Options refactoring