Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowing for custom fake tags in json.RawMessage fields in structs #361

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Allowing for custom fake tags in json.RawMessage fields in structs #361

merged 1 commit into from
Jun 21, 2024

Conversation

konatacarneiro
Copy link
Contributor

@konatacarneiro konatacarneiro commented Jun 21, 2024

Description

Added handling for custom fake tags in json.RawMessage fields when filling struct fields. This allows for customized generation of json.RawMessage fields without needing to implement the Fakeable interface for a struct.

Closes #360.

@brianvoe brianvoe changed the base branch from master to develop June 21, 2024 18:07
@brianvoe
Copy link
Owner

I think this looks good. Nice job. Ill get this release in a moment.

@brianvoe brianvoe merged commit a539896 into brianvoe:develop Jun 21, 2024
3 checks passed
@brianvoe
Copy link
Owner

v7.0.4

@konatacarneiro konatacarneiro deleted the fix/json-rawmessage-custom-tag branch June 24, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Struct tag generator ignores fake tag for json.RawMessage fields
2 participants