SetStorageHandler implements compat.Storager
(handler compat.StorageHandler)
| 98 | |
| 99 | // SetStorageHandler implements compat.Storager |
| 100 | func (c *PluginInstance) SetStorageHandler(handler compat.StorageHandler) { |
| 101 | c.storageHandler = handler |
| 102 | } |
| 103 | |
| 104 | // SetStorage sets current storage |
| 105 | func (c *PluginInstance) SetStorage(b []byte) error { |
nothing calls this directly
no outgoing calls
no test coverage detected