jonmorehouse / gatekeeper

a pluggable http routing runtime
12 stars 1 forks source link

upstream plugin is more consistent #20

Closed jonmorehouse closed 8 years ago

jonmorehouse commented 8 years ago

Let's modify the upstream plugin to be more consistent. Right now it deviates from what other plugins are interfaced as because it exposes a Start(Publisher) method.

All plugins should have the following interface:

Opts can be a generic map for now. We'll want to modify the Upstream plugin so that it exposes an AddPublisher method.

jonmorehouse commented 8 years ago

finished