Merge pull request #9869 from fuweid/move_local_sb_to_service
plugins/sandbox: move local plugin into services
This commit is contained in:
commit
b1624c3628
@ -46,7 +46,6 @@ func init() {
|
|||||||
Requires: []plugin.Type{
|
Requires: []plugin.Type{
|
||||||
plugins.RuntimePluginV2,
|
plugins.RuntimePluginV2,
|
||||||
plugins.EventPlugin,
|
plugins.EventPlugin,
|
||||||
plugins.SandboxStorePlugin,
|
|
||||||
},
|
},
|
||||||
InitFn: func(ic *plugin.InitContext) (interface{}, error) {
|
InitFn: func(ic *plugin.InitContext) (interface{}, error) {
|
||||||
shimPlugin, err := ic.GetByID(plugins.RuntimePluginV2, "shim")
|
shimPlugin, err := ic.GetByID(plugins.RuntimePluginV2, "shim")
|
||||||
|
Loading…
Reference in New Issue
Block a user