Disable implements wrapper.Plugin.
()
| 164 | |
| 165 | // Disable implements wrapper.Plugin. |
| 166 | func (c *PluginV1Instance) Disable() error { |
| 167 | return c.instance.Disable() |
| 168 | } |
| 169 | |
| 170 | // PluginV1StorageHandler is a wrapper for v1 storage handler. |
| 171 | type PluginV1StorageHandler struct { |