mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
394 B
394 B
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)