summaryrefslogtreecommitdiffstats
path: root/plugin/context.go
blob: 60d01bbe49bf2bd56f54034a82d649638c8571ea (plain)
1
2
3
4
5
6
7
8
9
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 {
}