jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Implement reflect-based workflows. #115

Closed jmalloc closed 6 years ago

jmalloc commented 6 years ago

Fixes #11

After this is merged I'll move aggregate.Saga -> saga.Aggregate and workflow.Saga -> saga.Workflow.

jmalloc commented 6 years ago

Actually, I will do that before the merge.

codecov-io commented 6 years ago

Codecov Report

Merging #115 into master will decrease coverage by 0.52%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
- Coverage   30.07%   29.54%   -0.53%     
==========================================
  Files          65       66       +1     
  Lines        2268     2308      +40     
==========================================
  Hits          682      682              
- Misses       1575     1615      +40     
  Partials       11       11
Impacted Files Coverage Δ
src/ax/saga/workflow.go 0% <0%> (ø)
src/ax/saga/behavior.go 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c48891f...39cc143. Read the comment docs.

jmalloc commented 6 years ago

Once #116 is merged, I'll move the workflows in this PR to the saga package as well, and get you to eyeball again please Kev.