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

datastore: support map[string]interface{} as a Property #10459

Open
fkorotkov opened this issue Jul 1, 2024 · 0 comments
Open

datastore: support map[string]interface{} as a Property #10459

fkorotkov opened this issue Jul 1, 2024 · 0 comments
Assignees
Labels
triage me I really want to be triaged.

Comments

@fkorotkov
Copy link

Is your feature request related to a problem? Please describe.

I'd like to be able to save map[string]string fields of a structure as a nested entity.

Describe the solution you'd like

Will be great if datastore.Property supported map[string]interface{} as a way to save nested structs

Describe alternatives you've considered

For now, just use custom Load/Save implementations of PropertyLoadSaver

@fkorotkov fkorotkov added the triage me I really want to be triaged. label Jul 1, 2024
@fkorotkov fkorotkov changed the title packagename: short description of feature request datastore: support map[string]interface{} as a Property Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

2 participants