summaryrefslogtreecommitdiffstats
path: root/store/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/store.go')
-rw-r--r--store/store.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/store/store.go b/store/store.go
index 29028130e..e21917345 100644
--- a/store/store.go
+++ b/store/store.go
@@ -502,6 +502,8 @@ type PluginStore interface {
SaveOrUpdate(keyVal *model.PluginKeyValue) StoreChannel
Get(pluginId, key string) StoreChannel
Delete(pluginId, key string) StoreChannel
+ DeleteAllForPlugin(PluginId string) StoreChannel
+ DeleteAllExpired() StoreChannel
List(pluginId string, page, perPage int) StoreChannel
}