mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
9 lines
285 B
Go
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)
|
|
}
|