mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-21 05:54:10 +08:00
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
14 lines
418 B
Go
14 lines
418 B
Go
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
package model
|
|
|
|
const (
|
|
PluginIdPlaybooks = "playbooks"
|
|
PluginIdFocalboard = "focalboard"
|
|
PluginIdApps = "com.mattermost.apps"
|
|
PluginIdCalls = "com.mattermost.calls"
|
|
PluginIdNPS = "com.mattermost.nps"
|
|
PluginIdChannelExport = "com.mattermost.plugin-channel-export"
|
|
)
|