moov-io / wire

FedWire funds service file parser and writer. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/wire/
Apache License 2.0
81 stars 38 forks source link

api: map query parameters to validation options #356

Closed atonks2 closed 9 months ago

atonks2 commented 9 months ago

Allow HTTP API users to set FedWireMessage.ValidationOpts via query parameters when creating files.

codecov-commenter commented 9 months ago

Codecov Report

Merging #356 (6a411ac) into master (71d51ac) will decrease coverage by 0.03%. The diff coverage is 75.00%.

:exclamation: Current head 6a411ac differs from pull request most recent head 847269f. Consider uploading reports for the commit 847269f to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #356 +/- ## ========================================== - Coverage 74.85% 74.82% -0.03% ========================================== Files 73 73 Lines 8653 8684 +31 ========================================== + Hits 6477 6498 +21 - Misses 1609 1619 +10 Partials 567 567 ```