Files
nomad/plugins/shared/catalog/register_linux.go
2019-01-15 16:57:09 -05:00

9 lines
285 B
Go

package catalog
// This file is where all builtin plugins should be registered in the catalog.
// Plugins with build restrictions should be placed in the appropriate
// register_XXX.go file.
func init() {
// RegisterDeferredConfig(rkt.PluginID, rkt.PluginConfig, rkt.PluginLoader)
}