summaryrefslogtreecommitdiffstats
path: root/app/plugin/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/plugin/base.go')
-rw-r--r--app/plugin/base.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/plugin/base.go b/app/plugin/base.go
deleted file mode 100644
index 3ad696a77..000000000
--- a/app/plugin/base.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
-// See License.txt for license information.
-
-package plugin
-
-// Base provides default implementations for hooks.
-type Base struct{}
-
-func (b *Base) OnConfigurationChange() {}