summaryrefslogtreecommitdiffstats
path: root/app/plugin/jira/configuration.go
blob: 2afc2028270d79899f7135c0eeafc371f9d85dd9 (plain)
1
2
3
4
5
6
7
8
9
10
// 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
}