mennanov / fmutils

Golang protobuf FieldMask missing utils
MIT License
97 stars 10 forks source link

Add support for maps #5

Closed zonque closed 2 years ago

zonque commented 2 years ago

Allow filtering and pruning for map types.

codecov[bot] commented 2 years ago

Codecov Report

Merging #5 (3f13b3e) into main (af9ce0f) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 3f13b3e differs from pull request most recent head b1368b3. Consider uploading reports for the commit b1368b3 to get more accurate results

@@            Coverage Diff            @@
##              main        #5   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           62        74   +12     
=========================================
+ Hits            62        74   +12     
Impacted Files Coverage Δ
fmutils.go 100.00% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

mennanov commented 2 years ago

Thanks for contributing!

zonque commented 2 years ago

Thanks for contributing!

Thanks for the thorough review!