GetStorage sets current storage
()
| 108 | |
| 109 | // GetStorage sets current storage |
| 110 | func (c *PluginInstance) GetStorage() ([]byte, error) { |
| 111 | return c.storageHandler.Load() |
| 112 | } |
| 113 | |
| 114 | // RegisterWebhook implements compat.Webhooker |
| 115 | func (c *PluginInstance) RegisterWebhook(basePath string, mux *gin.RouterGroup) { |