moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
54 stars 19 forks source link

Pass in config transform to stream service #45

Closed pa3ng closed 3 years ago

pa3ng commented 3 years ago

Changes

We need to pass in the TransformConfig param as part of the streamService struct

Why Are Changes Being Made

Events being emitted are unencrypted. This patch will properly encrypt events.

codecov-commenter commented 3 years ago

Codecov Report

Merging #45 (8082644) into master (2727383) will decrease coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
- Coverage   37.18%   37.17%   -0.02%     
==========================================
  Files          78       78              
  Lines        2993     2994       +1     
==========================================
  Hits         1113     1113              
- Misses       1633     1634       +1     
  Partials      247      247              
Impacted Files Coverage Δ
internal/events/service_stream.go 27.27% <0.00%> (-1.30%) :arrow_down:

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 2727383...8082644. Read the comment docs.