mocks

package
v0.0.0-...-1bb2fec Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

type MockClient struct {
	// contains filtered or unexported fields
}

MockClient is a mock of Client interface

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance

func (*MockClient) AddChannelMember

func (m *MockClient) AddChannelMember(arg0, arg1 string) (*model.ChannelMember, *model.Response, error)

AddChannelMember mocks base method

func (*MockClient) AddTeamMember

func (m *MockClient) AddTeamMember(arg0, arg1 string) (*model.TeamMember, *model.Response, error)

AddTeamMember mocks base method

func (*MockClient) AssignBot

func (m *MockClient) AssignBot(arg0, arg1 string) (*model.Bot, *model.Response, error)

AssignBot mocks base method

func (*MockClient) CancelJob

func (m *MockClient) CancelJob(arg0 string) (*model.Response, error)

CancelJob mocks base method

func (*MockClient) CheckIntegrity

func (m *MockClient) CheckIntegrity() ([]model.IntegrityCheckResult, *model.Response, error)

CheckIntegrity mocks base method

func (*MockClient) ClearServerBusy

func (m *MockClient) ClearServerBusy() (*model.Response, error)

ClearServerBusy mocks base method

func (*MockClient) ConvertBotToUser

func (m *MockClient) ConvertBotToUser(arg0 string, arg1 *model.UserPatch, arg2 bool) (*model.User, *model.Response, error)

ConvertBotToUser mocks base method

func (*MockClient) ConvertUserToBot

func (m *MockClient) ConvertUserToBot(arg0 string) (*model.Bot, *model.Response, error)

ConvertUserToBot mocks base method

func (*MockClient) CreateBot

func (m *MockClient) CreateBot(arg0 *model.Bot) (*model.Bot, *model.Response, error)

CreateBot mocks base method

func (*MockClient) CreateChannel

func (m *MockClient) CreateChannel(arg0 *model.Channel) (*model.Channel, *model.Response, error)

CreateChannel mocks base method

func (*MockClient) CreateCommand

func (m *MockClient) CreateCommand(arg0 *model.Command) (*model.Command, *model.Response, error)

CreateCommand mocks base method

func (*MockClient) CreateIncomingWebhook

func (m *MockClient) CreateIncomingWebhook(arg0 *model.IncomingWebhook) (*model.IncomingWebhook, *model.Response, error)

CreateIncomingWebhook mocks base method

func (*MockClient) CreateJob

func (m *MockClient) CreateJob(arg0 *model.Job) (*model.Job, *model.Response, error)

CreateJob mocks base method

func (*MockClient) CreateOutgoingWebhook

func (m *MockClient) CreateOutgoingWebhook(arg0 *model.OutgoingWebhook) (*model.OutgoingWebhook, *model.Response, error)

CreateOutgoingWebhook mocks base method

func (*MockClient) CreatePost

func (m *MockClient) CreatePost(arg0 *model.Post) (*model.Post, *model.Response, error)

CreatePost mocks base method

func (*MockClient) CreateTeam

func (m *MockClient) CreateTeam(arg0 *model.Team) (*model.Team, *model.Response, error)

CreateTeam mocks base method

func (*MockClient) CreateUpload

func (m *MockClient) CreateUpload(arg0 *model.UploadSession) (*model.UploadSession, *model.Response, error)

CreateUpload mocks base method

func (*MockClient) CreateUser

func (m *MockClient) CreateUser(arg0 *model.User) (*model.User, *model.Response, error)

CreateUser mocks base method

func (*MockClient) CreateUserAccessToken

func (m *MockClient) CreateUserAccessToken(arg0, arg1 string) (*model.UserAccessToken, *model.Response, error)

CreateUserAccessToken mocks base method

func (*MockClient) DeleteChannel

func (m *MockClient) DeleteChannel(arg0 string) (*model.Response, error)

DeleteChannel mocks base method

func (*MockClient) DeleteCommand

func (m *MockClient) DeleteCommand(arg0 string) (*model.Response, error)

DeleteCommand mocks base method

func (*MockClient) DeleteExport

func (m *MockClient) DeleteExport(arg0 string) (*model.Response, error)

DeleteExport mocks base method

func (*MockClient) DeleteIncomingWebhook

func (m *MockClient) DeleteIncomingWebhook(arg0 string) (*model.Response, error)

DeleteIncomingWebhook mocks base method

func (*MockClient) DeleteOutgoingWebhook

func (m *MockClient) DeleteOutgoingWebhook(arg0 string) (*model.Response, error)

DeleteOutgoingWebhook mocks base method

func (*MockClient) DemoteUserToGuest

func (m *MockClient) DemoteUserToGuest(arg0 string) (*model.Response, error)

DemoteUserToGuest mocks base method

func (*MockClient) DisableBot

func (m *MockClient) DisableBot(arg0 string) (*model.Bot, *model.Response, error)

DisableBot mocks base method

func (*MockClient) DisablePlugin

func (m *MockClient) DisablePlugin(arg0 string) (*model.Response, error)

DisablePlugin mocks base method

func (*MockClient) DoAPIPost

func (m *MockClient) DoAPIPost(arg0, arg1 string) (*http.Response, error)

DoAPIPost mocks base method

func (*MockClient) DownloadExport

func (m *MockClient) DownloadExport(arg0 string, arg1 io.Writer, arg2 int64) (int64, *model.Response, error)

DownloadExport mocks base method

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockClient) EnableBot

func (m *MockClient) EnableBot(arg0 string) (*model.Bot, *model.Response, error)

EnableBot mocks base method

func (*MockClient) EnablePlugin

func (m *MockClient) EnablePlugin(arg0 string) (*model.Response, error)

EnablePlugin mocks base method

func (*MockClient) GetAllTeams

func (m *MockClient) GetAllTeams(arg0 string, arg1, arg2 int) ([]*model.Team, *model.Response, error)

GetAllTeams mocks base method

func (*MockClient) GetBots

func (m *MockClient) GetBots(arg0, arg1 int, arg2 string) ([]*model.Bot, *model.Response, error)

GetBots mocks base method

func (*MockClient) GetBotsIncludeDeleted

func (m *MockClient) GetBotsIncludeDeleted(arg0, arg1 int, arg2 string) ([]*model.Bot, *model.Response, error)

GetBotsIncludeDeleted mocks base method

func (*MockClient) GetBotsOrphaned

func (m *MockClient) GetBotsOrphaned(arg0, arg1 int, arg2 string) ([]*model.Bot, *model.Response, error)

GetBotsOrphaned mocks base method

func (*MockClient) GetChannel

func (m *MockClient) GetChannel(arg0, arg1 string) (*model.Channel, *model.Response, error)

GetChannel mocks base method

func (*MockClient) GetChannelByName

func (m *MockClient) GetChannelByName(arg0, arg1, arg2 string) (*model.Channel, *model.Response, error)

GetChannelByName mocks base method

func (*MockClient) GetChannelByNameIncludeDeleted

func (m *MockClient) GetChannelByNameIncludeDeleted(arg0, arg1, arg2 string) (*model.Channel, *model.Response, error)

GetChannelByNameIncludeDeleted mocks base method

func (*MockClient) GetChannelMembers

func (m *MockClient) GetChannelMembers(arg0 string, arg1, arg2 int, arg3 string) (model.ChannelMembers, *model.Response, error)

GetChannelMembers mocks base method

func (*MockClient) GetChannelsForTeamForUser

func (m *MockClient) GetChannelsForTeamForUser(arg0, arg1 string, arg2 bool, arg3 string) ([]*model.Channel, *model.Response, error)

GetChannelsForTeamForUser mocks base method

func (*MockClient) GetCommandById

func (m *MockClient) GetCommandById(arg0 string) (*model.Command, *model.Response, error)

GetCommandById mocks base method

func (*MockClient) GetConfig

func (m *MockClient) GetConfig() (*model.Config, *model.Response, error)

GetConfig mocks base method

func (*MockClient) GetDeletedChannelsForTeam

func (m *MockClient) GetDeletedChannelsForTeam(arg0 string, arg1, arg2 int, arg3 string) ([]*model.Channel, *model.Response, error)

GetDeletedChannelsForTeam mocks base method

func (*MockClient) GetGroupsByChannel

func (m *MockClient) GetGroupsByChannel(arg0 string, arg1 model.GroupSearchOpts) ([]*model.GroupWithSchemeAdmin, int, *model.Response, error)

GetGroupsByChannel mocks base method

func (*MockClient) GetGroupsByTeam

func (m *MockClient) GetGroupsByTeam(arg0 string, arg1 model.GroupSearchOpts) ([]*model.GroupWithSchemeAdmin, int, *model.Response, error)

GetGroupsByTeam mocks base method

func (*MockClient) GetIncomingWebhook

func (m *MockClient) GetIncomingWebhook(arg0, arg1 string) (*model.IncomingWebhook, *model.Response, error)

GetIncomingWebhook mocks base method

func (*MockClient) GetIncomingWebhooks

func (m *MockClient) GetIncomingWebhooks(arg0, arg1 int, arg2 string) ([]*model.IncomingWebhook, *model.Response, error)

GetIncomingWebhooks mocks base method

func (*MockClient) GetIncomingWebhooksForTeam

func (m *MockClient) GetIncomingWebhooksForTeam(arg0 string, arg1, arg2 int, arg3 string) ([]*model.IncomingWebhook, *model.Response, error)

GetIncomingWebhooksForTeam mocks base method

func (*MockClient) GetJob

func (m *MockClient) GetJob(arg0 string) (*model.Job, *model.Response, error)

GetJob mocks base method

func (*MockClient) GetJobs

func (m *MockClient) GetJobs(arg0, arg1 int) ([]*model.Job, *model.Response, error)

GetJobs mocks base method

func (*MockClient) GetJobsByType

func (m *MockClient) GetJobsByType(arg0 string, arg1, arg2 int) ([]*model.Job, *model.Response, error)

GetJobsByType mocks base method

func (*MockClient) GetLdapGroups

func (m *MockClient) GetLdapGroups() ([]*model.Group, *model.Response, error)

GetLdapGroups mocks base method

func (*MockClient) GetLogs

func (m *MockClient) GetLogs(arg0, arg1 int) ([]string, *model.Response, error)

GetLogs mocks base method

func (*MockClient) GetMarketplacePlugins

func (m *MockClient) GetMarketplacePlugins(arg0 *model.MarketplacePluginFilter) ([]*model.MarketplacePlugin, *model.Response, error)

GetMarketplacePlugins mocks base method

func (*MockClient) GetOutgoingWebhook

func (m *MockClient) GetOutgoingWebhook(arg0 string) (*model.OutgoingWebhook, *model.Response, error)

GetOutgoingWebhook mocks base method

func (*MockClient) GetOutgoingWebhooks

func (m *MockClient) GetOutgoingWebhooks(arg0, arg1 int, arg2 string) ([]*model.OutgoingWebhook, *model.Response, error)

GetOutgoingWebhooks mocks base method

func (*MockClient) GetOutgoingWebhooksForChannel

func (m *MockClient) GetOutgoingWebhooksForChannel(arg0 string, arg1, arg2 int, arg3 string) ([]*model.OutgoingWebhook, *model.Response, error)

GetOutgoingWebhooksForChannel mocks base method

func (*MockClient) GetOutgoingWebhooksForTeam

func (m *MockClient) GetOutgoingWebhooksForTeam(arg0 string, arg1, arg2 int, arg3 string) ([]*model.OutgoingWebhook, *model.Response, error)

GetOutgoingWebhooksForTeam mocks base method

func (*MockClient) GetPing

func (m *MockClient) GetPing() (string, *model.Response, error)

GetPing mocks base method

func (*MockClient) GetPingWithFullServerStatus

func (m *MockClient) GetPingWithFullServerStatus() (map[string]string, *model.Response, error)

GetPingWithFullServerStatus mocks base method

func (*MockClient) GetPlugins

func (m *MockClient) GetPlugins() (*model.PluginsResponse, *model.Response, error)

GetPlugins mocks base method

func (*MockClient) GetPost

func (m *MockClient) GetPost(arg0, arg1 string) (*model.Post, *model.Response, error)

GetPost mocks base method

func (*MockClient) GetPostsForChannel

func (m *MockClient) GetPostsForChannel(arg0 string, arg1, arg2 int, arg3 string, arg4 bool) (*model.PostList, *model.Response, error)

GetPostsForChannel mocks base method

func (*MockClient) GetPrivateChannelsForTeam

func (m *MockClient) GetPrivateChannelsForTeam(arg0 string, arg1, arg2 int, arg3 string) ([]*model.Channel, *model.Response, error)

GetPrivateChannelsForTeam mocks base method

func (*MockClient) GetPublicChannelsForTeam

func (m *MockClient) GetPublicChannelsForTeam(arg0 string, arg1, arg2 int, arg3 string) ([]*model.Channel, *model.Response, error)

GetPublicChannelsForTeam mocks base method

func (*MockClient) GetRoleByName

func (m *MockClient) GetRoleByName(arg0 string) (*model.Role, *model.Response, error)

GetRoleByName mocks base method

func (*MockClient) GetServerBusy

func (m *MockClient) GetServerBusy() (*model.ServerBusyState, *model.Response, error)

GetServerBusy mocks base method

func (*MockClient) GetTeam

func (m *MockClient) GetTeam(arg0, arg1 string) (*model.Team, *model.Response, error)

GetTeam mocks base method

func (*MockClient) GetTeamByName

func (m *MockClient) GetTeamByName(arg0, arg1 string) (*model.Team, *model.Response, error)

GetTeamByName mocks base method

func (*MockClient) GetUpload

func (m *MockClient) GetUpload(arg0 string) (*model.UploadSession, *model.Response, error)

GetUpload mocks base method

func (*MockClient) GetUploadsForUser

func (m *MockClient) GetUploadsForUser(arg0 string) ([]*model.UploadSession, *model.Response, error)

GetUploadsForUser mocks base method

func (*MockClient) GetUser

func (m *MockClient) GetUser(arg0, arg1 string) (*model.User, *model.Response, error)

GetUser mocks base method

func (*MockClient) GetUserAccessTokensForUser

func (m *MockClient) GetUserAccessTokensForUser(arg0 string, arg1, arg2 int) ([]*model.UserAccessToken, *model.Response, error)

GetUserAccessTokensForUser mocks base method

func (*MockClient) GetUserByEmail

func (m *MockClient) GetUserByEmail(arg0, arg1 string) (*model.User, *model.Response, error)

GetUserByEmail mocks base method

func (*MockClient) GetUserByUsername

func (m *MockClient) GetUserByUsername(arg0, arg1 string) (*model.User, *model.Response, error)

GetUserByUsername mocks base method

func (*MockClient) GetUsers

func (m *MockClient) GetUsers(arg0, arg1 int, arg2 string) ([]*model.User, *model.Response, error)

GetUsers mocks base method

func (*MockClient) GetUsersByIds

func (m *MockClient) GetUsersByIds(arg0 []string) ([]*model.User, *model.Response, error)

GetUsersByIds mocks base method

func (*MockClient) GetUsersInTeam

func (m *MockClient) GetUsersInTeam(arg0 string, arg1, arg2 int, arg3 string) ([]*model.User, *model.Response, error)

GetUsersInTeam mocks base method

func (*MockClient) InstallMarketplacePlugin

func (m *MockClient) InstallMarketplacePlugin(arg0 *model.InstallMarketplacePluginRequest) (*model.Manifest, *model.Response, error)

InstallMarketplacePlugin mocks base method

func (*MockClient) InstallPluginFromURL

func (m *MockClient) InstallPluginFromURL(arg0 string, arg1 bool) (*model.Manifest, *model.Response, error)

InstallPluginFromURL mocks base method

func (*MockClient) InviteUsersToTeam

func (m *MockClient) InviteUsersToTeam(arg0 string, arg1 []string) (*model.Response, error)

InviteUsersToTeam mocks base method

func (*MockClient) ListCommands

func (m *MockClient) ListCommands(arg0 string, arg1 bool) ([]*model.Command, *model.Response, error)

ListCommands mocks base method

func (*MockClient) ListExports

func (m *MockClient) ListExports() ([]string, *model.Response, error)

ListExports mocks base method

func (*MockClient) ListImports

func (m *MockClient) ListImports() ([]string, *model.Response, error)

ListImports mocks base method

func (*MockClient) MigrateAuthToLdap

func (m *MockClient) MigrateAuthToLdap(arg0, arg1 string, arg2 bool) (*model.Response, error)

MigrateAuthToLdap mocks base method

func (*MockClient) MigrateAuthToSaml

func (m *MockClient) MigrateAuthToSaml(arg0 string, arg1 map[string]string, arg2 bool) (*model.Response, error)

MigrateAuthToSaml mocks base method

func (*MockClient) MigrateConfig

func (m *MockClient) MigrateConfig(arg0, arg1 string) (*model.Response, error)

MigrateConfig mocks base method

func (*MockClient) MigrateIdLdap

func (m *MockClient) MigrateIdLdap(arg0 string) (*model.Response, error)

MigrateIdLdap mocks base method

func (*MockClient) MoveChannel

func (m *MockClient) MoveChannel(arg0, arg1 string, arg2 bool) (*model.Channel, *model.Response, error)

MoveChannel mocks base method

func (*MockClient) MoveCommand

func (m *MockClient) MoveCommand(arg0, arg1 string) (*model.Response, error)

MoveCommand mocks base method

func (*MockClient) PatchBot

func (m *MockClient) PatchBot(arg0 string, arg1 *model.BotPatch) (*model.Bot, *model.Response, error)

PatchBot mocks base method

func (*MockClient) PatchChannel

func (m *MockClient) PatchChannel(arg0 string, arg1 *model.ChannelPatch) (*model.Channel, *model.Response, error)

PatchChannel mocks base method

func (*MockClient) PatchConfig

func (m *MockClient) PatchConfig(arg0 *model.Config) (*model.Config, *model.Response, error)

PatchConfig mocks base method

func (*MockClient) PatchRole

func (m *MockClient) PatchRole(arg0 string, arg1 *model.RolePatch) (*model.Role, *model.Response, error)

PatchRole mocks base method

func (*MockClient) PatchTeam

func (m *MockClient) PatchTeam(arg0 string, arg1 *model.TeamPatch) (*model.Team, *model.Response, error)

PatchTeam mocks base method

func (*MockClient) PermanentDeleteAllUsers

func (m *MockClient) PermanentDeleteAllUsers() (*model.Response, error)

PermanentDeleteAllUsers mocks base method

func (*MockClient) PermanentDeleteChannel

func (m *MockClient) PermanentDeleteChannel(arg0 string) (*model.Response, error)

PermanentDeleteChannel mocks base method

func (*MockClient) PermanentDeleteTeam

func (m *MockClient) PermanentDeleteTeam(arg0 string) (*model.Response, error)

PermanentDeleteTeam mocks base method

func (*MockClient) PermanentDeleteUser

func (m *MockClient) PermanentDeleteUser(arg0 string) (*model.Response, error)

PermanentDeleteUser mocks base method

func (*MockClient) PromoteGuestToUser

func (m *MockClient) PromoteGuestToUser(arg0 string) (*model.Response, error)

PromoteGuestToUser mocks base method

func (*MockClient) RegenOutgoingHookToken

func (m *MockClient) RegenOutgoingHookToken(arg0 string) (*model.OutgoingWebhook, *model.Response, error)

RegenOutgoingHookToken mocks base method

func (*MockClient) ReloadConfig

func (m *MockClient) ReloadConfig() (*model.Response, error)

ReloadConfig mocks base method

func (*MockClient) RemoveLicenseFile

func (m *MockClient) RemoveLicenseFile() (*model.Response, error)

RemoveLicenseFile mocks base method

func (*MockClient) RemovePlugin

func (m *MockClient) RemovePlugin(arg0 string) (*model.Response, error)

RemovePlugin mocks base method

func (*MockClient) RemoveTeamMember

func (m *MockClient) RemoveTeamMember(arg0, arg1 string) (*model.Response, error)

RemoveTeamMember mocks base method

func (*MockClient) RemoveUserFromChannel

func (m *MockClient) RemoveUserFromChannel(arg0, arg1 string) (*model.Response, error)

RemoveUserFromChannel mocks base method

func (*MockClient) ResetSamlAuthDataToEmail

func (m *MockClient) ResetSamlAuthDataToEmail(arg0, arg1 bool, arg2 []string) (int64, *model.Response, error)

ResetSamlAuthDataToEmail mocks base method

func (*MockClient) RestoreChannel

func (m *MockClient) RestoreChannel(arg0 string) (*model.Channel, *model.Response, error)

RestoreChannel mocks base method

func (*MockClient) RestoreTeam

func (m *MockClient) RestoreTeam(arg0 string) (*model.Team, *model.Response, error)

RestoreTeam mocks base method

func (*MockClient) RevokeUserAccessToken

func (m *MockClient) RevokeUserAccessToken(arg0 string) (*model.Response, error)

RevokeUserAccessToken mocks base method

func (*MockClient) SearchTeams

func (m *MockClient) SearchTeams(arg0 *model.TeamSearch) ([]*model.Team, *model.Response, error)

SearchTeams mocks base method

func (*MockClient) SendPasswordResetEmail

func (m *MockClient) SendPasswordResetEmail(arg0 string) (*model.Response, error)

SendPasswordResetEmail mocks base method

func (*MockClient) SetServerBusy

func (m *MockClient) SetServerBusy(arg0 int) (*model.Response, error)

SetServerBusy mocks base method

func (*MockClient) SoftDeleteTeam

func (m *MockClient) SoftDeleteTeam(arg0 string) (*model.Response, error)

SoftDeleteTeam mocks base method

func (*MockClient) SyncLdap

func (m *MockClient) SyncLdap(arg0 bool) (*model.Response, error)

SyncLdap mocks base method

func (*MockClient) UpdateChannelPrivacy

func (m *MockClient) UpdateChannelPrivacy(arg0 string, arg1 model.ChannelType) (*model.Channel, *model.Response, error)

UpdateChannelPrivacy mocks base method

func (*MockClient) UpdateCommand

func (m *MockClient) UpdateCommand(arg0 *model.Command) (*model.Command, *model.Response, error)

UpdateCommand mocks base method

func (*MockClient) UpdateConfig

func (m *MockClient) UpdateConfig(arg0 *model.Config) (*model.Config, *model.Response, error)

UpdateConfig mocks base method

func (*MockClient) UpdateIncomingWebhook

func (m *MockClient) UpdateIncomingWebhook(arg0 *model.IncomingWebhook) (*model.IncomingWebhook, *model.Response, error)

UpdateIncomingWebhook mocks base method

func (*MockClient) UpdateOutgoingWebhook

func (m *MockClient) UpdateOutgoingWebhook(arg0 *model.OutgoingWebhook) (*model.OutgoingWebhook, *model.Response, error)

UpdateOutgoingWebhook mocks base method

func (*MockClient) UpdateTeam

func (m *MockClient) UpdateTeam(arg0 *model.Team) (*model.Team, *model.Response, error)

UpdateTeam mocks base method

func (*MockClient) UpdateTeamPrivacy

func (m *MockClient) UpdateTeamPrivacy(arg0, arg1 string) (*model.Team, *model.Response, error)

UpdateTeamPrivacy mocks base method

func (*MockClient) UpdateUser

func (m *MockClient) UpdateUser(arg0 *model.User) (*model.User, *model.Response, error)

UpdateUser mocks base method

func (*MockClient) UpdateUserActive

func (m *MockClient) UpdateUserActive(arg0 string, arg1 bool) (*model.Response, error)

UpdateUserActive mocks base method

func (*MockClient) UpdateUserHashedPassword

func (m *MockClient) UpdateUserHashedPassword(arg0, arg1 string) (*model.Response, error)

UpdateUserHashedPassword mocks base method

func (*MockClient) UpdateUserMfa

func (m *MockClient) UpdateUserMfa(arg0, arg1 string, arg2 bool) (*model.Response, error)

UpdateUserMfa mocks base method

func (*MockClient) UpdateUserPassword

func (m *MockClient) UpdateUserPassword(arg0, arg1, arg2 string) (*model.Response, error)

UpdateUserPassword mocks base method

func (*MockClient) UpdateUserRoles

func (m *MockClient) UpdateUserRoles(arg0, arg1 string) (*model.Response, error)

UpdateUserRoles mocks base method

func (*MockClient) UploadData

func (m *MockClient) UploadData(arg0 string, arg1 io.Reader) (*model.FileInfo, *model.Response, error)

UploadData mocks base method

func (*MockClient) UploadLicenseFile

func (m *MockClient) UploadLicenseFile(arg0 []byte) (*model.Response, error)

UploadLicenseFile mocks base method

func (*MockClient) UploadPlugin

func (m *MockClient) UploadPlugin(arg0 io.Reader) (*model.Manifest, *model.Response, error)

UploadPlugin mocks base method

func (*MockClient) UploadPluginForced

func (m *MockClient) UploadPluginForced(arg0 io.Reader) (*model.Manifest, *model.Response, error)

UploadPluginForced mocks base method

func (*MockClient) VerifyUserEmailWithoutToken

func (m *MockClient) VerifyUserEmailWithoutToken(arg0 string) (*model.User, *model.Response, error)

VerifyUserEmailWithoutToken mocks base method

type MockClientMockRecorder

type MockClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientMockRecorder is the mock recorder for MockClient

func (*MockClientMockRecorder) AddChannelMember

func (mr *MockClientMockRecorder) AddChannelMember(arg0, arg1 interface{}) *gomock.Call

AddChannelMember indicates an expected call of AddChannelMember

func (*MockClientMockRecorder) AddTeamMember

func (mr *MockClientMockRecorder) AddTeamMember(arg0, arg1 interface{}) *gomock.Call

AddTeamMember indicates an expected call of AddTeamMember

func (*MockClientMockRecorder) AssignBot

func (mr *MockClientMockRecorder) AssignBot(arg0, arg1 interface{}) *gomock.Call

AssignBot indicates an expected call of AssignBot

func (*MockClientMockRecorder) CancelJob

func (mr *MockClientMockRecorder) CancelJob(arg0 interface{}) *gomock.Call

CancelJob indicates an expected call of CancelJob

func (*MockClientMockRecorder) CheckIntegrity

func (mr *MockClientMockRecorder) CheckIntegrity() *gomock.Call

CheckIntegrity indicates an expected call of CheckIntegrity

func (*MockClientMockRecorder) ClearServerBusy

func (mr *MockClientMockRecorder) ClearServerBusy() *gomock.Call

ClearServerBusy indicates an expected call of ClearServerBusy

func (*MockClientMockRecorder) ConvertBotToUser

func (mr *MockClientMockRecorder) ConvertBotToUser(arg0, arg1, arg2 interface{}) *gomock.Call

ConvertBotToUser indicates an expected call of ConvertBotToUser

func (*MockClientMockRecorder) ConvertUserToBot

func (mr *MockClientMockRecorder) ConvertUserToBot(arg0 interface{}) *gomock.Call

ConvertUserToBot indicates an expected call of ConvertUserToBot

func (*MockClientMockRecorder) CreateBot

func (mr *MockClientMockRecorder) CreateBot(arg0 interface{}) *gomock.Call

CreateBot indicates an expected call of CreateBot

func (*MockClientMockRecorder) CreateChannel

func (mr *MockClientMockRecorder) CreateChannel(arg0 interface{}) *gomock.Call

CreateChannel indicates an expected call of CreateChannel

func (*MockClientMockRecorder) CreateCommand

func (mr *MockClientMockRecorder) CreateCommand(arg0 interface{}) *gomock.Call

CreateCommand indicates an expected call of CreateCommand

func (*MockClientMockRecorder) CreateIncomingWebhook

func (mr *MockClientMockRecorder) CreateIncomingWebhook(arg0 interface{}) *gomock.Call

CreateIncomingWebhook indicates an expected call of CreateIncomingWebhook

func (*MockClientMockRecorder) CreateJob

func (mr *MockClientMockRecorder) CreateJob(arg0 interface{}) *gomock.Call

CreateJob indicates an expected call of CreateJob

func (*MockClientMockRecorder) CreateOutgoingWebhook

func (mr *MockClientMockRecorder) CreateOutgoingWebhook(arg0 interface{}) *gomock.Call

CreateOutgoingWebhook indicates an expected call of CreateOutgoingWebhook

func (*MockClientMockRecorder) CreatePost

func (mr *MockClientMockRecorder) CreatePost(arg0 interface{}) *gomock.Call

CreatePost indicates an expected call of CreatePost

func (*MockClientMockRecorder) CreateTeam

func (mr *MockClientMockRecorder) CreateTeam(arg0 interface{}) *gomock.Call

CreateTeam indicates an expected call of CreateTeam

func (*MockClientMockRecorder) CreateUpload

func (mr *MockClientMockRecorder) CreateUpload(arg0 interface{}) *gomock.Call

CreateUpload indicates an expected call of CreateUpload

func (*MockClientMockRecorder) CreateUser

func (mr *MockClientMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser

func (*MockClientMockRecorder) CreateUserAccessToken

func (mr *MockClientMockRecorder) CreateUserAccessToken(arg0, arg1 interface{}) *gomock.Call

CreateUserAccessToken indicates an expected call of CreateUserAccessToken

func (*MockClientMockRecorder) DeleteChannel

func (mr *MockClientMockRecorder) DeleteChannel(arg0 interface{}) *gomock.Call

DeleteChannel indicates an expected call of DeleteChannel

func (*MockClientMockRecorder) DeleteCommand

func (mr *MockClientMockRecorder) DeleteCommand(arg0 interface{}) *gomock.Call

DeleteCommand indicates an expected call of DeleteCommand

func (*MockClientMockRecorder) DeleteExport

func (mr *MockClientMockRecorder) DeleteExport(arg0 interface{}) *gomock.Call

DeleteExport indicates an expected call of DeleteExport

func (*MockClientMockRecorder) DeleteIncomingWebhook

func (mr *MockClientMockRecorder) DeleteIncomingWebhook(arg0 interface{}) *gomock.Call

DeleteIncomingWebhook indicates an expected call of DeleteIncomingWebhook

func (*MockClientMockRecorder) DeleteOutgoingWebhook

func (mr *MockClientMockRecorder) DeleteOutgoingWebhook(arg0 interface{}) *gomock.Call

DeleteOutgoingWebhook indicates an expected call of DeleteOutgoingWebhook

func (*MockClientMockRecorder) DemoteUserToGuest

func (mr *MockClientMockRecorder) DemoteUserToGuest(arg0 interface{}) *gomock.Call

DemoteUserToGuest indicates an expected call of DemoteUserToGuest

func (*MockClientMockRecorder) DisableBot

func (mr *MockClientMockRecorder) DisableBot(arg0 interface{}) *gomock.Call

DisableBot indicates an expected call of DisableBot

func (*MockClientMockRecorder) DisablePlugin

func (mr *MockClientMockRecorder) DisablePlugin(arg0 interface{}) *gomock.Call

DisablePlugin indicates an expected call of DisablePlugin

func (*MockClientMockRecorder) DoAPIPost

func (mr *MockClientMockRecorder) DoAPIPost(arg0, arg1 interface{}) *gomock.Call

DoAPIPost indicates an expected call of DoAPIPost

func (*MockClientMockRecorder) DownloadExport

func (mr *MockClientMockRecorder) DownloadExport(arg0, arg1, arg2 interface{}) *gomock.Call

DownloadExport indicates an expected call of DownloadExport

func (*MockClientMockRecorder) EnableBot

func (mr *MockClientMockRecorder) EnableBot(arg0 interface{}) *gomock.Call

EnableBot indicates an expected call of EnableBot

func (*MockClientMockRecorder) EnablePlugin

func (mr *MockClientMockRecorder) EnablePlugin(arg0 interface{}) *gomock.Call

EnablePlugin indicates an expected call of EnablePlugin

func (*MockClientMockRecorder) GetAllTeams

func (mr *MockClientMockRecorder) GetAllTeams(arg0, arg1, arg2 interface{}) *gomock.Call

GetAllTeams indicates an expected call of GetAllTeams

func (*MockClientMockRecorder) GetBots

func (mr *MockClientMockRecorder) GetBots(arg0, arg1, arg2 interface{}) *gomock.Call

GetBots indicates an expected call of GetBots

func (*MockClientMockRecorder) GetBotsIncludeDeleted

func (mr *MockClientMockRecorder) GetBotsIncludeDeleted(arg0, arg1, arg2 interface{}) *gomock.Call

GetBotsIncludeDeleted indicates an expected call of GetBotsIncludeDeleted

func (*MockClientMockRecorder) GetBotsOrphaned

func (mr *MockClientMockRecorder) GetBotsOrphaned(arg0, arg1, arg2 interface{}) *gomock.Call

GetBotsOrphaned indicates an expected call of GetBotsOrphaned

func (*MockClientMockRecorder) GetChannel

func (mr *MockClientMockRecorder) GetChannel(arg0, arg1 interface{}) *gomock.Call

GetChannel indicates an expected call of GetChannel

func (*MockClientMockRecorder) GetChannelByName

func (mr *MockClientMockRecorder) GetChannelByName(arg0, arg1, arg2 interface{}) *gomock.Call

GetChannelByName indicates an expected call of GetChannelByName

func (*MockClientMockRecorder) GetChannelByNameIncludeDeleted

func (mr *MockClientMockRecorder) GetChannelByNameIncludeDeleted(arg0, arg1, arg2 interface{}) *gomock.Call

GetChannelByNameIncludeDeleted indicates an expected call of GetChannelByNameIncludeDeleted

func (*MockClientMockRecorder) GetChannelMembers

func (mr *MockClientMockRecorder) GetChannelMembers(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetChannelMembers indicates an expected call of GetChannelMembers

func (*MockClientMockRecorder) GetChannelsForTeamForUser

func (mr *MockClientMockRecorder) GetChannelsForTeamForUser(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetChannelsForTeamForUser indicates an expected call of GetChannelsForTeamForUser

func (*MockClientMockRecorder) GetCommandById

func (mr *MockClientMockRecorder) GetCommandById(arg0 interface{}) *gomock.Call

GetCommandById indicates an expected call of GetCommandById

func (*MockClientMockRecorder) GetConfig

func (mr *MockClientMockRecorder) GetConfig() *gomock.Call

GetConfig indicates an expected call of GetConfig

func (*MockClientMockRecorder) GetDeletedChannelsForTeam

func (mr *MockClientMockRecorder) GetDeletedChannelsForTeam(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetDeletedChannelsForTeam indicates an expected call of GetDeletedChannelsForTeam

func (*MockClientMockRecorder) GetGroupsByChannel

func (mr *MockClientMockRecorder) GetGroupsByChannel(arg0, arg1 interface{}) *gomock.Call

GetGroupsByChannel indicates an expected call of GetGroupsByChannel

func (*MockClientMockRecorder) GetGroupsByTeam

func (mr *MockClientMockRecorder) GetGroupsByTeam(arg0, arg1 interface{}) *gomock.Call

GetGroupsByTeam indicates an expected call of GetGroupsByTeam

func (*MockClientMockRecorder) GetIncomingWebhook

func (mr *MockClientMockRecorder) GetIncomingWebhook(arg0, arg1 interface{}) *gomock.Call

GetIncomingWebhook indicates an expected call of GetIncomingWebhook

func (*MockClientMockRecorder) GetIncomingWebhooks

func (mr *MockClientMockRecorder) GetIncomingWebhooks(arg0, arg1, arg2 interface{}) *gomock.Call

GetIncomingWebhooks indicates an expected call of GetIncomingWebhooks

func (*MockClientMockRecorder) GetIncomingWebhooksForTeam

func (mr *MockClientMockRecorder) GetIncomingWebhooksForTeam(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetIncomingWebhooksForTeam indicates an expected call of GetIncomingWebhooksForTeam

func (*MockClientMockRecorder) GetJob

func (mr *MockClientMockRecorder) GetJob(arg0 interface{}) *gomock.Call

GetJob indicates an expected call of GetJob

func (*MockClientMockRecorder) GetJobs

func (mr *MockClientMockRecorder) GetJobs(arg0, arg1 interface{}) *gomock.Call

GetJobs indicates an expected call of GetJobs

func (*MockClientMockRecorder) GetJobsByType

func (mr *MockClientMockRecorder) GetJobsByType(arg0, arg1, arg2 interface{}) *gomock.Call

GetJobsByType indicates an expected call of GetJobsByType

func (*MockClientMockRecorder) GetLdapGroups

func (mr *MockClientMockRecorder) GetLdapGroups() *gomock.Call

GetLdapGroups indicates an expected call of GetLdapGroups

func (*MockClientMockRecorder) GetLogs

func (mr *MockClientMockRecorder) GetLogs(arg0, arg1 interface{}) *gomock.Call

GetLogs indicates an expected call of GetLogs

func (*MockClientMockRecorder) GetMarketplacePlugins

func (mr *MockClientMockRecorder) GetMarketplacePlugins(arg0 interface{}) *gomock.Call

GetMarketplacePlugins indicates an expected call of GetMarketplacePlugins

func (*MockClientMockRecorder) GetOutgoingWebhook

func (mr *MockClientMockRecorder) GetOutgoingWebhook(arg0 interface{}) *gomock.Call

GetOutgoingWebhook indicates an expected call of GetOutgoingWebhook

func (*MockClientMockRecorder) GetOutgoingWebhooks

func (mr *MockClientMockRecorder) GetOutgoingWebhooks(arg0, arg1, arg2 interface{}) *gomock.Call

GetOutgoingWebhooks indicates an expected call of GetOutgoingWebhooks

func (*MockClientMockRecorder) GetOutgoingWebhooksForChannel

func (mr *MockClientMockRecorder) GetOutgoingWebhooksForChannel(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetOutgoingWebhooksForChannel indicates an expected call of GetOutgoingWebhooksForChannel

func (*MockClientMockRecorder) GetOutgoingWebhooksForTeam

func (mr *MockClientMockRecorder) GetOutgoingWebhooksForTeam(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetOutgoingWebhooksForTeam indicates an expected call of GetOutgoingWebhooksForTeam

func (*MockClientMockRecorder) GetPing

func (mr *MockClientMockRecorder) GetPing() *gomock.Call

GetPing indicates an expected call of GetPing

func (*MockClientMockRecorder) GetPingWithFullServerStatus

func (mr *MockClientMockRecorder) GetPingWithFullServerStatus() *gomock.Call

GetPingWithFullServerStatus indicates an expected call of GetPingWithFullServerStatus

func (*MockClientMockRecorder) GetPlugins

func (mr *MockClientMockRecorder) GetPlugins() *gomock.Call

GetPlugins indicates an expected call of GetPlugins

func (*MockClientMockRecorder) GetPost

func (mr *MockClientMockRecorder) GetPost(arg0, arg1 interface{}) *gomock.Call

GetPost indicates an expected call of GetPost

func (*MockClientMockRecorder) GetPostsForChannel

func (mr *MockClientMockRecorder) GetPostsForChannel(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

GetPostsForChannel indicates an expected call of GetPostsForChannel

func (*MockClientMockRecorder) GetPrivateChannelsForTeam

func (mr *MockClientMockRecorder) GetPrivateChannelsForTeam(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetPrivateChannelsForTeam indicates an expected call of GetPrivateChannelsForTeam

func (*MockClientMockRecorder) GetPublicChannelsForTeam

func (mr *MockClientMockRecorder) GetPublicChannelsForTeam(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetPublicChannelsForTeam indicates an expected call of GetPublicChannelsForTeam

func (*MockClientMockRecorder) GetRoleByName

func (mr *MockClientMockRecorder) GetRoleByName(arg0 interface{}) *gomock.Call

GetRoleByName indicates an expected call of GetRoleByName

func (*MockClientMockRecorder) GetServerBusy

func (mr *MockClientMockRecorder) GetServerBusy() *gomock.Call

GetServerBusy indicates an expected call of GetServerBusy

func (*MockClientMockRecorder) GetTeam

func (mr *MockClientMockRecorder) GetTeam(arg0, arg1 interface{}) *gomock.Call

GetTeam indicates an expected call of GetTeam

func (*MockClientMockRecorder) GetTeamByName

func (mr *MockClientMockRecorder) GetTeamByName(arg0, arg1 interface{}) *gomock.Call

GetTeamByName indicates an expected call of GetTeamByName

func (*MockClientMockRecorder) GetUpload

func (mr *MockClientMockRecorder) GetUpload(arg0 interface{}) *gomock.Call

GetUpload indicates an expected call of GetUpload

func (*MockClientMockRecorder) GetUploadsForUser

func (mr *MockClientMockRecorder) GetUploadsForUser(arg0 interface{}) *gomock.Call

GetUploadsForUser indicates an expected call of GetUploadsForUser

func (*MockClientMockRecorder) GetUser

func (mr *MockClientMockRecorder) GetUser(arg0, arg1 interface{}) *gomock.Call

GetUser indicates an expected call of GetUser

func (*MockClientMockRecorder) GetUserAccessTokensForUser

func (mr *MockClientMockRecorder) GetUserAccessTokensForUser(arg0, arg1, arg2 interface{}) *gomock.Call

GetUserAccessTokensForUser indicates an expected call of GetUserAccessTokensForUser

func (*MockClientMockRecorder) GetUserByEmail

func (mr *MockClientMockRecorder) GetUserByEmail(arg0, arg1 interface{}) *gomock.Call

GetUserByEmail indicates an expected call of GetUserByEmail

func (*MockClientMockRecorder) GetUserByUsername

func (mr *MockClientMockRecorder) GetUserByUsername(arg0, arg1 interface{}) *gomock.Call

GetUserByUsername indicates an expected call of GetUserByUsername

func (*MockClientMockRecorder) GetUsers

func (mr *MockClientMockRecorder) GetUsers(arg0, arg1, arg2 interface{}) *gomock.Call

GetUsers indicates an expected call of GetUsers

func (*MockClientMockRecorder) GetUsersByIds

func (mr *MockClientMockRecorder) GetUsersByIds(arg0 interface{}) *gomock.Call

GetUsersByIds indicates an expected call of GetUsersByIds

func (*MockClientMockRecorder) GetUsersInTeam

func (mr *MockClientMockRecorder) GetUsersInTeam(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetUsersInTeam indicates an expected call of GetUsersInTeam

func (*MockClientMockRecorder) InstallMarketplacePlugin

func (mr *MockClientMockRecorder) InstallMarketplacePlugin(arg0 interface{}) *gomock.Call

InstallMarketplacePlugin indicates an expected call of InstallMarketplacePlugin

func (*MockClientMockRecorder) InstallPluginFromURL

func (mr *MockClientMockRecorder) InstallPluginFromURL(arg0, arg1 interface{}) *gomock.Call

InstallPluginFromURL indicates an expected call of InstallPluginFromURL

func (*MockClientMockRecorder) InviteUsersToTeam

func (mr *MockClientMockRecorder) InviteUsersToTeam(arg0, arg1 interface{}) *gomock.Call

InviteUsersToTeam indicates an expected call of InviteUsersToTeam

func (*MockClientMockRecorder) ListCommands

func (mr *MockClientMockRecorder) ListCommands(arg0, arg1 interface{}) *gomock.Call

ListCommands indicates an expected call of ListCommands

func (*MockClientMockRecorder) ListExports

func (mr *MockClientMockRecorder) ListExports() *gomock.Call

ListExports indicates an expected call of ListExports

func (*MockClientMockRecorder) ListImports

func (mr *MockClientMockRecorder) ListImports() *gomock.Call

ListImports indicates an expected call of ListImports

func (*MockClientMockRecorder) MigrateAuthToLdap

func (mr *MockClientMockRecorder) MigrateAuthToLdap(arg0, arg1, arg2 interface{}) *gomock.Call

MigrateAuthToLdap indicates an expected call of MigrateAuthToLdap

func (*MockClientMockRecorder) MigrateAuthToSaml

func (mr *MockClientMockRecorder) MigrateAuthToSaml(arg0, arg1, arg2 interface{}) *gomock.Call

MigrateAuthToSaml indicates an expected call of MigrateAuthToSaml

func (*MockClientMockRecorder) MigrateConfig

func (mr *MockClientMockRecorder) MigrateConfig(arg0, arg1 interface{}) *gomock.Call

MigrateConfig indicates an expected call of MigrateConfig

func (*MockClientMockRecorder) MigrateIdLdap

func (mr *MockClientMockRecorder) MigrateIdLdap(arg0 interface{}) *gomock.Call

MigrateIdLdap indicates an expected call of MigrateIdLdap

func (*MockClientMockRecorder) MoveChannel

func (mr *MockClientMockRecorder) MoveChannel(arg0, arg1, arg2 interface{}) *gomock.Call

MoveChannel indicates an expected call of MoveChannel

func (*MockClientMockRecorder) MoveCommand

func (mr *MockClientMockRecorder) MoveCommand(arg0, arg1 interface{}) *gomock.Call

MoveCommand indicates an expected call of MoveCommand

func (*MockClientMockRecorder) PatchBot

func (mr *MockClientMockRecorder) PatchBot(arg0, arg1 interface{}) *gomock.Call

PatchBot indicates an expected call of PatchBot

func (*MockClientMockRecorder) PatchChannel

func (mr *MockClientMockRecorder) PatchChannel(arg0, arg1 interface{}) *gomock.Call

PatchChannel indicates an expected call of PatchChannel

func (*MockClientMockRecorder) PatchConfig

func (mr *MockClientMockRecorder) PatchConfig(arg0 interface{}) *gomock.Call

PatchConfig indicates an expected call of PatchConfig

func (*MockClientMockRecorder) PatchRole

func (mr *MockClientMockRecorder) PatchRole(arg0, arg1 interface{}) *gomock.Call

PatchRole indicates an expected call of PatchRole

func (*MockClientMockRecorder) PatchTeam

func (mr *MockClientMockRecorder) PatchTeam(arg0, arg1 interface{}) *gomock.Call

PatchTeam indicates an expected call of PatchTeam

func (*MockClientMockRecorder) PermanentDeleteAllUsers

func (mr *MockClientMockRecorder) PermanentDeleteAllUsers() *gomock.Call

PermanentDeleteAllUsers indicates an expected call of PermanentDeleteAllUsers

func (*MockClientMockRecorder) PermanentDeleteChannel

func (mr *MockClientMockRecorder) PermanentDeleteChannel(arg0 interface{}) *gomock.Call

PermanentDeleteChannel indicates an expected call of PermanentDeleteChannel

func (*MockClientMockRecorder) PermanentDeleteTeam

func (mr *MockClientMockRecorder) PermanentDeleteTeam(arg0 interface{}) *gomock.Call

PermanentDeleteTeam indicates an expected call of PermanentDeleteTeam

func (*MockClientMockRecorder) PermanentDeleteUser

func (mr *MockClientMockRecorder) PermanentDeleteUser(arg0 interface{}) *gomock.Call

PermanentDeleteUser indicates an expected call of PermanentDeleteUser

func (*MockClientMockRecorder) PromoteGuestToUser

func (mr *MockClientMockRecorder) PromoteGuestToUser(arg0 interface{}) *gomock.Call

PromoteGuestToUser indicates an expected call of PromoteGuestToUser

func (*MockClientMockRecorder) RegenOutgoingHookToken

func (mr *MockClientMockRecorder) RegenOutgoingHookToken(arg0 interface{}) *gomock.Call

RegenOutgoingHookToken indicates an expected call of RegenOutgoingHookToken

func (*MockClientMockRecorder) ReloadConfig

func (mr *MockClientMockRecorder) ReloadConfig() *gomock.Call

ReloadConfig indicates an expected call of ReloadConfig

func (*MockClientMockRecorder) RemoveLicenseFile

func (mr *MockClientMockRecorder) RemoveLicenseFile() *gomock.Call

RemoveLicenseFile indicates an expected call of RemoveLicenseFile

func (*MockClientMockRecorder) RemovePlugin

func (mr *MockClientMockRecorder) RemovePlugin(arg0 interface{}) *gomock.Call

RemovePlugin indicates an expected call of RemovePlugin

func (*MockClientMockRecorder) RemoveTeamMember

func (mr *MockClientMockRecorder) RemoveTeamMember(arg0, arg1 interface{}) *gomock.Call

RemoveTeamMember indicates an expected call of RemoveTeamMember

func (*MockClientMockRecorder) RemoveUserFromChannel

func (mr *MockClientMockRecorder) RemoveUserFromChannel(arg0, arg1 interface{}) *gomock.Call

RemoveUserFromChannel indicates an expected call of RemoveUserFromChannel

func (*MockClientMockRecorder) ResetSamlAuthDataToEmail

func (mr *MockClientMockRecorder) ResetSamlAuthDataToEmail(arg0, arg1, arg2 interface{}) *gomock.Call

ResetSamlAuthDataToEmail indicates an expected call of ResetSamlAuthDataToEmail

func (*MockClientMockRecorder) RestoreChannel

func (mr *MockClientMockRecorder) RestoreChannel(arg0 interface{}) *gomock.Call

RestoreChannel indicates an expected call of RestoreChannel

func (*MockClientMockRecorder) RestoreTeam

func (mr *MockClientMockRecorder) RestoreTeam(arg0 interface{}) *gomock.Call

RestoreTeam indicates an expected call of RestoreTeam

func (*MockClientMockRecorder) RevokeUserAccessToken

func (mr *MockClientMockRecorder) RevokeUserAccessToken(arg0 interface{}) *gomock.Call

RevokeUserAccessToken indicates an expected call of RevokeUserAccessToken

func (*MockClientMockRecorder) SearchTeams

func (mr *MockClientMockRecorder) SearchTeams(arg0 interface{}) *gomock.Call

SearchTeams indicates an expected call of SearchTeams

func (*MockClientMockRecorder) SendPasswordResetEmail

func (mr *MockClientMockRecorder) SendPasswordResetEmail(arg0 interface{}) *gomock.Call

SendPasswordResetEmail indicates an expected call of SendPasswordResetEmail

func (*MockClientMockRecorder) SetServerBusy

func (mr *MockClientMockRecorder) SetServerBusy(arg0 interface{}) *gomock.Call

SetServerBusy indicates an expected call of SetServerBusy

func (*MockClientMockRecorder) SoftDeleteTeam

func (mr *MockClientMockRecorder) SoftDeleteTeam(arg0 interface{}) *gomock.Call

SoftDeleteTeam indicates an expected call of SoftDeleteTeam

func (*MockClientMockRecorder) SyncLdap

func (mr *MockClientMockRecorder) SyncLdap(arg0 interface{}) *gomock.Call

SyncLdap indicates an expected call of SyncLdap

func (*MockClientMockRecorder) UpdateChannelPrivacy

func (mr *MockClientMockRecorder) UpdateChannelPrivacy(arg0, arg1 interface{}) *gomock.Call

UpdateChannelPrivacy indicates an expected call of UpdateChannelPrivacy

func (*MockClientMockRecorder) UpdateCommand

func (mr *MockClientMockRecorder) UpdateCommand(arg0 interface{}) *gomock.Call

UpdateCommand indicates an expected call of UpdateCommand

func (*MockClientMockRecorder) UpdateConfig

func (mr *MockClientMockRecorder) UpdateConfig(arg0 interface{}) *gomock.Call

UpdateConfig indicates an expected call of UpdateConfig

func (*MockClientMockRecorder) UpdateIncomingWebhook

func (mr *MockClientMockRecorder) UpdateIncomingWebhook(arg0 interface{}) *gomock.Call

UpdateIncomingWebhook indicates an expected call of UpdateIncomingWebhook

func (*MockClientMockRecorder) UpdateOutgoingWebhook

func (mr *MockClientMockRecorder) UpdateOutgoingWebhook(arg0 interface{}) *gomock.Call

UpdateOutgoingWebhook indicates an expected call of UpdateOutgoingWebhook

func (*MockClientMockRecorder) UpdateTeam

func (mr *MockClientMockRecorder) UpdateTeam(arg0 interface{}) *gomock.Call

UpdateTeam indicates an expected call of UpdateTeam

func (*MockClientMockRecorder) UpdateTeamPrivacy

func (mr *MockClientMockRecorder) UpdateTeamPrivacy(arg0, arg1 interface{}) *gomock.Call

UpdateTeamPrivacy indicates an expected call of UpdateTeamPrivacy

func (*MockClientMockRecorder) UpdateUser

func (mr *MockClientMockRecorder) UpdateUser(arg0 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser

func (*MockClientMockRecorder) UpdateUserActive

func (mr *MockClientMockRecorder) UpdateUserActive(arg0, arg1 interface{}) *gomock.Call

UpdateUserActive indicates an expected call of UpdateUserActive

func (*MockClientMockRecorder) UpdateUserHashedPassword

func (mr *MockClientMockRecorder) UpdateUserHashedPassword(arg0, arg1 interface{}) *gomock.Call

UpdateUserHashedPassword indicates an expected call of UpdateUserHashedPassword

func (*MockClientMockRecorder) UpdateUserMfa

func (mr *MockClientMockRecorder) UpdateUserMfa(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateUserMfa indicates an expected call of UpdateUserMfa

func (*MockClientMockRecorder) UpdateUserPassword

func (mr *MockClientMockRecorder) UpdateUserPassword(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateUserPassword indicates an expected call of UpdateUserPassword

func (*MockClientMockRecorder) UpdateUserRoles

func (mr *MockClientMockRecorder) UpdateUserRoles(arg0, arg1 interface{}) *gomock.Call

UpdateUserRoles indicates an expected call of UpdateUserRoles

func (*MockClientMockRecorder) UploadData

func (mr *MockClientMockRecorder) UploadData(arg0, arg1 interface{}) *gomock.Call

UploadData indicates an expected call of UploadData

func (*MockClientMockRecorder) UploadLicenseFile

func (mr *MockClientMockRecorder) UploadLicenseFile(arg0 interface{}) *gomock.Call

UploadLicenseFile indicates an expected call of UploadLicenseFile

func (*MockClientMockRecorder) UploadPlugin

func (mr *MockClientMockRecorder) UploadPlugin(arg0 interface{}) *gomock.Call

UploadPlugin indicates an expected call of UploadPlugin

func (*MockClientMockRecorder) UploadPluginForced

func (mr *MockClientMockRecorder) UploadPluginForced(arg0 interface{}) *gomock.Call

UploadPluginForced indicates an expected call of UploadPluginForced

func (*MockClientMockRecorder) VerifyUserEmailWithoutToken

func (mr *MockClientMockRecorder) VerifyUserEmailWithoutToken(arg0 interface{}) *gomock.Call

VerifyUserEmailWithoutToken indicates an expected call of VerifyUserEmailWithoutToken

Jump to

Keyboard shortcuts

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