|
1
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
2
|
|
|
3
|
package jobmgr |
|
4
|
|
|
5
|
import ( |
|
6
|
"github.com/netdata/netdata/go/plugins/plugin/framework/functions" |
|
7
|
) |
|
8
|
|
|
9
|
// FunctionRegistry is an alias to functions.Registry for backward compatibility. |
|
10
|
type FunctionRegistry = functions.Registry |