dmarkham / enumer

A Go tool to auto generate methods for your enums
Other
410 stars 66 forks source link

Add support for dynamodbav #72

Open rmennes opened 1 year ago

rmennes commented 1 year ago

Add support for DynamoDB AttributeValue Marshaller. https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue

codecov-commenter commented 1 year ago

Codecov Report

Merging #72 (b449598) into master (71d3edd) will increase coverage by 0.00%. The diff coverage is 57.14%.

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   66.23%   66.24%           
=======================================
  Files           4        5    +1     
  Lines         465      471    +6     
=======================================
+ Hits          308      312    +4     
- Misses        146      148    +2     
  Partials       11       11           
Impacted Files Coverage Δ
stringer.go 60.93% <40.00%> (-0.11%) :arrow_down:
dynamodbav.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.