SetMessageHandler implements plugin.Messenger.
(h plugin.MessageHandler)
| 33 | |
| 34 | // SetMessageHandler implements plugin.Messenger. |
| 35 | func (c *EchoPlugin) SetMessageHandler(h plugin.MessageHandler) { |
| 36 | c.msgHandler = h |
| 37 | } |
| 38 | |
| 39 | // Storage defines the plugin storage scheme |
| 40 | type Storage struct { |
nothing calls this directly
no outgoing calls
no test coverage detected