jmalloc / ax

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

Implement reflect-based message handler. #135

Closed jmalloc closed 6 years ago

jmalloc commented 6 years ago

This is a partial implementation of #39. It supports the struct-based handler, but no single-function handlers.

codecov-io commented 6 years ago

Codecov Report

Merging #135 into master will increase coverage by 0.96%. The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   30.17%   31.14%   +0.96%     
==========================================
  Files          71       72       +1     
  Lines        2492     2530      +38     
==========================================
+ Hits          752      788      +36     
- Misses       1717     1718       +1     
- Partials       23       24       +1
Impacted Files Coverage Δ
src/ax/routing/handler.go 94.73% <94.73%> (ø)

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 68bfc24...2ce4914. Read the comment docs.