mocks

package
v0.0.0-...-756e720 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2020 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)

AddChannelMember mocks base method

func (*MockClient) AddTeamMember

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

AddTeamMember mocks base method

func (*MockClient) ClearServerBusy

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

ClearServerBusy mocks base method

func (*MockClient) ConvertChannelToPrivate

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

ConvertChannelToPrivate mocks base method

func (*MockClient) CreateBot

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

CreateBot mocks base method

func (*MockClient) CreateChannel

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

CreateChannel mocks base method

func (*MockClient) CreateCommand

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

CreateCommand mocks base method

func (*MockClient) CreatePost

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

CreatePost mocks base method

func (*MockClient) CreateTeam

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

CreateTeam mocks base method

func (*MockClient) CreateUser

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

CreateUser mocks base method

func (*MockClient) CreateUserAccessToken

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

CreateUserAccessToken mocks base method

func (*MockClient) DeleteChannel

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

DeleteChannel mocks base method

func (*MockClient) DeleteCommand

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

DeleteCommand mocks base method

func (*MockClient) DisablePlugin

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

DisablePlugin mocks base method

func (*MockClient) DoApiPost

func (m *MockClient) DoApiPost(arg0, arg1 string) (*http.Response, *model.AppError)

DoApiPost 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) EnablePlugin

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

EnablePlugin mocks base method

func (*MockClient) GetAllTeams

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

GetAllTeams mocks base method

func (*MockClient) GetChannel

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

GetChannel mocks base method

func (*MockClient) GetChannelByName

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

GetChannelByName mocks base method

func (*MockClient) GetChannelByNameIncludeDeleted

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

GetChannelByNameIncludeDeleted mocks base method

func (*MockClient) GetChannelMembers

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

GetChannelMembers mocks base method

func (*MockClient) GetCommandById

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

GetCommandById mocks base method

func (*MockClient) GetConfig

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

GetConfig mocks base method

func (*MockClient) GetDeletedChannelsForTeam

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

GetDeletedChannelsForTeam mocks base method

func (*MockClient) GetGroupsByChannel

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

GetGroupsByChannel mocks base method

func (*MockClient) GetGroupsByTeam

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

GetGroupsByTeam mocks base method

func (*MockClient) GetLdapGroups

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

GetLdapGroups mocks base method

func (*MockClient) GetLogs

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

GetLogs mocks base method

func (*MockClient) GetPlugins

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

GetPlugins mocks base method

func (*MockClient) GetPost

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

GetPost mocks base method

func (*MockClient) GetPostsForChannel

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

GetPostsForChannel mocks base method

func (*MockClient) GetPostsRoute

func (m *MockClient) GetPostsRoute() string

GetPostsRoute mocks base method

func (*MockClient) GetPublicChannelsForTeam

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

GetPublicChannelsForTeam mocks base method

func (*MockClient) GetRoleByName

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

GetRoleByName mocks base method

func (*MockClient) GetServerBusy

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

GetServerBusy mocks base method

func (*MockClient) GetTeam

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

GetTeam mocks base method

func (*MockClient) GetTeamByName

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

GetTeamByName mocks base method

func (*MockClient) GetUser

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

GetUser mocks base method

func (*MockClient) GetUserAccessTokensForUser

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

GetUserAccessTokensForUser mocks base method

func (*MockClient) GetUserByEmail

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

GetUserByEmail mocks base method

func (*MockClient) GetUserByUsername

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

GetUserByUsername mocks base method

func (*MockClient) GetUsers

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

GetUsers mocks base method

func (*MockClient) InviteUsersToTeam

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

InviteUsersToTeam mocks base method

func (*MockClient) ListCommands

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

ListCommands mocks base method

func (*MockClient) MoveCommand

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

MoveCommand mocks base method

func (*MockClient) PatchChannel

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

PatchChannel mocks base method

func (*MockClient) PatchRole

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

PatchRole mocks base method

func (*MockClient) PatchTeam

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

PatchTeam mocks base method

func (*MockClient) PermanentDeleteTeam

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

PermanentDeleteTeam mocks base method

func (*MockClient) RemoveLicenseFile

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

RemoveLicenseFile mocks base method

func (*MockClient) RemovePlugin

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

RemovePlugin mocks base method

func (*MockClient) RemoveTeamMember

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

RemoveTeamMember mocks base method

func (*MockClient) RemoveUserFromChannel

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

RemoveUserFromChannel mocks base method

func (*MockClient) RestoreChannel

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

RestoreChannel mocks base method

func (*MockClient) RevokeUserAccessToken

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

RevokeUserAccessToken mocks base method

func (*MockClient) SearchTeams

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

SearchTeams mocks base method

func (*MockClient) SendPasswordResetEmail

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

SendPasswordResetEmail mocks base method

func (*MockClient) SetServerBusy

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

SetServerBusy mocks base method

func (*MockClient) SoftDeleteTeam

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

SoftDeleteTeam mocks base method

func (*MockClient) SyncLdap

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

SyncLdap mocks base method

func (*MockClient) UpdateChannelPrivacy

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

UpdateChannelPrivacy mocks base method

func (*MockClient) UpdateCommand

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

UpdateCommand mocks base method

func (*MockClient) UpdateConfig

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

UpdateConfig mocks base method

func (*MockClient) UpdateTeam

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

UpdateTeam mocks base method

func (*MockClient) UpdateUser

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

UpdateUser mocks base method

func (*MockClient) UpdateUserActive

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

UpdateUserActive mocks base method

func (*MockClient) UpdateUserMfa

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

UpdateUserMfa mocks base method

func (*MockClient) UpdateUserRoles

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

UpdateUserRoles mocks base method

func (*MockClient) UploadLicenseFile

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

UploadLicenseFile mocks base method

func (*MockClient) UploadPlugin

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

UploadPlugin 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) ClearServerBusy

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

ClearServerBusy indicates an expected call of ClearServerBusy

func (*MockClientMockRecorder) ConvertChannelToPrivate

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

ConvertChannelToPrivate indicates an expected call of ConvertChannelToPrivate

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) 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) 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) 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) 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) 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) 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) 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) 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 interface{}) *gomock.Call

GetPostsForChannel indicates an expected call of GetPostsForChannel

func (*MockClientMockRecorder) GetPostsRoute

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

GetPostsRoute indicates an expected call of GetPostsRoute

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

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

MoveCommand indicates an expected call of MoveCommand

func (*MockClientMockRecorder) PatchChannel

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

PatchChannel indicates an expected call of PatchChannel

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

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

PermanentDeleteTeam indicates an expected call of PermanentDeleteTeam

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

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

RestoreChannel indicates an expected call of RestoreChannel

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() *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) UpdateTeam

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

UpdateTeam indicates an expected call of UpdateTeam

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

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

UpdateUserMfa indicates an expected call of UpdateUserMfa

func (*MockClientMockRecorder) UpdateUserRoles

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

UpdateUserRoles indicates an expected call of UpdateUserRoles

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

Jump to

Keyboard shortcuts

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