Renaming repo

This commit is contained in:
Christopher Speller
2017-09-06 23:05:10 -07:00
parent d8bd57901e
commit 29fca51821
326 changed files with 734 additions and 735 deletions

View File

@@ -8,8 +8,8 @@ import (
"github.com/pkg/errors"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/plugin"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/plugin"
)
type APIProviderFunc func(*model.Manifest) (plugin.API, error)

View File

@@ -11,9 +11,9 @@ import (
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/plugin"
"github.com/mattermost/platform/plugin/plugintest"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/plugin"
"github.com/mattermost/mattermost-server/plugin/plugintest"
)
type MockProvider struct {

View File

@@ -3,9 +3,9 @@ package pluginenv
import (
"fmt"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/plugin"
"github.com/mattermost/platform/plugin/rpcplugin"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/plugin"
"github.com/mattermost/mattermost-server/plugin/rpcplugin"
)
// APIProvider specifies a function that provides an API implementation to each plugin.

View File

@@ -6,8 +6,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/mattermost/platform/model"
"github.com/mattermost/platform/plugin/rpcplugin"
"github.com/mattermost/mattermost-server/model"
"github.com/mattermost/mattermost-server/plugin/rpcplugin"
)
func TestDefaultSupervisorProvider(t *testing.T) {

View File

@@ -4,7 +4,7 @@ import (
"io/ioutil"
"path/filepath"
"github.com/mattermost/platform/model"
"github.com/mattermost/mattermost-server/model"
)
// Performs a full scan of the given path.

View File

@@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/mattermost/platform/model"
"github.com/mattermost/mattermost-server/model"
)
func TestScanSearchPath(t *testing.T) {