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

Special edge struct tags #109

Open
nikitawootten opened this issue Jun 5, 2022 · 0 comments
Open

Special edge struct tags #109

nikitawootten opened this issue Jun 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nikitawootten
Copy link
Contributor

Feature Request:

Replace the IEdge interface with struct tags.

Context

The current implementation of special edges relies on the user creating a struct that implements the IEdge interface. This requires the user to write some reflect on their own and is generally pretty annoying to do if you have a lot of special edges.

Special struct tags could instead mark the start and end links in a special edge.

Alternatives

Yes, the current IEdge interface.

Would you be interested in implementing this feature?

@erictg is implementing this feature currently

@nikitawootten nikitawootten added the enhancement New feature or request label Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants