Skip to content
/ plugin Public
forked from banux/plugin

The plugins for the Iris web framework.

License

Notifications You must be signed in to change notification settings

shamahn/plugin

This branch is 13 commits ahead of banux/plugin:master.

Repository files navigation

Repository information

This Repository contains all plugins for the Iris web framework.

For Iris v5/fasthttp plugins please navigate here.

You can contribute also, just make a pull request, try to keep conversion, configuration file: './myplugin/config.go' & plugin: './myplugin/myplugin.go'.

How can I install a plugin?

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

How can I register a plugin?

iris.Plugins.Add(thePlugin)
// per iris instance
app := iris.New()
app.Plugins.Add(thePlugin)

About

The plugins for the Iris web framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%