mirror of
https://github.com/rancher/plugins.git
synced 2025-09-17 06:36:10 +00:00
plugins/* stub-out GET functions so plugins build with v0.7
This commit is contained in:
@@ -20,9 +20,9 @@ import (
|
||||
)
|
||||
|
||||
func ExecAdd(plugin string, netconf []byte) (types.Result, error) {
|
||||
return invoke.DelegateAdd(plugin, netconf)
|
||||
return invoke.DelegateAdd(plugin, netconf, nil)
|
||||
}
|
||||
|
||||
func ExecDel(plugin string, netconf []byte) error {
|
||||
return invoke.DelegateDel(plugin, netconf)
|
||||
return invoke.DelegateDel(plugin, netconf, nil)
|
||||
}
|
||||
|
Reference in New Issue
Block a user