Remove Set from engine config API

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2025-01-27 15:38:55 +01:00
parent 1bc9548a2f
commit ce7cea3a0d
4 changed files with 7 additions and 23 deletions

View File

@@ -24,7 +24,6 @@ type Interface interface {
GetRuntimeConfig(string) (RuntimeConfig, error)
RemoveRuntime(string) error
Save(string) (int64, error)
Set(string, interface{})
String() string
}