You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: