mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
14 lines
459 B
Go
14 lines
459 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"
|
|
PluginIdAI = "mattermost-ai"
|
|
)
|