SetStorageHandler see papiv1.Storager.
(handler StorageHandler)
| 116 | |
| 117 | // SetStorageHandler see papiv1.Storager. |
| 118 | func (c *PluginV1Instance) SetStorageHandler(handler StorageHandler) { |
| 119 | if c.storager != nil { |
| 120 | c.storager.SetStorageHandler(&PluginV1StorageHandler{WrapperHandler: handler}) |
| 121 | } |
| 122 | } |
| 123 | |
| 124 | // Supports returns a slice of capabilities the plugin instance provides. |
| 125 | func (c *PluginV1Instance) Supports() Capabilities { |
nothing calls this directly
no test coverage detected