1 2 3 4 5 6
package container // Plugins returns active plugins for the endure container. Feel free to add or remove any plugins. func Plugins() []interface{} { return []interface{}{} }