Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Michael Kochell
2022-05-25 12:36:08 -04:00
коммит произвёл GitHub
родитель 54a88fb532
Коммит ea5bfe3fd9
22 изменённых файлов: 634 добавлений и 22 удалений

13
model/plugin_constants.go Обычный файл
Просмотреть файл

@@ -0,0 +1,13 @@
// 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"
)