Files
mattermost/model/plugin_constants.go
T

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"
)