Export config.GetDefault function

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2023-08-10 12:20:07 +02:00
parent e4722e9642
commit 8bf52e1dec
4 changed files with 8 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ type csvModeConfig struct {
// GetDefaultRuntimeConfig defines the default values for the config
func GetDefaultRuntimeConfig() (*RuntimeConfig, error) {
cfg, err := getDefault()
cfg, err := GetDefault()
if err != nil {
return nil, err
}