GetDisplay see papiv1.Displayer.
(location *url.URL)
| 94 | |
| 95 | // GetDisplay see papiv1.Displayer. |
| 96 | func (c *PluginV1Instance) GetDisplay(location *url.URL) string { |
| 97 | if c.displayer != nil { |
| 98 | return c.displayer.GetDisplay(location) |
| 99 | } |
| 100 | return "" |
| 101 | } |
| 102 | |
| 103 | // SetMessageHandler see papiv1.Messenger. |
| 104 | func (c *PluginV1Instance) SetMessageHandler(h MessageHandler) { |
nothing calls this directly
no test coverage detected