SetStorageHandler implements plugin.Storager
(h plugin.StorageHandler)
| 28 | |
| 29 | // SetStorageHandler implements plugin.Storager |
| 30 | func (c *EchoPlugin) SetStorageHandler(h plugin.StorageHandler) { |
| 31 | c.storageHandler = h |
| 32 | } |
| 33 | |
| 34 | // SetMessageHandler implements plugin.Messenger. |
| 35 | func (c *EchoPlugin) SetMessageHandler(h plugin.MessageHandler) { |
nothing calls this directly
no outgoing calls
no test coverage detected