mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
.. | ||
README.md |
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)