summaryrefslogtreecommitdiffstats
path: root/app/plugin/hooks.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/plugin/hooks.go')
-rw-r--r--app/plugin/hooks.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/plugin/hooks.go b/app/plugin/hooks.go
deleted file mode 100644
index 31eac0710..000000000
--- a/app/plugin/hooks.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
-// See License.txt for license information.
-
-package plugin
-
-// All implementations should be safe for concurrent use.
-type Hooks interface {
- // Invoked when configuration changes may have been made
- OnConfigurationChange()
-}