Use go plugins
#1998
Replies: 1 comment
-
You can always write function that read in list of routes, map them to handler functions and the add routes to the Echo instance. Go plugin system is quite limited so you probably need to compile in those plugin modules but there is nothing that stops writing functions that sets up routes on call. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use the go plugin system to write a base server that can later be extended through the use of plugins that set api endpoints and handlers?
Right now I cant wrap my head around how this could be possible ...
Beta Was this translation helpful? Give feedback.
All reactions