mock_app

package
v1.25.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_app is a generated GoMock package.

Package mock_app is a generated GoMock package.

Package mock_app is a generated GoMock package.

Package mock_app is a generated GoMock package.

Package mock_app is a generated GoMock package.

Package mock_app is a generated GoMock package.

Package mock_app is a generated GoMock package.

Package mock_app is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockJobOnceScheduler

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

MockJobOnceScheduler is a mock of JobOnceScheduler interface

func NewMockJobOnceScheduler

func NewMockJobOnceScheduler(ctrl *gomock.Controller) *MockJobOnceScheduler

NewMockJobOnceScheduler creates a new mock instance

func (*MockJobOnceScheduler) Cancel

func (m *MockJobOnceScheduler) Cancel(arg0 string)

Cancel mocks base method

func (*MockJobOnceScheduler) EXPECT

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

func (*MockJobOnceScheduler) ListScheduledJobs

func (m *MockJobOnceScheduler) ListScheduledJobs() ([]cluster.JobOnceMetadata, error)

ListScheduledJobs mocks base method

func (*MockJobOnceScheduler) ScheduleOnce

func (m *MockJobOnceScheduler) ScheduleOnce(arg0 string, arg1 time.Time) (*cluster.JobOnce, error)

ScheduleOnce mocks base method

func (*MockJobOnceScheduler) SetCallback

func (m *MockJobOnceScheduler) SetCallback(arg0 func(string)) error

SetCallback mocks base method

func (*MockJobOnceScheduler) Start

func (m *MockJobOnceScheduler) Start() error

Start mocks base method

type MockJobOnceSchedulerMockRecorder

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

MockJobOnceSchedulerMockRecorder is the mock recorder for MockJobOnceScheduler

func (*MockJobOnceSchedulerMockRecorder) Cancel

func (mr *MockJobOnceSchedulerMockRecorder) Cancel(arg0 interface{}) *gomock.Call

Cancel indicates an expected call of Cancel

func (*MockJobOnceSchedulerMockRecorder) ListScheduledJobs

func (mr *MockJobOnceSchedulerMockRecorder) ListScheduledJobs() *gomock.Call

ListScheduledJobs indicates an expected call of ListScheduledJobs

func (*MockJobOnceSchedulerMockRecorder) ScheduleOnce

func (mr *MockJobOnceSchedulerMockRecorder) ScheduleOnce(arg0, arg1 interface{}) *gomock.Call

ScheduleOnce indicates an expected call of ScheduleOnce

func (*MockJobOnceSchedulerMockRecorder) SetCallback

func (mr *MockJobOnceSchedulerMockRecorder) SetCallback(arg0 interface{}) *gomock.Call

SetCallback indicates an expected call of SetCallback

func (*MockJobOnceSchedulerMockRecorder) Start

Start indicates an expected call of Start

type MockKeywordsThreadIgnorer

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

MockKeywordsThreadIgnorer is a mock of KeywordsThreadIgnorer interface

func NewMockKeywordsThreadIgnorer

func NewMockKeywordsThreadIgnorer(ctrl *gomock.Controller) *MockKeywordsThreadIgnorer

NewMockKeywordsThreadIgnorer creates a new mock instance

func (*MockKeywordsThreadIgnorer) EXPECT

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

func (*MockKeywordsThreadIgnorer) Ignore

func (m *MockKeywordsThreadIgnorer) Ignore(arg0, arg1 string)

Ignore mocks base method

func (*MockKeywordsThreadIgnorer) IsIgnored

func (m *MockKeywordsThreadIgnorer) IsIgnored(arg0, arg1 string) bool

IsIgnored mocks base method

type MockKeywordsThreadIgnorerMockRecorder

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

MockKeywordsThreadIgnorerMockRecorder is the mock recorder for MockKeywordsThreadIgnorer

func (*MockKeywordsThreadIgnorerMockRecorder) Ignore

func (mr *MockKeywordsThreadIgnorerMockRecorder) Ignore(arg0, arg1 interface{}) *gomock.Call

Ignore indicates an expected call of Ignore

func (*MockKeywordsThreadIgnorerMockRecorder) IsIgnored

func (mr *MockKeywordsThreadIgnorerMockRecorder) IsIgnored(arg0, arg1 interface{}) *gomock.Call

IsIgnored indicates an expected call of IsIgnored

type MockLicenseChecker

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

MockLicenseChecker is a mock of LicenseChecker interface

func NewMockLicenseChecker

func NewMockLicenseChecker(ctrl *gomock.Controller) *MockLicenseChecker

NewMockLicenseChecker creates a new mock instance

func (*MockLicenseChecker) EXPECT

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

func (*MockLicenseChecker) PlaybookAllowed

func (m *MockLicenseChecker) PlaybookAllowed(arg0 bool) bool

PlaybookAllowed mocks base method

func (*MockLicenseChecker) RetrospectiveAllowed

func (m *MockLicenseChecker) RetrospectiveAllowed() bool

RetrospectiveAllowed mocks base method

func (*MockLicenseChecker) StatsAllowed

func (m *MockLicenseChecker) StatsAllowed() bool

StatsAllowed mocks base method

func (*MockLicenseChecker) TimelineAllowed

func (m *MockLicenseChecker) TimelineAllowed() bool

TimelineAllowed mocks base method

type MockLicenseCheckerMockRecorder

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

MockLicenseCheckerMockRecorder is the mock recorder for MockLicenseChecker

func (*MockLicenseCheckerMockRecorder) PlaybookAllowed

func (mr *MockLicenseCheckerMockRecorder) PlaybookAllowed(arg0 interface{}) *gomock.Call

PlaybookAllowed indicates an expected call of PlaybookAllowed

func (*MockLicenseCheckerMockRecorder) RetrospectiveAllowed

func (mr *MockLicenseCheckerMockRecorder) RetrospectiveAllowed() *gomock.Call

RetrospectiveAllowed indicates an expected call of RetrospectiveAllowed

func (*MockLicenseCheckerMockRecorder) StatsAllowed

func (mr *MockLicenseCheckerMockRecorder) StatsAllowed() *gomock.Call

StatsAllowed indicates an expected call of StatsAllowed

func (*MockLicenseCheckerMockRecorder) TimelineAllowed

func (mr *MockLicenseCheckerMockRecorder) TimelineAllowed() *gomock.Call

TimelineAllowed indicates an expected call of TimelineAllowed

type MockPlaybookRunService

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

MockPlaybookRunService is a mock of PlaybookRunService interface

func NewMockPlaybookRunService

func NewMockPlaybookRunService(ctrl *gomock.Controller) *MockPlaybookRunService

NewMockPlaybookRunService creates a new mock instance

func (*MockPlaybookRunService) AddChecklist

func (m *MockPlaybookRunService) AddChecklist(arg0, arg1 string, arg2 app.Checklist) error

AddChecklist mocks base method

func (*MockPlaybookRunService) AddChecklistItem

func (m *MockPlaybookRunService) AddChecklistItem(arg0, arg1 string, arg2 int, arg3 app.ChecklistItem) error

AddChecklistItem mocks base method

func (*MockPlaybookRunService) AddPostToTimeline

func (m *MockPlaybookRunService) AddPostToTimeline(arg0, arg1, arg2, arg3 string) error

AddPostToTimeline mocks base method

func (*MockPlaybookRunService) CancelRetrospective

func (m *MockPlaybookRunService) CancelRetrospective(arg0, arg1 string) error

CancelRetrospective mocks base method

func (*MockPlaybookRunService) ChangeCreationDate

func (m *MockPlaybookRunService) ChangeCreationDate(arg0 string, arg1 time.Time) error

ChangeCreationDate mocks base method

func (*MockPlaybookRunService) ChangeOwner

func (m *MockPlaybookRunService) ChangeOwner(arg0, arg1, arg2 string) error

ChangeOwner mocks base method

func (*MockPlaybookRunService) CheckAndSendMessageOnJoin

func (m *MockPlaybookRunService) CheckAndSendMessageOnJoin(arg0, arg1, arg2 string) bool

CheckAndSendMessageOnJoin mocks base method

func (*MockPlaybookRunService) CreatePlaybookRun

func (m *MockPlaybookRunService) CreatePlaybookRun(arg0 *app.PlaybookRun, arg1 *app.Playbook, arg2 string, arg3 bool) (*app.PlaybookRun, error)

CreatePlaybookRun mocks base method

func (*MockPlaybookRunService) DMTodoDigestToUser

func (m *MockPlaybookRunService) DMTodoDigestToUser(arg0 string, arg1 bool) error

DMTodoDigestToUser mocks base method

func (*MockPlaybookRunService) EXPECT

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

func (*MockPlaybookRunService) EditChecklistItem

func (m *MockPlaybookRunService) EditChecklistItem(arg0, arg1 string, arg2, arg3 int, arg4, arg5, arg6 string) error

EditChecklistItem mocks base method

func (*MockPlaybookRunService) FinishPlaybookRun

func (m *MockPlaybookRunService) FinishPlaybookRun(arg0, arg1 string) error

FinishPlaybookRun mocks base method

func (*MockPlaybookRunService) Follow

func (m *MockPlaybookRunService) Follow(arg0, arg1 string) error

Follow mocks base method

func (*MockPlaybookRunService) GetChecklistAutocomplete

func (m *MockPlaybookRunService) GetChecklistAutocomplete(arg0 string) ([]model.AutocompleteListItem, error)

GetChecklistAutocomplete mocks base method

func (*MockPlaybookRunService) GetChecklistItemAutocomplete

func (m *MockPlaybookRunService) GetChecklistItemAutocomplete(arg0 string) ([]model.AutocompleteListItem, error)

GetChecklistItemAutocomplete mocks base method

func (*MockPlaybookRunService) GetFollowers

func (m *MockPlaybookRunService) GetFollowers(arg0 string) ([]string, error)

GetFollowers mocks base method

func (*MockPlaybookRunService) GetOverdueUpdateRuns

func (m *MockPlaybookRunService) GetOverdueUpdateRuns(arg0 string) ([]app.RunLink, error)

GetOverdueUpdateRuns mocks base method

func (*MockPlaybookRunService) GetOwners

GetOwners mocks base method

func (*MockPlaybookRunService) GetParticipatingRuns

func (m *MockPlaybookRunService) GetParticipatingRuns(arg0 string) ([]app.RunLink, error)

GetParticipatingRuns mocks base method

func (*MockPlaybookRunService) GetPlaybookRun

func (m *MockPlaybookRunService) GetPlaybookRun(arg0 string) (*app.PlaybookRun, error)

GetPlaybookRun mocks base method

func (*MockPlaybookRunService) GetPlaybookRunIDForChannel

func (m *MockPlaybookRunService) GetPlaybookRunIDForChannel(arg0 string) (string, error)

GetPlaybookRunIDForChannel mocks base method

func (*MockPlaybookRunService) GetPlaybookRunMetadata

func (m *MockPlaybookRunService) GetPlaybookRunMetadata(arg0 string) (*app.Metadata, error)

GetPlaybookRunMetadata mocks base method

func (*MockPlaybookRunService) GetPlaybookRuns

GetPlaybookRuns mocks base method

func (*MockPlaybookRunService) GetRunsWithAssignedTasks

func (m *MockPlaybookRunService) GetRunsWithAssignedTasks(arg0 string) ([]app.AssignedRun, error)

GetRunsWithAssignedTasks mocks base method

func (*MockPlaybookRunService) HandleReminder

func (m *MockPlaybookRunService) HandleReminder(arg0 string)

HandleReminder mocks base method

func (*MockPlaybookRunService) IsOwner

func (m *MockPlaybookRunService) IsOwner(arg0, arg1 string) bool

IsOwner mocks base method

func (*MockPlaybookRunService) ModifyCheckedState

func (m *MockPlaybookRunService) ModifyCheckedState(arg0, arg1, arg2 string, arg3, arg4 int) error

ModifyCheckedState mocks base method

func (*MockPlaybookRunService) MoveChecklist

func (m *MockPlaybookRunService) MoveChecklist(arg0, arg1 string, arg2, arg3 int) error

MoveChecklist mocks base method

func (*MockPlaybookRunService) MoveChecklistItem

func (m *MockPlaybookRunService) MoveChecklistItem(arg0, arg1 string, arg2, arg3, arg4, arg5 int) error

MoveChecklistItem mocks base method

func (*MockPlaybookRunService) NukeDB

func (m *MockPlaybookRunService) NukeDB() error

NukeDB mocks base method

func (*MockPlaybookRunService) OpenAddChecklistItemDialog

func (m *MockPlaybookRunService) OpenAddChecklistItemDialog(arg0, arg1 string, arg2 int) error

OpenAddChecklistItemDialog mocks base method

func (*MockPlaybookRunService) OpenAddToTimelineDialog

func (m *MockPlaybookRunService) OpenAddToTimelineDialog(arg0 app.RequesterInfo, arg1, arg2, arg3 string) error

OpenAddToTimelineDialog mocks base method

func (*MockPlaybookRunService) OpenCreatePlaybookRunDialog

func (m *MockPlaybookRunService) OpenCreatePlaybookRunDialog(arg0, arg1, arg2, arg3, arg4 string, arg5 []app.Playbook, arg6 bool) error

OpenCreatePlaybookRunDialog mocks base method

func (*MockPlaybookRunService) OpenFinishPlaybookRunDialog

func (m *MockPlaybookRunService) OpenFinishPlaybookRunDialog(arg0, arg1 string) error

OpenFinishPlaybookRunDialog mocks base method

func (*MockPlaybookRunService) OpenUpdateStatusDialog

func (m *MockPlaybookRunService) OpenUpdateStatusDialog(arg0, arg1 string) error

OpenUpdateStatusDialog mocks base method

func (*MockPlaybookRunService) PublishRetrospective

func (m *MockPlaybookRunService) PublishRetrospective(arg0, arg1 string, arg2 app.RetrospectiveUpdate) error

PublishRetrospective mocks base method

func (*MockPlaybookRunService) RemoveChecklist

func (m *MockPlaybookRunService) RemoveChecklist(arg0, arg1 string, arg2 int) error

RemoveChecklist mocks base method

func (*MockPlaybookRunService) RemoveChecklistItem

func (m *MockPlaybookRunService) RemoveChecklistItem(arg0, arg1 string, arg2, arg3 int) error

RemoveChecklistItem mocks base method

func (*MockPlaybookRunService) RemoveReminder

func (m *MockPlaybookRunService) RemoveReminder(arg0 string)

RemoveReminder mocks base method

func (*MockPlaybookRunService) RemoveTimelineEvent

func (m *MockPlaybookRunService) RemoveTimelineEvent(arg0, arg1, arg2 string) error

RemoveTimelineEvent mocks base method

func (*MockPlaybookRunService) RenameChecklist

func (m *MockPlaybookRunService) RenameChecklist(arg0, arg1 string, arg2 int, arg3 string) error

RenameChecklist mocks base method

func (*MockPlaybookRunService) RestoreChecklistItem

func (m *MockPlaybookRunService) RestoreChecklistItem(arg0, arg1 string, arg2, arg3 int) error

RestoreChecklistItem mocks base method

func (*MockPlaybookRunService) RestorePlaybookRun

func (m *MockPlaybookRunService) RestorePlaybookRun(arg0, arg1 string) error

RestorePlaybookRun mocks base method

func (*MockPlaybookRunService) RunChecklistItemSlashCommand

func (m *MockPlaybookRunService) RunChecklistItemSlashCommand(arg0, arg1 string, arg2, arg3 int) (string, error)

RunChecklistItemSlashCommand mocks base method

func (*MockPlaybookRunService) SetAssignee

func (m *MockPlaybookRunService) SetAssignee(arg0, arg1, arg2 string, arg3, arg4 int) error

SetAssignee mocks base method

func (*MockPlaybookRunService) SetNewReminder

func (m *MockPlaybookRunService) SetNewReminder(arg0 string, arg1 time.Duration) error

SetNewReminder mocks base method

func (*MockPlaybookRunService) SetReminder

func (m *MockPlaybookRunService) SetReminder(arg0 string, arg1 time.Duration) error

SetReminder mocks base method

func (*MockPlaybookRunService) SkipChecklistItem

func (m *MockPlaybookRunService) SkipChecklistItem(arg0, arg1 string, arg2, arg3 int) error

SkipChecklistItem mocks base method

func (*MockPlaybookRunService) ToggleCheckedState

func (m *MockPlaybookRunService) ToggleCheckedState(arg0, arg1 string, arg2, arg3 int) error

ToggleCheckedState mocks base method

func (*MockPlaybookRunService) Unfollow

func (m *MockPlaybookRunService) Unfollow(arg0, arg1 string) error

Unfollow mocks base method

func (*MockPlaybookRunService) UpdateDescription

func (m *MockPlaybookRunService) UpdateDescription(arg0, arg1 string) error

UpdateDescription mocks base method

func (*MockPlaybookRunService) UpdateRetrospective

func (m *MockPlaybookRunService) UpdateRetrospective(arg0, arg1 string, arg2 app.RetrospectiveUpdate) error

UpdateRetrospective mocks base method

func (*MockPlaybookRunService) UpdateStatus

func (m *MockPlaybookRunService) UpdateStatus(arg0, arg1 string, arg2 app.StatusUpdateOptions) error

UpdateStatus mocks base method

func (*MockPlaybookRunService) UserHasJoinedChannel

func (m *MockPlaybookRunService) UserHasJoinedChannel(arg0, arg1, arg2 string)

UserHasJoinedChannel mocks base method

func (*MockPlaybookRunService) UserHasLeftChannel

func (m *MockPlaybookRunService) UserHasLeftChannel(arg0, arg1, arg2 string)

UserHasLeftChannel mocks base method

type MockPlaybookRunServiceMockRecorder

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

MockPlaybookRunServiceMockRecorder is the mock recorder for MockPlaybookRunService

func (*MockPlaybookRunServiceMockRecorder) AddChecklist

func (mr *MockPlaybookRunServiceMockRecorder) AddChecklist(arg0, arg1, arg2 interface{}) *gomock.Call

AddChecklist indicates an expected call of AddChecklist

func (*MockPlaybookRunServiceMockRecorder) AddChecklistItem

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

AddChecklistItem indicates an expected call of AddChecklistItem

func (*MockPlaybookRunServiceMockRecorder) AddPostToTimeline

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

AddPostToTimeline indicates an expected call of AddPostToTimeline

func (*MockPlaybookRunServiceMockRecorder) CancelRetrospective

func (mr *MockPlaybookRunServiceMockRecorder) CancelRetrospective(arg0, arg1 interface{}) *gomock.Call

CancelRetrospective indicates an expected call of CancelRetrospective

func (*MockPlaybookRunServiceMockRecorder) ChangeCreationDate

func (mr *MockPlaybookRunServiceMockRecorder) ChangeCreationDate(arg0, arg1 interface{}) *gomock.Call

ChangeCreationDate indicates an expected call of ChangeCreationDate

func (*MockPlaybookRunServiceMockRecorder) ChangeOwner

func (mr *MockPlaybookRunServiceMockRecorder) ChangeOwner(arg0, arg1, arg2 interface{}) *gomock.Call

ChangeOwner indicates an expected call of ChangeOwner

func (*MockPlaybookRunServiceMockRecorder) CheckAndSendMessageOnJoin

func (mr *MockPlaybookRunServiceMockRecorder) CheckAndSendMessageOnJoin(arg0, arg1, arg2 interface{}) *gomock.Call

CheckAndSendMessageOnJoin indicates an expected call of CheckAndSendMessageOnJoin

func (*MockPlaybookRunServiceMockRecorder) CreatePlaybookRun

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

CreatePlaybookRun indicates an expected call of CreatePlaybookRun

func (*MockPlaybookRunServiceMockRecorder) DMTodoDigestToUser

func (mr *MockPlaybookRunServiceMockRecorder) DMTodoDigestToUser(arg0, arg1 interface{}) *gomock.Call

DMTodoDigestToUser indicates an expected call of DMTodoDigestToUser

func (*MockPlaybookRunServiceMockRecorder) EditChecklistItem

func (mr *MockPlaybookRunServiceMockRecorder) EditChecklistItem(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

EditChecklistItem indicates an expected call of EditChecklistItem

func (*MockPlaybookRunServiceMockRecorder) FinishPlaybookRun

func (mr *MockPlaybookRunServiceMockRecorder) FinishPlaybookRun(arg0, arg1 interface{}) *gomock.Call

FinishPlaybookRun indicates an expected call of FinishPlaybookRun

func (*MockPlaybookRunServiceMockRecorder) Follow

func (mr *MockPlaybookRunServiceMockRecorder) Follow(arg0, arg1 interface{}) *gomock.Call

Follow indicates an expected call of Follow

func (*MockPlaybookRunServiceMockRecorder) GetChecklistAutocomplete

func (mr *MockPlaybookRunServiceMockRecorder) GetChecklistAutocomplete(arg0 interface{}) *gomock.Call

GetChecklistAutocomplete indicates an expected call of GetChecklistAutocomplete

func (*MockPlaybookRunServiceMockRecorder) GetChecklistItemAutocomplete

func (mr *MockPlaybookRunServiceMockRecorder) GetChecklistItemAutocomplete(arg0 interface{}) *gomock.Call

GetChecklistItemAutocomplete indicates an expected call of GetChecklistItemAutocomplete

func (*MockPlaybookRunServiceMockRecorder) GetFollowers

func (mr *MockPlaybookRunServiceMockRecorder) GetFollowers(arg0 interface{}) *gomock.Call

GetFollowers indicates an expected call of GetFollowers

func (*MockPlaybookRunServiceMockRecorder) GetOverdueUpdateRuns

func (mr *MockPlaybookRunServiceMockRecorder) GetOverdueUpdateRuns(arg0 interface{}) *gomock.Call

GetOverdueUpdateRuns indicates an expected call of GetOverdueUpdateRuns

func (*MockPlaybookRunServiceMockRecorder) GetOwners

func (mr *MockPlaybookRunServiceMockRecorder) GetOwners(arg0, arg1 interface{}) *gomock.Call

GetOwners indicates an expected call of GetOwners

func (*MockPlaybookRunServiceMockRecorder) GetParticipatingRuns

func (mr *MockPlaybookRunServiceMockRecorder) GetParticipatingRuns(arg0 interface{}) *gomock.Call

GetParticipatingRuns indicates an expected call of GetParticipatingRuns

func (*MockPlaybookRunServiceMockRecorder) GetPlaybookRun

func (mr *MockPlaybookRunServiceMockRecorder) GetPlaybookRun(arg0 interface{}) *gomock.Call

GetPlaybookRun indicates an expected call of GetPlaybookRun

func (*MockPlaybookRunServiceMockRecorder) GetPlaybookRunIDForChannel

func (mr *MockPlaybookRunServiceMockRecorder) GetPlaybookRunIDForChannel(arg0 interface{}) *gomock.Call

GetPlaybookRunIDForChannel indicates an expected call of GetPlaybookRunIDForChannel

func (*MockPlaybookRunServiceMockRecorder) GetPlaybookRunMetadata

func (mr *MockPlaybookRunServiceMockRecorder) GetPlaybookRunMetadata(arg0 interface{}) *gomock.Call

GetPlaybookRunMetadata indicates an expected call of GetPlaybookRunMetadata

func (*MockPlaybookRunServiceMockRecorder) GetPlaybookRuns

func (mr *MockPlaybookRunServiceMockRecorder) GetPlaybookRuns(arg0, arg1 interface{}) *gomock.Call

GetPlaybookRuns indicates an expected call of GetPlaybookRuns

func (*MockPlaybookRunServiceMockRecorder) GetRunsWithAssignedTasks

func (mr *MockPlaybookRunServiceMockRecorder) GetRunsWithAssignedTasks(arg0 interface{}) *gomock.Call

GetRunsWithAssignedTasks indicates an expected call of GetRunsWithAssignedTasks

func (*MockPlaybookRunServiceMockRecorder) HandleReminder

func (mr *MockPlaybookRunServiceMockRecorder) HandleReminder(arg0 interface{}) *gomock.Call

HandleReminder indicates an expected call of HandleReminder

func (*MockPlaybookRunServiceMockRecorder) IsOwner

func (mr *MockPlaybookRunServiceMockRecorder) IsOwner(arg0, arg1 interface{}) *gomock.Call

IsOwner indicates an expected call of IsOwner

func (*MockPlaybookRunServiceMockRecorder) ModifyCheckedState

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

ModifyCheckedState indicates an expected call of ModifyCheckedState

func (*MockPlaybookRunServiceMockRecorder) MoveChecklist

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

MoveChecklist indicates an expected call of MoveChecklist

func (*MockPlaybookRunServiceMockRecorder) MoveChecklistItem

func (mr *MockPlaybookRunServiceMockRecorder) MoveChecklistItem(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

MoveChecklistItem indicates an expected call of MoveChecklistItem

func (*MockPlaybookRunServiceMockRecorder) NukeDB

NukeDB indicates an expected call of NukeDB

func (*MockPlaybookRunServiceMockRecorder) OpenAddChecklistItemDialog

func (mr *MockPlaybookRunServiceMockRecorder) OpenAddChecklistItemDialog(arg0, arg1, arg2 interface{}) *gomock.Call

OpenAddChecklistItemDialog indicates an expected call of OpenAddChecklistItemDialog

func (*MockPlaybookRunServiceMockRecorder) OpenAddToTimelineDialog

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

OpenAddToTimelineDialog indicates an expected call of OpenAddToTimelineDialog

func (*MockPlaybookRunServiceMockRecorder) OpenCreatePlaybookRunDialog

func (mr *MockPlaybookRunServiceMockRecorder) OpenCreatePlaybookRunDialog(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call

OpenCreatePlaybookRunDialog indicates an expected call of OpenCreatePlaybookRunDialog

func (*MockPlaybookRunServiceMockRecorder) OpenFinishPlaybookRunDialog

func (mr *MockPlaybookRunServiceMockRecorder) OpenFinishPlaybookRunDialog(arg0, arg1 interface{}) *gomock.Call

OpenFinishPlaybookRunDialog indicates an expected call of OpenFinishPlaybookRunDialog

func (*MockPlaybookRunServiceMockRecorder) OpenUpdateStatusDialog

func (mr *MockPlaybookRunServiceMockRecorder) OpenUpdateStatusDialog(arg0, arg1 interface{}) *gomock.Call

OpenUpdateStatusDialog indicates an expected call of OpenUpdateStatusDialog

func (*MockPlaybookRunServiceMockRecorder) PublishRetrospective

func (mr *MockPlaybookRunServiceMockRecorder) PublishRetrospective(arg0, arg1, arg2 interface{}) *gomock.Call

PublishRetrospective indicates an expected call of PublishRetrospective

func (*MockPlaybookRunServiceMockRecorder) RemoveChecklist

func (mr *MockPlaybookRunServiceMockRecorder) RemoveChecklist(arg0, arg1, arg2 interface{}) *gomock.Call

RemoveChecklist indicates an expected call of RemoveChecklist

func (*MockPlaybookRunServiceMockRecorder) RemoveChecklistItem

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

RemoveChecklistItem indicates an expected call of RemoveChecklistItem

func (*MockPlaybookRunServiceMockRecorder) RemoveReminder

func (mr *MockPlaybookRunServiceMockRecorder) RemoveReminder(arg0 interface{}) *gomock.Call

RemoveReminder indicates an expected call of RemoveReminder

func (*MockPlaybookRunServiceMockRecorder) RemoveTimelineEvent

func (mr *MockPlaybookRunServiceMockRecorder) RemoveTimelineEvent(arg0, arg1, arg2 interface{}) *gomock.Call

RemoveTimelineEvent indicates an expected call of RemoveTimelineEvent

func (*MockPlaybookRunServiceMockRecorder) RenameChecklist

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

RenameChecklist indicates an expected call of RenameChecklist

func (*MockPlaybookRunServiceMockRecorder) RestoreChecklistItem

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

RestoreChecklistItem indicates an expected call of RestoreChecklistItem

func (*MockPlaybookRunServiceMockRecorder) RestorePlaybookRun

func (mr *MockPlaybookRunServiceMockRecorder) RestorePlaybookRun(arg0, arg1 interface{}) *gomock.Call

RestorePlaybookRun indicates an expected call of RestorePlaybookRun

func (*MockPlaybookRunServiceMockRecorder) RunChecklistItemSlashCommand

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

RunChecklistItemSlashCommand indicates an expected call of RunChecklistItemSlashCommand

func (*MockPlaybookRunServiceMockRecorder) SetAssignee

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

SetAssignee indicates an expected call of SetAssignee

func (*MockPlaybookRunServiceMockRecorder) SetNewReminder

func (mr *MockPlaybookRunServiceMockRecorder) SetNewReminder(arg0, arg1 interface{}) *gomock.Call

SetNewReminder indicates an expected call of SetNewReminder

func (*MockPlaybookRunServiceMockRecorder) SetReminder

func (mr *MockPlaybookRunServiceMockRecorder) SetReminder(arg0, arg1 interface{}) *gomock.Call

SetReminder indicates an expected call of SetReminder

func (*MockPlaybookRunServiceMockRecorder) SkipChecklistItem

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

SkipChecklistItem indicates an expected call of SkipChecklistItem

func (*MockPlaybookRunServiceMockRecorder) ToggleCheckedState

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

ToggleCheckedState indicates an expected call of ToggleCheckedState

func (*MockPlaybookRunServiceMockRecorder) Unfollow

func (mr *MockPlaybookRunServiceMockRecorder) Unfollow(arg0, arg1 interface{}) *gomock.Call

Unfollow indicates an expected call of Unfollow

func (*MockPlaybookRunServiceMockRecorder) UpdateDescription

func (mr *MockPlaybookRunServiceMockRecorder) UpdateDescription(arg0, arg1 interface{}) *gomock.Call

UpdateDescription indicates an expected call of UpdateDescription

func (*MockPlaybookRunServiceMockRecorder) UpdateRetrospective

func (mr *MockPlaybookRunServiceMockRecorder) UpdateRetrospective(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateRetrospective indicates an expected call of UpdateRetrospective

func (*MockPlaybookRunServiceMockRecorder) UpdateStatus

func (mr *MockPlaybookRunServiceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus

func (*MockPlaybookRunServiceMockRecorder) UserHasJoinedChannel

func (mr *MockPlaybookRunServiceMockRecorder) UserHasJoinedChannel(arg0, arg1, arg2 interface{}) *gomock.Call

UserHasJoinedChannel indicates an expected call of UserHasJoinedChannel

func (*MockPlaybookRunServiceMockRecorder) UserHasLeftChannel

func (mr *MockPlaybookRunServiceMockRecorder) UserHasLeftChannel(arg0, arg1, arg2 interface{}) *gomock.Call

UserHasLeftChannel indicates an expected call of UserHasLeftChannel

type MockPlaybookRunStore

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

MockPlaybookRunStore is a mock of PlaybookRunStore interface

func NewMockPlaybookRunStore

func NewMockPlaybookRunStore(ctrl *gomock.Controller) *MockPlaybookRunStore

NewMockPlaybookRunStore creates a new mock instance

func (*MockPlaybookRunStore) ChangeCreationDate

func (m *MockPlaybookRunStore) ChangeCreationDate(arg0 string, arg1 time.Time) error

ChangeCreationDate mocks base method

func (*MockPlaybookRunStore) CreatePlaybookRun

func (m *MockPlaybookRunStore) CreatePlaybookRun(arg0 *app.PlaybookRun) (*app.PlaybookRun, error)

CreatePlaybookRun mocks base method

func (*MockPlaybookRunStore) CreateTimelineEvent

func (m *MockPlaybookRunStore) CreateTimelineEvent(arg0 *app.TimelineEvent) (*app.TimelineEvent, error)

CreateTimelineEvent mocks base method

func (*MockPlaybookRunStore) EXPECT

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

func (*MockPlaybookRunStore) FinishPlaybookRun

func (m *MockPlaybookRunStore) FinishPlaybookRun(arg0 string, arg1 int64) error

FinishPlaybookRun mocks base method

func (*MockPlaybookRunStore) Follow

func (m *MockPlaybookRunStore) Follow(arg0, arg1 string) error

Follow mocks base method

func (*MockPlaybookRunStore) GetBroadcastChannelIDsToRootIDs

func (m *MockPlaybookRunStore) GetBroadcastChannelIDsToRootIDs(arg0 string) (map[string]string, error)

GetBroadcastChannelIDsToRootIDs mocks base method

func (*MockPlaybookRunStore) GetFollowers

func (m *MockPlaybookRunStore) GetFollowers(arg0 string) ([]string, error)

GetFollowers mocks base method

func (*MockPlaybookRunStore) GetHistoricalPlaybookRunParticipantsCount

func (m *MockPlaybookRunStore) GetHistoricalPlaybookRunParticipantsCount(arg0 string) (int64, error)

GetHistoricalPlaybookRunParticipantsCount mocks base method

func (*MockPlaybookRunStore) GetOverdueUpdateRuns

func (m *MockPlaybookRunStore) GetOverdueUpdateRuns(arg0 string) ([]app.RunLink, error)

GetOverdueUpdateRuns mocks base method

func (*MockPlaybookRunStore) GetOwners

GetOwners mocks base method

func (*MockPlaybookRunStore) GetParticipatingRuns

func (m *MockPlaybookRunStore) GetParticipatingRuns(arg0 string) ([]app.RunLink, error)

GetParticipatingRuns mocks base method

func (*MockPlaybookRunStore) GetPlaybookRun

func (m *MockPlaybookRunStore) GetPlaybookRun(arg0 string) (*app.PlaybookRun, error)

GetPlaybookRun mocks base method

func (*MockPlaybookRunStore) GetPlaybookRunIDForChannel

func (m *MockPlaybookRunStore) GetPlaybookRunIDForChannel(arg0 string) (string, error)

GetPlaybookRunIDForChannel mocks base method

func (*MockPlaybookRunStore) GetPlaybookRuns

GetPlaybookRuns mocks base method

func (*MockPlaybookRunStore) GetRunsWithAssignedTasks

func (m *MockPlaybookRunStore) GetRunsWithAssignedTasks(arg0 string) ([]app.AssignedRun, error)

GetRunsWithAssignedTasks mocks base method

func (*MockPlaybookRunStore) GetTimelineEvent

func (m *MockPlaybookRunStore) GetTimelineEvent(arg0, arg1 string) (*app.TimelineEvent, error)

GetTimelineEvent mocks base method

func (*MockPlaybookRunStore) HasViewedChannel

func (m *MockPlaybookRunStore) HasViewedChannel(arg0, arg1 string) bool

HasViewedChannel mocks base method

func (*MockPlaybookRunStore) NukeDB

func (m *MockPlaybookRunStore) NukeDB() error

NukeDB mocks base method

func (*MockPlaybookRunStore) RestorePlaybookRun

func (m *MockPlaybookRunStore) RestorePlaybookRun(arg0 string, arg1 int64) error

RestorePlaybookRun mocks base method

func (*MockPlaybookRunStore) SetBroadcastChannelIDsToRootID

func (m *MockPlaybookRunStore) SetBroadcastChannelIDsToRootID(arg0 string, arg1 map[string]string) error

SetBroadcastChannelIDsToRootID mocks base method

func (*MockPlaybookRunStore) SetViewedChannel

func (m *MockPlaybookRunStore) SetViewedChannel(arg0, arg1 string) error

SetViewedChannel mocks base method

func (*MockPlaybookRunStore) Unfollow

func (m *MockPlaybookRunStore) Unfollow(arg0, arg1 string) error

Unfollow mocks base method

func (*MockPlaybookRunStore) UpdatePlaybookRun

func (m *MockPlaybookRunStore) UpdatePlaybookRun(arg0 *app.PlaybookRun) error

UpdatePlaybookRun mocks base method

func (*MockPlaybookRunStore) UpdateStatus

func (m *MockPlaybookRunStore) UpdateStatus(arg0 *app.SQLStatusPost) error

UpdateStatus mocks base method

func (*MockPlaybookRunStore) UpdateTimelineEvent

func (m *MockPlaybookRunStore) UpdateTimelineEvent(arg0 *app.TimelineEvent) error

UpdateTimelineEvent mocks base method

type MockPlaybookRunStoreMockRecorder

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

MockPlaybookRunStoreMockRecorder is the mock recorder for MockPlaybookRunStore

func (*MockPlaybookRunStoreMockRecorder) ChangeCreationDate

func (mr *MockPlaybookRunStoreMockRecorder) ChangeCreationDate(arg0, arg1 interface{}) *gomock.Call

ChangeCreationDate indicates an expected call of ChangeCreationDate

func (*MockPlaybookRunStoreMockRecorder) CreatePlaybookRun

func (mr *MockPlaybookRunStoreMockRecorder) CreatePlaybookRun(arg0 interface{}) *gomock.Call

CreatePlaybookRun indicates an expected call of CreatePlaybookRun

func (*MockPlaybookRunStoreMockRecorder) CreateTimelineEvent

func (mr *MockPlaybookRunStoreMockRecorder) CreateTimelineEvent(arg0 interface{}) *gomock.Call

CreateTimelineEvent indicates an expected call of CreateTimelineEvent

func (*MockPlaybookRunStoreMockRecorder) FinishPlaybookRun

func (mr *MockPlaybookRunStoreMockRecorder) FinishPlaybookRun(arg0, arg1 interface{}) *gomock.Call

FinishPlaybookRun indicates an expected call of FinishPlaybookRun

func (*MockPlaybookRunStoreMockRecorder) Follow

func (mr *MockPlaybookRunStoreMockRecorder) Follow(arg0, arg1 interface{}) *gomock.Call

Follow indicates an expected call of Follow

func (*MockPlaybookRunStoreMockRecorder) GetBroadcastChannelIDsToRootIDs

func (mr *MockPlaybookRunStoreMockRecorder) GetBroadcastChannelIDsToRootIDs(arg0 interface{}) *gomock.Call

GetBroadcastChannelIDsToRootIDs indicates an expected call of GetBroadcastChannelIDsToRootIDs

func (*MockPlaybookRunStoreMockRecorder) GetFollowers

func (mr *MockPlaybookRunStoreMockRecorder) GetFollowers(arg0 interface{}) *gomock.Call

GetFollowers indicates an expected call of GetFollowers

func (*MockPlaybookRunStoreMockRecorder) GetHistoricalPlaybookRunParticipantsCount

func (mr *MockPlaybookRunStoreMockRecorder) GetHistoricalPlaybookRunParticipantsCount(arg0 interface{}) *gomock.Call

GetHistoricalPlaybookRunParticipantsCount indicates an expected call of GetHistoricalPlaybookRunParticipantsCount

func (*MockPlaybookRunStoreMockRecorder) GetOverdueUpdateRuns

func (mr *MockPlaybookRunStoreMockRecorder) GetOverdueUpdateRuns(arg0 interface{}) *gomock.Call

GetOverdueUpdateRuns indicates an expected call of GetOverdueUpdateRuns

func (*MockPlaybookRunStoreMockRecorder) GetOwners

func (mr *MockPlaybookRunStoreMockRecorder) GetOwners(arg0, arg1 interface{}) *gomock.Call

GetOwners indicates an expected call of GetOwners

func (*MockPlaybookRunStoreMockRecorder) GetParticipatingRuns

func (mr *MockPlaybookRunStoreMockRecorder) GetParticipatingRuns(arg0 interface{}) *gomock.Call

GetParticipatingRuns indicates an expected call of GetParticipatingRuns

func (*MockPlaybookRunStoreMockRecorder) GetPlaybookRun

func (mr *MockPlaybookRunStoreMockRecorder) GetPlaybookRun(arg0 interface{}) *gomock.Call

GetPlaybookRun indicates an expected call of GetPlaybookRun

func (*MockPlaybookRunStoreMockRecorder) GetPlaybookRunIDForChannel

func (mr *MockPlaybookRunStoreMockRecorder) GetPlaybookRunIDForChannel(arg0 interface{}) *gomock.Call

GetPlaybookRunIDForChannel indicates an expected call of GetPlaybookRunIDForChannel

func (*MockPlaybookRunStoreMockRecorder) GetPlaybookRuns

func (mr *MockPlaybookRunStoreMockRecorder) GetPlaybookRuns(arg0, arg1 interface{}) *gomock.Call

GetPlaybookRuns indicates an expected call of GetPlaybookRuns

func (*MockPlaybookRunStoreMockRecorder) GetRunsWithAssignedTasks

func (mr *MockPlaybookRunStoreMockRecorder) GetRunsWithAssignedTasks(arg0 interface{}) *gomock.Call

GetRunsWithAssignedTasks indicates an expected call of GetRunsWithAssignedTasks

func (*MockPlaybookRunStoreMockRecorder) GetTimelineEvent

func (mr *MockPlaybookRunStoreMockRecorder) GetTimelineEvent(arg0, arg1 interface{}) *gomock.Call

GetTimelineEvent indicates an expected call of GetTimelineEvent

func (*MockPlaybookRunStoreMockRecorder) HasViewedChannel

func (mr *MockPlaybookRunStoreMockRecorder) HasViewedChannel(arg0, arg1 interface{}) *gomock.Call

HasViewedChannel indicates an expected call of HasViewedChannel

func (*MockPlaybookRunStoreMockRecorder) NukeDB

NukeDB indicates an expected call of NukeDB

func (*MockPlaybookRunStoreMockRecorder) RestorePlaybookRun

func (mr *MockPlaybookRunStoreMockRecorder) RestorePlaybookRun(arg0, arg1 interface{}) *gomock.Call

RestorePlaybookRun indicates an expected call of RestorePlaybookRun

func (*MockPlaybookRunStoreMockRecorder) SetBroadcastChannelIDsToRootID

func (mr *MockPlaybookRunStoreMockRecorder) SetBroadcastChannelIDsToRootID(arg0, arg1 interface{}) *gomock.Call

SetBroadcastChannelIDsToRootID indicates an expected call of SetBroadcastChannelIDsToRootID

func (*MockPlaybookRunStoreMockRecorder) SetViewedChannel

func (mr *MockPlaybookRunStoreMockRecorder) SetViewedChannel(arg0, arg1 interface{}) *gomock.Call

SetViewedChannel indicates an expected call of SetViewedChannel

func (*MockPlaybookRunStoreMockRecorder) Unfollow

func (mr *MockPlaybookRunStoreMockRecorder) Unfollow(arg0, arg1 interface{}) *gomock.Call

Unfollow indicates an expected call of Unfollow

func (*MockPlaybookRunStoreMockRecorder) UpdatePlaybookRun

func (mr *MockPlaybookRunStoreMockRecorder) UpdatePlaybookRun(arg0 interface{}) *gomock.Call

UpdatePlaybookRun indicates an expected call of UpdatePlaybookRun

func (*MockPlaybookRunStoreMockRecorder) UpdateStatus

func (mr *MockPlaybookRunStoreMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus

func (*MockPlaybookRunStoreMockRecorder) UpdateTimelineEvent

func (mr *MockPlaybookRunStoreMockRecorder) UpdateTimelineEvent(arg0 interface{}) *gomock.Call

UpdateTimelineEvent indicates an expected call of UpdateTimelineEvent

type MockPlaybookService

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

MockPlaybookService is a mock of PlaybookService interface

func NewMockPlaybookService

func NewMockPlaybookService(ctrl *gomock.Controller) *MockPlaybookService

NewMockPlaybookService creates a new mock instance

func (*MockPlaybookService) Archive

func (m *MockPlaybookService) Archive(arg0 app.Playbook, arg1 string) error

Archive mocks base method

func (*MockPlaybookService) AutoFollow

func (m *MockPlaybookService) AutoFollow(arg0, arg1 string) error

AutoFollow mocks base method

func (*MockPlaybookService) AutoUnfollow

func (m *MockPlaybookService) AutoUnfollow(arg0, arg1 string) error

AutoUnfollow mocks base method

func (*MockPlaybookService) Create

func (m *MockPlaybookService) Create(arg0 app.Playbook, arg1 string) (string, error)

Create mocks base method

func (*MockPlaybookService) Duplicate

func (m *MockPlaybookService) Duplicate(arg0 app.Playbook, arg1 string) (string, error)

Duplicate mocks base method

func (*MockPlaybookService) EXPECT

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

func (*MockPlaybookService) Get

func (m *MockPlaybookService) Get(arg0 string) (app.Playbook, error)

Get mocks base method

func (*MockPlaybookService) GetAutoFollows

func (m *MockPlaybookService) GetAutoFollows(arg0 string) ([]string, error)

GetAutoFollows mocks base method

func (*MockPlaybookService) GetPlaybooks

func (m *MockPlaybookService) GetPlaybooks() ([]app.Playbook, error)

GetPlaybooks mocks base method

func (*MockPlaybookService) GetPlaybooksForTeam

GetPlaybooksForTeam mocks base method

func (*MockPlaybookService) GetSuggestedPlaybooks

func (m *MockPlaybookService) GetSuggestedPlaybooks(arg0, arg1, arg2 string) ([]*app.CachedPlaybook, []string)

GetSuggestedPlaybooks mocks base method

func (*MockPlaybookService) IsAutoFollowing

func (m *MockPlaybookService) IsAutoFollowing(arg0, arg1 string) (bool, error)

IsAutoFollowing mocks base method

func (*MockPlaybookService) MessageHasBeenPosted

func (m *MockPlaybookService) MessageHasBeenPosted(arg0 string, arg1 *model.Post)

MessageHasBeenPosted mocks base method

func (*MockPlaybookService) Restore

func (m *MockPlaybookService) Restore(arg0 app.Playbook, arg1 string) error

Restore mocks base method

func (*MockPlaybookService) Update

func (m *MockPlaybookService) Update(arg0 app.Playbook, arg1 string) error

Update mocks base method

type MockPlaybookServiceMockRecorder

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

MockPlaybookServiceMockRecorder is the mock recorder for MockPlaybookService

func (*MockPlaybookServiceMockRecorder) Archive

func (mr *MockPlaybookServiceMockRecorder) Archive(arg0, arg1 interface{}) *gomock.Call

Archive indicates an expected call of Archive

func (*MockPlaybookServiceMockRecorder) AutoFollow

func (mr *MockPlaybookServiceMockRecorder) AutoFollow(arg0, arg1 interface{}) *gomock.Call

AutoFollow indicates an expected call of AutoFollow

func (*MockPlaybookServiceMockRecorder) AutoUnfollow

func (mr *MockPlaybookServiceMockRecorder) AutoUnfollow(arg0, arg1 interface{}) *gomock.Call

AutoUnfollow indicates an expected call of AutoUnfollow

func (*MockPlaybookServiceMockRecorder) Create

func (mr *MockPlaybookServiceMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockPlaybookServiceMockRecorder) Duplicate

func (mr *MockPlaybookServiceMockRecorder) Duplicate(arg0, arg1 interface{}) *gomock.Call

Duplicate indicates an expected call of Duplicate

func (*MockPlaybookServiceMockRecorder) Get

func (mr *MockPlaybookServiceMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockPlaybookServiceMockRecorder) GetAutoFollows

func (mr *MockPlaybookServiceMockRecorder) GetAutoFollows(arg0 interface{}) *gomock.Call

GetAutoFollows indicates an expected call of GetAutoFollows

func (*MockPlaybookServiceMockRecorder) GetPlaybooks

func (mr *MockPlaybookServiceMockRecorder) GetPlaybooks() *gomock.Call

GetPlaybooks indicates an expected call of GetPlaybooks

func (*MockPlaybookServiceMockRecorder) GetPlaybooksForTeam

func (mr *MockPlaybookServiceMockRecorder) GetPlaybooksForTeam(arg0, arg1, arg2 interface{}) *gomock.Call

GetPlaybooksForTeam indicates an expected call of GetPlaybooksForTeam

func (*MockPlaybookServiceMockRecorder) GetSuggestedPlaybooks

func (mr *MockPlaybookServiceMockRecorder) GetSuggestedPlaybooks(arg0, arg1, arg2 interface{}) *gomock.Call

GetSuggestedPlaybooks indicates an expected call of GetSuggestedPlaybooks

func (*MockPlaybookServiceMockRecorder) IsAutoFollowing

func (mr *MockPlaybookServiceMockRecorder) IsAutoFollowing(arg0, arg1 interface{}) *gomock.Call

IsAutoFollowing indicates an expected call of IsAutoFollowing

func (*MockPlaybookServiceMockRecorder) MessageHasBeenPosted

func (mr *MockPlaybookServiceMockRecorder) MessageHasBeenPosted(arg0, arg1 interface{}) *gomock.Call

MessageHasBeenPosted indicates an expected call of MessageHasBeenPosted

func (*MockPlaybookServiceMockRecorder) Restore

func (mr *MockPlaybookServiceMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call

Restore indicates an expected call of Restore

func (*MockPlaybookServiceMockRecorder) Update

func (mr *MockPlaybookServiceMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call

Update indicates an expected call of Update

type MockPlaybookStore

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

MockPlaybookStore is a mock of PlaybookStore interface

func NewMockPlaybookStore

func NewMockPlaybookStore(ctrl *gomock.Controller) *MockPlaybookStore

NewMockPlaybookStore creates a new mock instance

func (*MockPlaybookStore) Archive

func (m *MockPlaybookStore) Archive(arg0 string) error

Archive mocks base method

func (*MockPlaybookStore) AutoFollow

func (m *MockPlaybookStore) AutoFollow(arg0, arg1 string) error

AutoFollow mocks base method

func (*MockPlaybookStore) AutoUnfollow

func (m *MockPlaybookStore) AutoUnfollow(arg0, arg1 string) error

AutoUnfollow mocks base method

func (*MockPlaybookStore) Create

func (m *MockPlaybookStore) Create(arg0 app.Playbook) (string, error)

Create mocks base method

func (*MockPlaybookStore) EXPECT

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

func (*MockPlaybookStore) Get

func (m *MockPlaybookStore) Get(arg0 string) (app.Playbook, error)

Get mocks base method

func (*MockPlaybookStore) GetAutoFollows

func (m *MockPlaybookStore) GetAutoFollows(arg0 string) ([]string, error)

GetAutoFollows mocks base method

func (*MockPlaybookStore) GetPlaybookIDsForUser

func (m *MockPlaybookStore) GetPlaybookIDsForUser(arg0, arg1 string) ([]string, error)

GetPlaybookIDsForUser mocks base method

func (*MockPlaybookStore) GetPlaybooks

func (m *MockPlaybookStore) GetPlaybooks() ([]app.Playbook, error)

GetPlaybooks mocks base method

func (*MockPlaybookStore) GetPlaybooksForTeam

func (m *MockPlaybookStore) GetPlaybooksForTeam(arg0 app.RequesterInfo, arg1 string, arg2 app.PlaybookFilterOptions) (app.GetPlaybooksResults, error)

GetPlaybooksForTeam mocks base method

func (*MockPlaybookStore) GetPlaybooksWithKeywords

func (m *MockPlaybookStore) GetPlaybooksWithKeywords(arg0 app.PlaybookFilterOptions) ([]app.Playbook, error)

GetPlaybooksWithKeywords mocks base method

func (*MockPlaybookStore) GetTimeLastUpdated

func (m *MockPlaybookStore) GetTimeLastUpdated(arg0 bool) (int64, error)

GetTimeLastUpdated mocks base method

func (*MockPlaybookStore) IsAutoFollowing

func (m *MockPlaybookStore) IsAutoFollowing(arg0, arg1 string) (bool, error)

IsAutoFollowing mocks base method

func (*MockPlaybookStore) Restore

func (m *MockPlaybookStore) Restore(arg0 string) error

Restore mocks base method

func (*MockPlaybookStore) Update

func (m *MockPlaybookStore) Update(arg0 app.Playbook) error

Update mocks base method

type MockPlaybookStoreMockRecorder

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

MockPlaybookStoreMockRecorder is the mock recorder for MockPlaybookStore

func (*MockPlaybookStoreMockRecorder) Archive

func (mr *MockPlaybookStoreMockRecorder) Archive(arg0 interface{}) *gomock.Call

Archive indicates an expected call of Archive

func (*MockPlaybookStoreMockRecorder) AutoFollow

func (mr *MockPlaybookStoreMockRecorder) AutoFollow(arg0, arg1 interface{}) *gomock.Call

AutoFollow indicates an expected call of AutoFollow

func (*MockPlaybookStoreMockRecorder) AutoUnfollow

func (mr *MockPlaybookStoreMockRecorder) AutoUnfollow(arg0, arg1 interface{}) *gomock.Call

AutoUnfollow indicates an expected call of AutoUnfollow

func (*MockPlaybookStoreMockRecorder) Create

func (mr *MockPlaybookStoreMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockPlaybookStoreMockRecorder) Get

func (mr *MockPlaybookStoreMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockPlaybookStoreMockRecorder) GetAutoFollows

func (mr *MockPlaybookStoreMockRecorder) GetAutoFollows(arg0 interface{}) *gomock.Call

GetAutoFollows indicates an expected call of GetAutoFollows

func (*MockPlaybookStoreMockRecorder) GetPlaybookIDsForUser

func (mr *MockPlaybookStoreMockRecorder) GetPlaybookIDsForUser(arg0, arg1 interface{}) *gomock.Call

GetPlaybookIDsForUser indicates an expected call of GetPlaybookIDsForUser

func (*MockPlaybookStoreMockRecorder) GetPlaybooks

func (mr *MockPlaybookStoreMockRecorder) GetPlaybooks() *gomock.Call

GetPlaybooks indicates an expected call of GetPlaybooks

func (*MockPlaybookStoreMockRecorder) GetPlaybooksForTeam

func (mr *MockPlaybookStoreMockRecorder) GetPlaybooksForTeam(arg0, arg1, arg2 interface{}) *gomock.Call

GetPlaybooksForTeam indicates an expected call of GetPlaybooksForTeam

func (*MockPlaybookStoreMockRecorder) GetPlaybooksWithKeywords

func (mr *MockPlaybookStoreMockRecorder) GetPlaybooksWithKeywords(arg0 interface{}) *gomock.Call

GetPlaybooksWithKeywords indicates an expected call of GetPlaybooksWithKeywords

func (*MockPlaybookStoreMockRecorder) GetTimeLastUpdated

func (mr *MockPlaybookStoreMockRecorder) GetTimeLastUpdated(arg0 interface{}) *gomock.Call

GetTimeLastUpdated indicates an expected call of GetTimeLastUpdated

func (*MockPlaybookStoreMockRecorder) IsAutoFollowing

func (mr *MockPlaybookStoreMockRecorder) IsAutoFollowing(arg0, arg1 interface{}) *gomock.Call

IsAutoFollowing indicates an expected call of IsAutoFollowing

func (*MockPlaybookStoreMockRecorder) Restore

func (mr *MockPlaybookStoreMockRecorder) Restore(arg0 interface{}) *gomock.Call

Restore indicates an expected call of Restore

func (*MockPlaybookStoreMockRecorder) Update

func (mr *MockPlaybookStoreMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update

type MockUserInfoStore

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

MockUserInfoStore is a mock of UserInfoStore interface

func NewMockUserInfoStore

func NewMockUserInfoStore(ctrl *gomock.Controller) *MockUserInfoStore

NewMockUserInfoStore creates a new mock instance

func (*MockUserInfoStore) EXPECT

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

func (*MockUserInfoStore) Get

func (m *MockUserInfoStore) Get(arg0 string) (app.UserInfo, error)

Get mocks base method

func (*MockUserInfoStore) Upsert

func (m *MockUserInfoStore) Upsert(arg0 app.UserInfo) error

Upsert mocks base method

type MockUserInfoStoreMockRecorder

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

MockUserInfoStoreMockRecorder is the mock recorder for MockUserInfoStore

func (*MockUserInfoStoreMockRecorder) Get

func (mr *MockUserInfoStoreMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockUserInfoStoreMockRecorder) Upsert

func (mr *MockUserInfoStoreMockRecorder) Upsert(arg0 interface{}) *gomock.Call

Upsert indicates an expected call of Upsert

Jump to

Keyboard shortcuts

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