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

Error if tags besides gogm contain built-in keywors #124

Open
nettrino opened this issue Jan 16, 2023 · 0 comments
Open

Error if tags besides gogm contain built-in keywors #124

nettrino opened this issue Jan 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@nettrino
Copy link

nettrino commented Jan 16, 2023

In cases of structs containing relationship in their directives outside gogm, errors are encountered. For instance,

Region            *CloudRegion                    `json:"region,omitempty" custom:"rel=IN_REGION;dir=OUT" gogm:"relationship=IN_REGION;direction=outgoing"

works whereas

Region            *CloudRegion                    `json:"region,omitempty" custom:"relationship=IN_REGION;dir=OUT" gogm:"relationship=IN_REGION;direction=outgoing"

doesn't

@nettrino nettrino added the bug Something isn't working label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant