mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-26 18:18:24 +00:00
Remove Set from engine config API
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
@@ -24,7 +24,6 @@ type Interface interface {
|
||||
GetRuntimeConfig(string) (RuntimeConfig, error)
|
||||
RemoveRuntime(string) error
|
||||
Save(string) (int64, error)
|
||||
Set(string, interface{})
|
||||
String() string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user