summaryrefslogtreecommitdiffstats
path: root/einterfaces
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-09-06 23:05:10 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 23:11:59 -0700
commit29fca51821981079175adf336d303a474f5ef310 (patch)
treea8866cb74ab28afa2c5c4af412454d58e250eb45 /einterfaces
parentd8bd57901e33a7057e26e782e295099ffcc0da89 (diff)
downloadchat-29fca51821981079175adf336d303a474f5ef310.tar.gz
chat-29fca51821981079175adf336d303a474f5ef310.tar.bz2
chat-29fca51821981079175adf336d303a474f5ef310.zip
Renaming repo
Diffstat (limited to 'einterfaces')
-rw-r--r--einterfaces/account_migration.go2
-rw-r--r--einterfaces/brand.go2
-rw-r--r--einterfaces/cluster.go2
-rw-r--r--einterfaces/compliance.go2
-rw-r--r--einterfaces/elasticsearch.go2
-rw-r--r--einterfaces/emoji.go2
-rw-r--r--einterfaces/jobs/data_retention.go2
-rw-r--r--einterfaces/jobs/elasticsearch.go2
-rw-r--r--einterfaces/ldap.go2
-rw-r--r--einterfaces/mfa.go2
-rw-r--r--einterfaces/oauthproviders.go2
-rw-r--r--einterfaces/saml.go2
12 files changed, 12 insertions, 12 deletions
diff --git a/einterfaces/account_migration.go b/einterfaces/account_migration.go
index c9534ab68..4c76ad712 100644
--- a/einterfaces/account_migration.go
+++ b/einterfaces/account_migration.go
@@ -3,7 +3,7 @@
package einterfaces
-import "github.com/mattermost/platform/model"
+import "github.com/mattermost/mattermost-server/model"
type AccountMigrationInterface interface {
MigrateToLdap(fromAuthService string, forignUserFieldNameToMatch string, force bool) *model.AppError
diff --git a/einterfaces/brand.go b/einterfaces/brand.go
index f4e16eb04..ae187fdcd 100644
--- a/einterfaces/brand.go
+++ b/einterfaces/brand.go
@@ -4,7 +4,7 @@
package einterfaces
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
"mime/multipart"
)
diff --git a/einterfaces/cluster.go b/einterfaces/cluster.go
index 6f42cae1a..8b9ef1a2d 100644
--- a/einterfaces/cluster.go
+++ b/einterfaces/cluster.go
@@ -4,7 +4,7 @@
package einterfaces
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type ClusterMessageHandler func(msg *model.ClusterMessage)
diff --git a/einterfaces/compliance.go b/einterfaces/compliance.go
index b7c087e89..0a624b2dc 100644
--- a/einterfaces/compliance.go
+++ b/einterfaces/compliance.go
@@ -4,7 +4,7 @@
package einterfaces
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type ComplianceInterface interface {
diff --git a/einterfaces/elasticsearch.go b/einterfaces/elasticsearch.go
index 011b259b2..8f3d7e76e 100644
--- a/einterfaces/elasticsearch.go
+++ b/einterfaces/elasticsearch.go
@@ -3,7 +3,7 @@
package einterfaces
-import "github.com/mattermost/platform/model"
+import "github.com/mattermost/mattermost-server/model"
type ElasticsearchInterface interface {
Start() *model.AppError
diff --git a/einterfaces/emoji.go b/einterfaces/emoji.go
index 45d1432dc..dc685e359 100644
--- a/einterfaces/emoji.go
+++ b/einterfaces/emoji.go
@@ -4,7 +4,7 @@
package einterfaces
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type EmojiInterface interface {
diff --git a/einterfaces/jobs/data_retention.go b/einterfaces/jobs/data_retention.go
index 442f667fa..887ce561b 100644
--- a/einterfaces/jobs/data_retention.go
+++ b/einterfaces/jobs/data_retention.go
@@ -4,7 +4,7 @@
package jobs
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type DataRetentionInterface interface {
diff --git a/einterfaces/jobs/elasticsearch.go b/einterfaces/jobs/elasticsearch.go
index ca05b2ef3..513a6c323 100644
--- a/einterfaces/jobs/elasticsearch.go
+++ b/einterfaces/jobs/elasticsearch.go
@@ -4,7 +4,7 @@
package jobs
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type ElasticsearchIndexerInterface interface {
diff --git a/einterfaces/ldap.go b/einterfaces/ldap.go
index 8ca042777..929911966 100644
--- a/einterfaces/ldap.go
+++ b/einterfaces/ldap.go
@@ -4,7 +4,7 @@
package einterfaces
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type LdapInterface interface {
diff --git a/einterfaces/mfa.go b/einterfaces/mfa.go
index e1b6ecbc3..eb31fb914 100644
--- a/einterfaces/mfa.go
+++ b/einterfaces/mfa.go
@@ -4,7 +4,7 @@
package einterfaces
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type MfaInterface interface {
diff --git a/einterfaces/oauthproviders.go b/einterfaces/oauthproviders.go
index b58e83078..7e24d2a70 100644
--- a/einterfaces/oauthproviders.go
+++ b/einterfaces/oauthproviders.go
@@ -4,7 +4,7 @@
package einterfaces
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
"io"
)
diff --git a/einterfaces/saml.go b/einterfaces/saml.go
index 3e0208912..df9207d67 100644
--- a/einterfaces/saml.go
+++ b/einterfaces/saml.go
@@ -4,7 +4,7 @@
package einterfaces
import (
- "github.com/mattermost/platform/model"
+ "github.com/mattermost/mattermost-server/model"
)
type SamlInterface interface {