summaryrefslogtreecommitdiffstats
path: root/plugin/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/context.go')
-rw-r--r--plugin/context.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/context.go b/plugin/context.go
index 60d01bbe4..ec3f8b65e 100644
--- a/plugin/context.go
+++ b/plugin/context.go
@@ -7,4 +7,5 @@ package plugin
//
// It is currently a placeholder while the implementation details are sorted out.
type Context struct {
+ SessionId string
}