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
I was looking at adding the ability to advertise web routes to Vulcan in a package outside of gocraft/web. This would be kinda similar to how Mailgun's scroll registers its routes into etcd, so then vulcand can send it traffic:
However the Routes are currently all private, and there is no way to get them once they have been added. This could be as easy as adding a Routes() []*Routes or similar function, so then it is possible to introspect the routes on a router.
The text was updated successfully, but these errors were encountered:
Hi,
I was looking at adding the ability to advertise
web
routes to Vulcan in a package outside of gocraft/web. This would be kinda similar to how Mailgun's scroll registers its routes into etcd, so then vulcand can send it traffic:https://github.com/mailgun/scroll
However the Routes are currently all private, and there is no way to get them once they have been added. This could be as easy as adding a
Routes() []*Routes
or similar function, so then it is possible to introspect the routes on a router.The text was updated successfully, but these errors were encountered: