iris/plugins
Gerasimos (Makis) Maropoulos 7dfb13cfbd Nothing special here
2017-01-25 22:19:06 +02:00
..
README.md Nothing special here 2017-01-25 22:19:06 +02:00

Plugins

Navigate through iris-contrib/plugin repository to view all available 'plugins'.

By the word 'plugin', we mean an event-driven system and not the future go1.8 plugin feature.

Installation

$ go get github.com/iris-contrib/plugin/...

How can I register a plugin?

app := iris.New()
app.Plugins.Add(thePlugin)