lair-framework / lair-docker

Lair Framework dockerized.
37 stars 16 forks source link

Update API #6

Closed jamesbcook closed 7 years ago

jamesbcook commented 7 years ago

Updated lair-api to now support go plugins. However, in order to use plugins the main app and plugins need to be compiled on the same host. We now use golang:1.8.1 image and build the api-server and any plugin in the plugins directory.

All the user has to do to use plugins, is drop the plugin .go file into the plugins directory.