Closed babattles closed 3 months ago
The goal here is to allow implementors of the Marshaler interface to be able to return a value from MarshalDynamoDBAttributeValue() that is able to be omitted via the omitempty tag.
MarshalDynamoDBAttributeValue()
omitempty
Related Issues:
https://github.com/aws/aws-sdk-go-v2/issues/2731#issuecomment-2269530592
The goal here is to allow implementors of the Marshaler interface to be able to return a value from
MarshalDynamoDBAttributeValue()
that is able to be omitted via theomitempty
tag.Related Issues: