summaryrefslogtreecommitdiffstats
path: root/plugin/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/context.go')
-rw-r--r--plugin/context.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugin/context.go b/plugin/context.go
new file mode 100644
index 000000000..60d01bbe4
--- /dev/null
+++ b/plugin/context.go
@@ -0,0 +1,10 @@
+// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
+// See LICENSE.txt for license information.
+
+package plugin
+
+// Context passes through metadata about the request or hook event.
+//
+// It is currently a placeholder while the implementation details are sorted out.
+type Context struct {
+}