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

feat: implements decoder and payload validator #8

Merged
merged 4 commits into from
Nov 9, 2022
Merged

feat: implements decoder and payload validator #8

merged 4 commits into from
Nov 9, 2022

Conversation

oleoneto
Copy link
Owner

@oleoneto oleoneto commented Nov 9, 2022

No description provided.

- `GetTag(reflect.StructField, string) map[string]string`
- `SetValuesFromMap(any, map[string]any)`
- `SetValuesFromBytes(any, []byte)`
- `RemoveValuesFromTag(string, []string, reflect.StructField) string`
- adds `Decode([]byte, any, DecoderOptions) map[string][]string`
- adds `ValidatePayload([]byte, any, ValidationOptions) map[string][]string`
@oleoneto oleoneto self-assigned this Nov 9, 2022
@oleoneto oleoneto added enhancement New feature or request release Changes that'll be part of a release labels Nov 9, 2022
@oleoneto oleoneto merged commit a449f29 into main Nov 9, 2022
@oleoneto oleoneto deleted the decoder branch November 9, 2022 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request release Changes that'll be part of a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant