I am currently trying to get into writing traefik plugins and have some questions I was not able to find in the developer docu nor here in the repo.
- When is the plugin compiled and loaded? Asking because I am interested when an
init function would be executed. Is this happening on startup or separately for each specified middleware?
- When ist the
New function called? Does this happen once on startup or separately for each router/service using the middleware?
Thanks in advance for looking into this.