summaryrefslogtreecommitdiff
path: root/internal/container/plugins.go
blob: 8a9fb2536b6916286894ad9ef20fdcc66e591d9c (plain)
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{}{}
}