summaryrefslogtreecommitdiffstats
path: root/app/plugin/jira/configuration.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-11-30 14:55:44 -0600
committerGitHub <noreply@github.com>2017-11-30 14:55:44 -0600
commitdaebd26a2894d88eb4c703b3be75f042cd563fef (patch)
tree0dfd6d21a1c284271f366c1b8279833fc4e7ed30 /app/plugin/jira/configuration.go
parenteaca461ee35993c07936a5888c003153d9e9b24f (diff)
downloadchat-daebd26a2894d88eb4c703b3be75f042cd563fef.tar.gz
chat-daebd26a2894d88eb4c703b3be75f042cd563fef.tar.bz2
chat-daebd26a2894d88eb4c703b3be75f042cd563fef.zip
PLT-8018: Bundled jira plugin (#7920)
* bundled jira plugin * fix generated file formatting, add prepackaged key * whoops, uploaded wrong file * whitelist generated files for license check * make it work for people without go/bin in their path
Diffstat (limited to 'app/plugin/jira/configuration.go')
-rw-r--r--app/plugin/jira/configuration.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/plugin/jira/configuration.go b/app/plugin/jira/configuration.go
deleted file mode 100644
index 2afc20282..000000000
--- a/app/plugin/jira/configuration.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
-// See License.txt for license information.
-
-package jira
-
-type Configuration struct {
- Enabled bool
- Secret string
- UserName string
-}