mocks

package
v6.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2020 License: AGPL-3.0, Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountMigrationInterface

type AccountMigrationInterface struct {
	mock.Mock
}

AccountMigrationInterface is an autogenerated mock type for the AccountMigrationInterface type

func (*AccountMigrationInterface) MigrateToLdap

func (_m *AccountMigrationInterface) MigrateToLdap(fromAuthService string, forignUserFieldNameToMatch string, force bool, dryRun bool) *model.AppError

MigrateToLdap provides a mock function with given fields: fromAuthService, forignUserFieldNameToMatch, force, dryRun

func (*AccountMigrationInterface) MigrateToSaml

func (_m *AccountMigrationInterface) MigrateToSaml(fromAuthService string, usersMap map[string]string, auto bool, dryRun bool) *model.AppError

MigrateToSaml provides a mock function with given fields: fromAuthService, usersMap, auto, dryRun

type CloudInterface

type CloudInterface struct {
	mock.Mock
}

CloudInterface is an autogenerated mock type for the CloudInterface type

func (*CloudInterface) ConfirmCustomerPayment

func (_m *CloudInterface) ConfirmCustomerPayment(_a0 *model.ConfirmPaymentMethodRequest) *model.AppError

ConfirmCustomerPayment provides a mock function with given fields: _a0

func (*CloudInterface) CreateCustomerPayment

func (_m *CloudInterface) CreateCustomerPayment() (*model.StripeSetupIntent, *model.AppError)

CreateCustomerPayment provides a mock function with given fields:

func (*CloudInterface) GetCloudCustomer

func (_m *CloudInterface) GetCloudCustomer() (*model.CloudCustomer, *model.AppError)

GetCloudCustomer provides a mock function with given fields:

func (*CloudInterface) GetCloudProducts

func (_m *CloudInterface) GetCloudProducts() ([]*model.Product, *model.AppError)

GetCloudProducts provides a mock function with given fields:

func (*CloudInterface) GetInvoicePDF

func (_m *CloudInterface) GetInvoicePDF(invoiceID string) ([]byte, string, *model.AppError)

GetInvoicePDF provides a mock function with given fields: invoiceID

func (*CloudInterface) GetInvoicesForSubscription

func (_m *CloudInterface) GetInvoicesForSubscription() ([]*model.Invoice, *model.AppError)

GetInvoicesForSubscription provides a mock function with given fields:

func (*CloudInterface) GetSubscription

func (_m *CloudInterface) GetSubscription() (*model.Subscription, *model.AppError)

GetSubscription provides a mock function with given fields:

func (*CloudInterface) UpdateCloudCustomer

func (_m *CloudInterface) UpdateCloudCustomer(customerInfo *model.CloudCustomerInfo) (*model.CloudCustomer, *model.AppError)

UpdateCloudCustomer provides a mock function with given fields: customerInfo

func (*CloudInterface) UpdateCloudCustomerAddress

func (_m *CloudInterface) UpdateCloudCustomerAddress(address *model.Address) (*model.CloudCustomer, *model.AppError)

UpdateCloudCustomerAddress provides a mock function with given fields: address

type CloudJobInterface

type CloudJobInterface struct {
	mock.Mock
}

CloudJobInterface is an autogenerated mock type for the CloudJobInterface type

func (*CloudJobInterface) MakeScheduler

func (_m *CloudJobInterface) MakeScheduler() model.Scheduler

MakeScheduler provides a mock function with given fields:

func (*CloudJobInterface) MakeWorker

func (_m *CloudJobInterface) MakeWorker() model.Worker

MakeWorker provides a mock function with given fields:

type ClusterInterface

type ClusterInterface struct {
	mock.Mock
}

ClusterInterface is an autogenerated mock type for the ClusterInterface type

func (*ClusterInterface) ConfigChanged

func (_m *ClusterInterface) ConfigChanged(previousConfig *model.Config, newConfig *model.Config, sendToOtherServer bool) *model.AppError

ConfigChanged provides a mock function with given fields: previousConfig, newConfig, sendToOtherServer

func (*ClusterInterface) GetClusterId

func (_m *ClusterInterface) GetClusterId() string

GetClusterId provides a mock function with given fields:

func (*ClusterInterface) GetClusterInfos

func (_m *ClusterInterface) GetClusterInfos() []*model.ClusterInfo

GetClusterInfos provides a mock function with given fields:

func (*ClusterInterface) GetClusterStats

func (_m *ClusterInterface) GetClusterStats() ([]*model.ClusterStats, *model.AppError)

GetClusterStats provides a mock function with given fields:

func (*ClusterInterface) GetLogs

func (_m *ClusterInterface) GetLogs(page int, perPage int) ([]string, *model.AppError)

GetLogs provides a mock function with given fields: page, perPage

func (*ClusterInterface) GetMyClusterInfo

func (_m *ClusterInterface) GetMyClusterInfo() *model.ClusterInfo

GetMyClusterInfo provides a mock function with given fields:

func (*ClusterInterface) GetPluginStatuses

func (_m *ClusterInterface) GetPluginStatuses() (model.PluginStatuses, *model.AppError)

GetPluginStatuses provides a mock function with given fields:

func (*ClusterInterface) HealthScore

func (_m *ClusterInterface) HealthScore() int

HealthScore provides a mock function with given fields:

func (*ClusterInterface) IsLeader

func (_m *ClusterInterface) IsLeader() bool

IsLeader provides a mock function with given fields:

func (*ClusterInterface) NotifyMsg

func (_m *ClusterInterface) NotifyMsg(buf []byte)

NotifyMsg provides a mock function with given fields: buf

func (*ClusterInterface) RegisterClusterMessageHandler

func (_m *ClusterInterface) RegisterClusterMessageHandler(event string, crm einterfaces.ClusterMessageHandler)

RegisterClusterMessageHandler provides a mock function with given fields: event, crm

func (*ClusterInterface) SendClusterMessage

func (_m *ClusterInterface) SendClusterMessage(cluster *model.ClusterMessage)

SendClusterMessage provides a mock function with given fields: cluster

func (*ClusterInterface) StartInterNodeCommunication

func (_m *ClusterInterface) StartInterNodeCommunication()

StartInterNodeCommunication provides a mock function with given fields:

func (*ClusterInterface) StopInterNodeCommunication

func (_m *ClusterInterface) StopInterNodeCommunication()

StopInterNodeCommunication provides a mock function with given fields:

type ComplianceInterface

type ComplianceInterface struct {
	mock.Mock
}

ComplianceInterface is an autogenerated mock type for the ComplianceInterface type

func (*ComplianceInterface) RunComplianceJob

func (_m *ComplianceInterface) RunComplianceJob(job *model.Compliance) *model.AppError

RunComplianceJob provides a mock function with given fields: job

func (*ComplianceInterface) StartComplianceDailyJob

func (_m *ComplianceInterface) StartComplianceDailyJob()

StartComplianceDailyJob provides a mock function with given fields:

type DataRetentionInterface

type DataRetentionInterface struct {
	mock.Mock
}

DataRetentionInterface is an autogenerated mock type for the DataRetentionInterface type

func (*DataRetentionInterface) GetPolicy

GetPolicy provides a mock function with given fields:

type DataRetentionJobInterface

type DataRetentionJobInterface struct {
	mock.Mock
}

DataRetentionJobInterface is an autogenerated mock type for the DataRetentionJobInterface type

func (*DataRetentionJobInterface) MakeScheduler

func (_m *DataRetentionJobInterface) MakeScheduler() model.Scheduler

MakeScheduler provides a mock function with given fields:

func (*DataRetentionJobInterface) MakeWorker

func (_m *DataRetentionJobInterface) MakeWorker() model.Worker

MakeWorker provides a mock function with given fields:

type ElasticsearchAggregatorInterface

type ElasticsearchAggregatorInterface struct {
	mock.Mock
}

ElasticsearchAggregatorInterface is an autogenerated mock type for the ElasticsearchAggregatorInterface type

func (*ElasticsearchAggregatorInterface) MakeScheduler

func (_m *ElasticsearchAggregatorInterface) MakeScheduler() model.Scheduler

MakeScheduler provides a mock function with given fields:

func (*ElasticsearchAggregatorInterface) MakeWorker

MakeWorker provides a mock function with given fields:

type ElasticsearchIndexerInterface

type ElasticsearchIndexerInterface struct {
	mock.Mock
}

ElasticsearchIndexerInterface is an autogenerated mock type for the ElasticsearchIndexerInterface type

func (*ElasticsearchIndexerInterface) MakeWorker

func (_m *ElasticsearchIndexerInterface) MakeWorker() model.Worker

MakeWorker provides a mock function with given fields:

type LdapInterface

type LdapInterface struct {
	mock.Mock
}

LdapInterface is an autogenerated mock type for the LdapInterface type

func (*LdapInterface) CheckPassword

func (_m *LdapInterface) CheckPassword(id string, password string) *model.AppError

CheckPassword provides a mock function with given fields: id, password

func (*LdapInterface) CheckPasswordAuthData

func (_m *LdapInterface) CheckPasswordAuthData(authData string, password string) *model.AppError

CheckPasswordAuthData provides a mock function with given fields: authData, password

func (*LdapInterface) DoLogin

func (_m *LdapInterface) DoLogin(id string, password string) (*model.User, *model.AppError)

DoLogin provides a mock function with given fields: id, password

func (*LdapInterface) FirstLoginSync

func (_m *LdapInterface) FirstLoginSync(user *model.User, userAuthService string, userAuthData string, email string) *model.AppError

FirstLoginSync provides a mock function with given fields: user, userAuthService, userAuthData, email

func (*LdapInterface) GetADLdapIdFromSAMLId

func (_m *LdapInterface) GetADLdapIdFromSAMLId(authData string) string

GetADLdapIdFromSAMLId provides a mock function with given fields: authData

func (*LdapInterface) GetAllGroupsPage

func (_m *LdapInterface) GetAllGroupsPage(page int, perPage int, opts model.LdapGroupSearchOpts) ([]*model.Group, int, *model.AppError)

GetAllGroupsPage provides a mock function with given fields: page, perPage, opts

func (*LdapInterface) GetAllLdapUsers

func (_m *LdapInterface) GetAllLdapUsers() ([]*model.User, *model.AppError)

GetAllLdapUsers provides a mock function with given fields:

func (*LdapInterface) GetGroup

func (_m *LdapInterface) GetGroup(groupUID string) (*model.Group, *model.AppError)

GetGroup provides a mock function with given fields: groupUID

func (*LdapInterface) GetUser

func (_m *LdapInterface) GetUser(id string) (*model.User, *model.AppError)

GetUser provides a mock function with given fields: id

func (*LdapInterface) GetUserAttributes

func (_m *LdapInterface) GetUserAttributes(id string, attributes []string) (map[string]string, *model.AppError)

GetUserAttributes provides a mock function with given fields: id, attributes

func (*LdapInterface) MigrateIDAttribute

func (_m *LdapInterface) MigrateIDAttribute(toAttribute string) error

MigrateIDAttribute provides a mock function with given fields: toAttribute

func (*LdapInterface) RunTest

func (_m *LdapInterface) RunTest() *model.AppError

RunTest provides a mock function with given fields:

func (*LdapInterface) StartSynchronizeJob

func (_m *LdapInterface) StartSynchronizeJob(waitForJobToFinish bool) (*model.Job, *model.AppError)

StartSynchronizeJob provides a mock function with given fields: waitForJobToFinish

func (*LdapInterface) SwitchToLdap

func (_m *LdapInterface) SwitchToLdap(userId string, ldapId string, ldapPassword string) *model.AppError

SwitchToLdap provides a mock function with given fields: userId, ldapId, ldapPassword

func (*LdapInterface) UpdateProfilePictureIfNecessary

func (_m *LdapInterface) UpdateProfilePictureIfNecessary(_a0 model.User, _a1 model.Session)

UpdateProfilePictureIfNecessary provides a mock function with given fields: _a0, _a1

type LdapSyncInterface

type LdapSyncInterface struct {
	mock.Mock
}

LdapSyncInterface is an autogenerated mock type for the LdapSyncInterface type

func (*LdapSyncInterface) MakeScheduler

func (_m *LdapSyncInterface) MakeScheduler() model.Scheduler

MakeScheduler provides a mock function with given fields:

func (*LdapSyncInterface) MakeWorker

func (_m *LdapSyncInterface) MakeWorker() model.Worker

MakeWorker provides a mock function with given fields:

type MessageExportInterface

type MessageExportInterface struct {
	mock.Mock
}

MessageExportInterface is an autogenerated mock type for the MessageExportInterface type

func (*MessageExportInterface) RunExport

func (_m *MessageExportInterface) RunExport(format string, since int64) (int64, *model.AppError)

RunExport provides a mock function with given fields: format, since

func (*MessageExportInterface) StartSynchronizeJob

func (_m *MessageExportInterface) StartSynchronizeJob(ctx context.Context, exportFromTimestamp int64) (*model.Job, *model.AppError)

StartSynchronizeJob provides a mock function with given fields: ctx, exportFromTimestamp

type MessageExportJobInterface

type MessageExportJobInterface struct {
	mock.Mock
}

MessageExportJobInterface is an autogenerated mock type for the MessageExportJobInterface type

func (*MessageExportJobInterface) MakeScheduler

func (_m *MessageExportJobInterface) MakeScheduler() model.Scheduler

MakeScheduler provides a mock function with given fields:

func (*MessageExportJobInterface) MakeWorker

func (_m *MessageExportJobInterface) MakeWorker() model.Worker

MakeWorker provides a mock function with given fields:

type MetricsInterface

type MetricsInterface struct {
	mock.Mock
}

MetricsInterface is an autogenerated mock type for the MetricsInterface type

func (*MetricsInterface) AddMemCacheHitCounter

func (_m *MetricsInterface) AddMemCacheHitCounter(cacheName string, amount float64)

AddMemCacheHitCounter provides a mock function with given fields: cacheName, amount

func (*MetricsInterface) AddMemCacheMissCounter

func (_m *MetricsInterface) AddMemCacheMissCounter(cacheName string, amount float64)

AddMemCacheMissCounter provides a mock function with given fields: cacheName, amount

func (*MetricsInterface) DecrementWebSocketBroadcastBufferSize

func (_m *MetricsInterface) DecrementWebSocketBroadcastBufferSize(hub string, amount float64)

DecrementWebSocketBroadcastBufferSize provides a mock function with given fields: hub, amount

func (*MetricsInterface) DecrementWebSocketBroadcastUsersRegistered

func (_m *MetricsInterface) DecrementWebSocketBroadcastUsersRegistered(hub string, amount float64)

DecrementWebSocketBroadcastUsersRegistered provides a mock function with given fields: hub, amount

func (*MetricsInterface) GetLoggerMetricsCollector

func (_m *MetricsInterface) GetLoggerMetricsCollector() logr.MetricsCollector

GetLoggerMetricsCollector provides a mock function with given fields:

func (*MetricsInterface) IncrementChannelIndexCounter

func (_m *MetricsInterface) IncrementChannelIndexCounter()

IncrementChannelIndexCounter provides a mock function with given fields:

func (*MetricsInterface) IncrementClusterEventType

func (_m *MetricsInterface) IncrementClusterEventType(eventType string)

IncrementClusterEventType provides a mock function with given fields: eventType

func (*MetricsInterface) IncrementClusterRequest

func (_m *MetricsInterface) IncrementClusterRequest()

IncrementClusterRequest provides a mock function with given fields:

func (*MetricsInterface) IncrementEtagHitCounter

func (_m *MetricsInterface) IncrementEtagHitCounter(route string)

IncrementEtagHitCounter provides a mock function with given fields: route

func (*MetricsInterface) IncrementEtagMissCounter

func (_m *MetricsInterface) IncrementEtagMissCounter(route string)

IncrementEtagMissCounter provides a mock function with given fields: route

func (*MetricsInterface) IncrementHttpError

func (_m *MetricsInterface) IncrementHttpError()

IncrementHttpError provides a mock function with given fields:

func (*MetricsInterface) IncrementHttpRequest

func (_m *MetricsInterface) IncrementHttpRequest()

IncrementHttpRequest provides a mock function with given fields:

func (*MetricsInterface) IncrementLogin

func (_m *MetricsInterface) IncrementLogin()

IncrementLogin provides a mock function with given fields:

func (*MetricsInterface) IncrementLoginFail

func (_m *MetricsInterface) IncrementLoginFail()

IncrementLoginFail provides a mock function with given fields:

func (*MetricsInterface) IncrementMemCacheHitCounter

func (_m *MetricsInterface) IncrementMemCacheHitCounter(cacheName string)

IncrementMemCacheHitCounter provides a mock function with given fields: cacheName

func (*MetricsInterface) IncrementMemCacheHitCounterSession

func (_m *MetricsInterface) IncrementMemCacheHitCounterSession()

IncrementMemCacheHitCounterSession provides a mock function with given fields:

func (*MetricsInterface) IncrementMemCacheInvalidationCounter

func (_m *MetricsInterface) IncrementMemCacheInvalidationCounter(cacheName string)

IncrementMemCacheInvalidationCounter provides a mock function with given fields: cacheName

func (*MetricsInterface) IncrementMemCacheInvalidationCounterSession

func (_m *MetricsInterface) IncrementMemCacheInvalidationCounterSession()

IncrementMemCacheInvalidationCounterSession provides a mock function with given fields:

func (*MetricsInterface) IncrementMemCacheMissCounter

func (_m *MetricsInterface) IncrementMemCacheMissCounter(cacheName string)

IncrementMemCacheMissCounter provides a mock function with given fields: cacheName

func (*MetricsInterface) IncrementMemCacheMissCounterSession

func (_m *MetricsInterface) IncrementMemCacheMissCounterSession()

IncrementMemCacheMissCounterSession provides a mock function with given fields:

func (*MetricsInterface) IncrementPostBroadcast

func (_m *MetricsInterface) IncrementPostBroadcast()

IncrementPostBroadcast provides a mock function with given fields:

func (*MetricsInterface) IncrementPostCreate

func (_m *MetricsInterface) IncrementPostCreate()

IncrementPostCreate provides a mock function with given fields:

func (*MetricsInterface) IncrementPostFileAttachment

func (_m *MetricsInterface) IncrementPostFileAttachment(count int)

IncrementPostFileAttachment provides a mock function with given fields: count

func (*MetricsInterface) IncrementPostIndexCounter

func (_m *MetricsInterface) IncrementPostIndexCounter()

IncrementPostIndexCounter provides a mock function with given fields:

func (*MetricsInterface) IncrementPostSentEmail

func (_m *MetricsInterface) IncrementPostSentEmail()

IncrementPostSentEmail provides a mock function with given fields:

func (*MetricsInterface) IncrementPostSentPush

func (_m *MetricsInterface) IncrementPostSentPush()

IncrementPostSentPush provides a mock function with given fields:

func (*MetricsInterface) IncrementPostsSearchCounter

func (_m *MetricsInterface) IncrementPostsSearchCounter()

IncrementPostsSearchCounter provides a mock function with given fields:

func (*MetricsInterface) IncrementUserIndexCounter

func (_m *MetricsInterface) IncrementUserIndexCounter()

IncrementUserIndexCounter provides a mock function with given fields:

func (*MetricsInterface) IncrementWebSocketBroadcast

func (_m *MetricsInterface) IncrementWebSocketBroadcast(eventType string)

IncrementWebSocketBroadcast provides a mock function with given fields: eventType

func (*MetricsInterface) IncrementWebSocketBroadcastBufferSize

func (_m *MetricsInterface) IncrementWebSocketBroadcastBufferSize(hub string, amount float64)

IncrementWebSocketBroadcastBufferSize provides a mock function with given fields: hub, amount

func (*MetricsInterface) IncrementWebSocketBroadcastUsersRegistered

func (_m *MetricsInterface) IncrementWebSocketBroadcastUsersRegistered(hub string, amount float64)

IncrementWebSocketBroadcastUsersRegistered provides a mock function with given fields: hub, amount

func (*MetricsInterface) IncrementWebhookPost

func (_m *MetricsInterface) IncrementWebhookPost()

IncrementWebhookPost provides a mock function with given fields:

func (*MetricsInterface) IncrementWebsocketEvent

func (_m *MetricsInterface) IncrementWebsocketEvent(eventType string)

IncrementWebsocketEvent provides a mock function with given fields: eventType

func (*MetricsInterface) ObserveApiEndpointDuration

func (_m *MetricsInterface) ObserveApiEndpointDuration(endpoint string, method string, statusCode string, elapsed float64)

ObserveApiEndpointDuration provides a mock function with given fields: endpoint, method, statusCode, elapsed

func (*MetricsInterface) ObserveClusterRequestDuration

func (_m *MetricsInterface) ObserveClusterRequestDuration(elapsed float64)

ObserveClusterRequestDuration provides a mock function with given fields: elapsed

func (*MetricsInterface) ObserveEnabledUsers

func (_m *MetricsInterface) ObserveEnabledUsers(users int64)

ObserveEnabledUsers provides a mock function with given fields: users

func (*MetricsInterface) ObservePluginApiDuration

func (_m *MetricsInterface) ObservePluginApiDuration(pluginID string, apiName string, success bool, elapsed float64)

ObservePluginApiDuration provides a mock function with given fields: pluginID, apiName, success, elapsed

func (*MetricsInterface) ObservePluginHookDuration

func (_m *MetricsInterface) ObservePluginHookDuration(pluginID string, hookName string, success bool, elapsed float64)

ObservePluginHookDuration provides a mock function with given fields: pluginID, hookName, success, elapsed

func (*MetricsInterface) ObservePluginMultiHookDuration

func (_m *MetricsInterface) ObservePluginMultiHookDuration(elapsed float64)

ObservePluginMultiHookDuration provides a mock function with given fields: elapsed

func (*MetricsInterface) ObservePluginMultiHookIterationDuration

func (_m *MetricsInterface) ObservePluginMultiHookIterationDuration(pluginID string, elapsed float64)

ObservePluginMultiHookIterationDuration provides a mock function with given fields: pluginID, elapsed

func (*MetricsInterface) ObservePostsSearchDuration

func (_m *MetricsInterface) ObservePostsSearchDuration(elapsed float64)

ObservePostsSearchDuration provides a mock function with given fields: elapsed

func (*MetricsInterface) ObserveStoreMethodDuration

func (_m *MetricsInterface) ObserveStoreMethodDuration(method string, success string, elapsed float64)

ObserveStoreMethodDuration provides a mock function with given fields: method, success, elapsed

func (*MetricsInterface) StartServer

func (_m *MetricsInterface) StartServer()

StartServer provides a mock function with given fields:

func (*MetricsInterface) StopServer

func (_m *MetricsInterface) StopServer()

StopServer provides a mock function with given fields:

type MfaInterface

type MfaInterface struct {
	mock.Mock
}

MfaInterface is an autogenerated mock type for the MfaInterface type

func (*MfaInterface) Activate

func (_m *MfaInterface) Activate(user *model.User, token string) *model.AppError

Activate provides a mock function with given fields: user, token

func (*MfaInterface) Deactivate

func (_m *MfaInterface) Deactivate(userId string) *model.AppError

Deactivate provides a mock function with given fields: userId

func (*MfaInterface) GenerateSecret

func (_m *MfaInterface) GenerateSecret(user *model.User) (string, []byte, *model.AppError)

GenerateSecret provides a mock function with given fields: user

func (*MfaInterface) ValidateToken

func (_m *MfaInterface) ValidateToken(secret string, token string) (bool, *model.AppError)

ValidateToken provides a mock function with given fields: secret, token

type NotificationInterface

type NotificationInterface struct {
	mock.Mock
}

NotificationInterface is an autogenerated mock type for the NotificationInterface type

func (*NotificationInterface) CheckLicense

func (_m *NotificationInterface) CheckLicense() *model.AppError

CheckLicense provides a mock function with given fields:

func (*NotificationInterface) GetNotificationMessage

func (_m *NotificationInterface) GetNotificationMessage(ack *model.PushNotificationAck, userId string) (*model.PushNotification, *model.AppError)

GetNotificationMessage provides a mock function with given fields: ack, userId

type OauthProvider

type OauthProvider struct {
	mock.Mock
}

OauthProvider is an autogenerated mock type for the OauthProvider type

func (*OauthProvider) GetSSOSettings

func (_m *OauthProvider) GetSSOSettings(config *model.Config, service string) (*model.SSOSettings, error)

GetSSOSettings provides a mock function with given fields: config, service

func (*OauthProvider) GetUserFromIdToken

func (_m *OauthProvider) GetUserFromIdToken(idToken string) (*model.User, error)

GetUserFromIdToken provides a mock function with given fields: idToken

func (*OauthProvider) GetUserFromJson

func (_m *OauthProvider) GetUserFromJson(data io.Reader, tokenUser *model.User) (*model.User, error)

GetUserFromJson provides a mock function with given fields: data, tokenUser

type SamlInterface

type SamlInterface struct {
	mock.Mock
}

SamlInterface is an autogenerated mock type for the SamlInterface type

func (*SamlInterface) BuildRequest

func (_m *SamlInterface) BuildRequest(relayState string) (*model.SamlAuthRequest, *model.AppError)

BuildRequest provides a mock function with given fields: relayState

func (*SamlInterface) ConfigureSP

func (_m *SamlInterface) ConfigureSP() error

ConfigureSP provides a mock function with given fields:

func (*SamlInterface) DoLogin

func (_m *SamlInterface) DoLogin(encodedXML string, relayState map[string]string) (*model.User, *model.AppError)

DoLogin provides a mock function with given fields: encodedXML, relayState

func (*SamlInterface) GetMetadata

func (_m *SamlInterface) GetMetadata() (string, *model.AppError)

GetMetadata provides a mock function with given fields:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL