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.
Package mock_app is a generated GoMock package.
Package mock_app is a generated GoMock package.
Index ¶
- type MockChannelActionService
- func (m *MockChannelActionService) CheckAndSendMessageOnJoin(arg0, arg1 string) bool
- func (m *MockChannelActionService) Create(arg0 app.GenericChannelAction) (string, error)
- func (m *MockChannelActionService) EXPECT() *MockChannelActionServiceMockRecorder
- func (m *MockChannelActionService) Get(arg0 string) (app.GenericChannelAction, error)
- func (m *MockChannelActionService) GetChannelActions(arg0 string, arg1 app.GetChannelActionOptions) ([]app.GenericChannelAction, error)
- func (m *MockChannelActionService) MessageHasBeenPosted(arg0 string, arg1 *model.Post)
- func (m *MockChannelActionService) Update(arg0 app.GenericChannelAction) error
- func (m *MockChannelActionService) UserHasJoinedChannel(arg0, arg1, arg2 string)
- func (m *MockChannelActionService) Validate(arg0 app.GenericChannelAction) error
- type MockChannelActionServiceMockRecorder
- func (mr *MockChannelActionServiceMockRecorder) CheckAndSendMessageOnJoin(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockChannelActionServiceMockRecorder) Create(arg0 interface{}) *gomock.Call
- func (mr *MockChannelActionServiceMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockChannelActionServiceMockRecorder) GetChannelActions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockChannelActionServiceMockRecorder) MessageHasBeenPosted(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockChannelActionServiceMockRecorder) Update(arg0 interface{}) *gomock.Call
- func (mr *MockChannelActionServiceMockRecorder) UserHasJoinedChannel(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockChannelActionServiceMockRecorder) Validate(arg0 interface{}) *gomock.Call
- type MockChannelActionStore
- func (m *MockChannelActionStore) Create(arg0 app.GenericChannelAction) (string, error)
- func (m *MockChannelActionStore) EXPECT() *MockChannelActionStoreMockRecorder
- func (m *MockChannelActionStore) Get(arg0 string) (app.GenericChannelAction, error)
- func (m *MockChannelActionStore) GetChannelActions(arg0 string, arg1 app.GetChannelActionOptions) ([]app.GenericChannelAction, error)
- func (m *MockChannelActionStore) HasViewedChannel(arg0, arg1 string) bool
- func (m *MockChannelActionStore) SetMultipleViewedChannel(arg0 []string, arg1 string) error
- func (m *MockChannelActionStore) SetViewedChannel(arg0, arg1 string) error
- func (m *MockChannelActionStore) Update(arg0 app.GenericChannelAction) error
- type MockChannelActionStoreMockRecorder
- func (mr *MockChannelActionStoreMockRecorder) Create(arg0 interface{}) *gomock.Call
- func (mr *MockChannelActionStoreMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockChannelActionStoreMockRecorder) GetChannelActions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockChannelActionStoreMockRecorder) HasViewedChannel(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockChannelActionStoreMockRecorder) SetMultipleViewedChannel(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockChannelActionStoreMockRecorder) SetViewedChannel(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockChannelActionStoreMockRecorder) Update(arg0 interface{}) *gomock.Call
- type MockJobOnceScheduler
- func (m *MockJobOnceScheduler) Cancel(arg0 string)
- func (m *MockJobOnceScheduler) EXPECT() *MockJobOnceSchedulerMockRecorder
- func (m *MockJobOnceScheduler) ListScheduledJobs() ([]cluster.JobOnceMetadata, error)
- func (m *MockJobOnceScheduler) ScheduleOnce(arg0 string, arg1 time.Time) (*cluster.JobOnce, error)
- func (m *MockJobOnceScheduler) SetCallback(arg0 func(string)) error
- func (m *MockJobOnceScheduler) Start() error
- type MockJobOnceSchedulerMockRecorder
- func (mr *MockJobOnceSchedulerMockRecorder) Cancel(arg0 interface{}) *gomock.Call
- func (mr *MockJobOnceSchedulerMockRecorder) ListScheduledJobs() *gomock.Call
- func (mr *MockJobOnceSchedulerMockRecorder) ScheduleOnce(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockJobOnceSchedulerMockRecorder) SetCallback(arg0 interface{}) *gomock.Call
- func (mr *MockJobOnceSchedulerMockRecorder) Start() *gomock.Call
- type MockKeywordsThreadIgnorer
- type MockKeywordsThreadIgnorerMockRecorder
- type MockLicenseChecker
- func (m *MockLicenseChecker) ChecklistItemDueDateAllowed() bool
- func (m *MockLicenseChecker) EXPECT() *MockLicenseCheckerMockRecorder
- func (m *MockLicenseChecker) PlaybookAllowed(arg0 bool) bool
- func (m *MockLicenseChecker) RetrospectiveAllowed() bool
- func (m *MockLicenseChecker) StatsAllowed() bool
- func (m *MockLicenseChecker) TimelineAllowed() bool
- type MockLicenseCheckerMockRecorder
- func (mr *MockLicenseCheckerMockRecorder) ChecklistItemDueDateAllowed() *gomock.Call
- func (mr *MockLicenseCheckerMockRecorder) PlaybookAllowed(arg0 interface{}) *gomock.Call
- func (mr *MockLicenseCheckerMockRecorder) RetrospectiveAllowed() *gomock.Call
- func (mr *MockLicenseCheckerMockRecorder) StatsAllowed() *gomock.Call
- func (mr *MockLicenseCheckerMockRecorder) TimelineAllowed() *gomock.Call
- type MockPlaybookRunService
- func (m *MockPlaybookRunService) AddChecklist(arg0, arg1 string, arg2 app.Checklist) error
- func (m *MockPlaybookRunService) AddChecklistItem(arg0, arg1 string, arg2 int, arg3 app.ChecklistItem) error
- func (m *MockPlaybookRunService) AddPostToTimeline(arg0, arg1, arg2, arg3 string) error
- func (m *MockPlaybookRunService) CancelRetrospective(arg0, arg1 string) error
- func (m *MockPlaybookRunService) ChangeCreationDate(arg0 string, arg1 time.Time) error
- func (m *MockPlaybookRunService) ChangeOwner(arg0, arg1, arg2 string) error
- func (m *MockPlaybookRunService) CreatePlaybookRun(arg0 *app.PlaybookRun, arg1 *app.Playbook, arg2 string, arg3 bool) (*app.PlaybookRun, error)
- func (m *MockPlaybookRunService) DMTodoDigestToUser(arg0 string, arg1 bool) error
- func (m *MockPlaybookRunService) DuplicateChecklistItem(arg0, arg1 string, arg2, arg3 int) error
- func (m *MockPlaybookRunService) EXPECT() *MockPlaybookRunServiceMockRecorder
- func (m *MockPlaybookRunService) EditChecklistItem(arg0, arg1 string, arg2, arg3 int, arg4, arg5, arg6 string) error
- func (m *MockPlaybookRunService) EphemeralPostTodoDigestToUser(arg0, arg1 string, arg2 bool) error
- func (m *MockPlaybookRunService) FinishPlaybookRun(arg0, arg1 string) error
- func (m *MockPlaybookRunService) Follow(arg0, arg1 string) error
- func (m *MockPlaybookRunService) GetChecklistAutocomplete(arg0 string) ([]model.AutocompleteListItem, error)
- func (m *MockPlaybookRunService) GetChecklistItemAutocomplete(arg0 string) ([]model.AutocompleteListItem, error)
- func (m *MockPlaybookRunService) GetFollowers(arg0 string) ([]string, error)
- func (m *MockPlaybookRunService) GetOverdueUpdateRuns(arg0 string) ([]app.RunLink, error)
- func (m *MockPlaybookRunService) GetOwners(arg0 app.RequesterInfo, arg1 app.PlaybookRunFilterOptions) ([]app.OwnerInfo, error)
- func (m *MockPlaybookRunService) GetParticipatingRuns(arg0 string) ([]app.RunLink, error)
- func (m *MockPlaybookRunService) GetPlaybookRun(arg0 string) (*app.PlaybookRun, error)
- func (m *MockPlaybookRunService) GetPlaybookRunIDForChannel(arg0 string) (string, error)
- func (m *MockPlaybookRunService) GetPlaybookRunMetadata(arg0 string) (*app.Metadata, error)
- func (m *MockPlaybookRunService) GetPlaybookRuns(arg0 app.RequesterInfo, arg1 app.PlaybookRunFilterOptions) (*app.GetPlaybookRunsResults, error)
- func (m *MockPlaybookRunService) GetRunsWithAssignedTasks(arg0 string) ([]app.AssignedRun, error)
- func (m *MockPlaybookRunService) HandleReminder(arg0 string)
- func (m *MockPlaybookRunService) IsOwner(arg0, arg1 string) bool
- func (m *MockPlaybookRunService) ModifyCheckedState(arg0, arg1, arg2 string, arg3, arg4 int) error
- func (m *MockPlaybookRunService) MoveChecklist(arg0, arg1 string, arg2, arg3 int) error
- func (m *MockPlaybookRunService) MoveChecklistItem(arg0, arg1 string, arg2, arg3, arg4, arg5 int) error
- func (m *MockPlaybookRunService) NukeDB() error
- func (m *MockPlaybookRunService) OpenAddChecklistItemDialog(arg0, arg1 string, arg2 int) error
- func (m *MockPlaybookRunService) OpenAddToTimelineDialog(arg0 app.RequesterInfo, arg1, arg2, arg3 string) error
- func (m *MockPlaybookRunService) OpenCreatePlaybookRunDialog(arg0, arg1, arg2, arg3, arg4 string, arg5 []app.Playbook, arg6 bool, ...) error
- func (m *MockPlaybookRunService) OpenFinishPlaybookRunDialog(arg0, arg1 string) error
- func (m *MockPlaybookRunService) OpenUpdateStatusDialog(arg0, arg1 string) error
- func (m *MockPlaybookRunService) PublishRetrospective(arg0, arg1 string, arg2 app.RetrospectiveUpdate) error
- func (m *MockPlaybookRunService) RemoveChecklist(arg0, arg1 string, arg2 int) error
- func (m *MockPlaybookRunService) RemoveChecklistItem(arg0, arg1 string, arg2, arg3 int) error
- func (m *MockPlaybookRunService) RemoveReminder(arg0 string)
- func (m *MockPlaybookRunService) RemoveTimelineEvent(arg0, arg1, arg2 string) error
- func (m *MockPlaybookRunService) RenameChecklist(arg0, arg1 string, arg2 int, arg3 string) error
- func (m *MockPlaybookRunService) RestoreChecklist(arg0, arg1 string, arg2 int) error
- func (m *MockPlaybookRunService) RestoreChecklistItem(arg0, arg1 string, arg2, arg3 int) error
- func (m *MockPlaybookRunService) RestorePlaybookRun(arg0, arg1 string) error
- func (m *MockPlaybookRunService) RunChecklistItemSlashCommand(arg0, arg1 string, arg2, arg3 int) (string, error)
- func (m *MockPlaybookRunService) SetAssignee(arg0, arg1, arg2 string, arg3, arg4 int) error
- func (m *MockPlaybookRunService) SetCommandToChecklistItem(arg0, arg1 string, arg2, arg3 int, arg4 string) error
- func (m *MockPlaybookRunService) SetDueDate(arg0, arg1 string, arg2 int64, arg3, arg4 int) error
- func (m *MockPlaybookRunService) SetNewReminder(arg0 string, arg1 time.Duration) error
- func (m *MockPlaybookRunService) SetReminder(arg0 string, arg1 time.Duration) error
- func (m *MockPlaybookRunService) SkipChecklist(arg0, arg1 string, arg2 int) error
- func (m *MockPlaybookRunService) SkipChecklistItem(arg0, arg1 string, arg2, arg3 int) error
- func (m *MockPlaybookRunService) ToggleCheckedState(arg0, arg1 string, arg2, arg3 int) error
- func (m *MockPlaybookRunService) Unfollow(arg0, arg1 string) error
- func (m *MockPlaybookRunService) UpdateDescription(arg0, arg1 string) error
- func (m *MockPlaybookRunService) UpdateRetrospective(arg0, arg1 string, arg2 app.RetrospectiveUpdate) error
- func (m *MockPlaybookRunService) UpdateStatus(arg0, arg1 string, arg2 app.StatusUpdateOptions) error
- func (m *MockPlaybookRunService) UserHasJoinedChannel(arg0, arg1, arg2 string)
- func (m *MockPlaybookRunService) UserHasLeftChannel(arg0, arg1, arg2 string)
- type MockPlaybookRunServiceMockRecorder
- func (mr *MockPlaybookRunServiceMockRecorder) AddChecklist(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) AddChecklistItem(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) AddPostToTimeline(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) CancelRetrospective(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) ChangeCreationDate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) ChangeOwner(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) CreatePlaybookRun(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) DMTodoDigestToUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) DuplicateChecklistItem(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) EditChecklistItem(arg0, arg1, arg2, arg3, arg4, arg5, arg6 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) EphemeralPostTodoDigestToUser(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) FinishPlaybookRun(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) Follow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetChecklistAutocomplete(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetChecklistItemAutocomplete(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetFollowers(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetOverdueUpdateRuns(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetOwners(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetParticipatingRuns(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetPlaybookRun(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetPlaybookRunIDForChannel(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetPlaybookRunMetadata(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetPlaybookRuns(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) GetRunsWithAssignedTasks(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) HandleReminder(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) IsOwner(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) ModifyCheckedState(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) MoveChecklist(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) MoveChecklistItem(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) NukeDB() *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) OpenAddChecklistItemDialog(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) OpenAddToTimelineDialog(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) OpenCreatePlaybookRunDialog(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) OpenFinishPlaybookRunDialog(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) OpenUpdateStatusDialog(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) PublishRetrospective(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RemoveChecklist(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RemoveChecklistItem(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RemoveReminder(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RemoveTimelineEvent(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RenameChecklist(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RestoreChecklist(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RestoreChecklistItem(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RestorePlaybookRun(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) RunChecklistItemSlashCommand(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) SetAssignee(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) SetCommandToChecklistItem(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) SetDueDate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) SetNewReminder(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) SetReminder(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) SkipChecklist(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) SkipChecklistItem(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) ToggleCheckedState(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) Unfollow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) UpdateDescription(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) UpdateRetrospective(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) UserHasJoinedChannel(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookRunServiceMockRecorder) UserHasLeftChannel(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockPlaybookRunStore
- func (m *MockPlaybookRunStore) ChangeCreationDate(arg0 string, arg1 time.Time) error
- func (m *MockPlaybookRunStore) CreatePlaybookRun(arg0 *app.PlaybookRun) (*app.PlaybookRun, error)
- func (m *MockPlaybookRunStore) CreateTimelineEvent(arg0 *app.TimelineEvent) (*app.TimelineEvent, error)
- func (m *MockPlaybookRunStore) EXPECT() *MockPlaybookRunStoreMockRecorder
- func (m *MockPlaybookRunStore) FinishPlaybookRun(arg0 string, arg1 int64) error
- func (m *MockPlaybookRunStore) Follow(arg0, arg1 string) error
- func (m *MockPlaybookRunStore) GetBroadcastChannelIDsToRootIDs(arg0 string) (map[string]string, error)
- func (m *MockPlaybookRunStore) GetFollowers(arg0 string) ([]string, error)
- func (m *MockPlaybookRunStore) GetFollowersActiveTotal() (int64, error)
- func (m *MockPlaybookRunStore) GetHistoricalPlaybookRunParticipantsCount(arg0 string) (int64, error)
- func (m *MockPlaybookRunStore) GetOverdueRetroRunsTotal() (int64, error)
- func (m *MockPlaybookRunStore) GetOverdueUpdateRuns(arg0 string) ([]app.RunLink, error)
- func (m *MockPlaybookRunStore) GetOverdueUpdateRunsTotal() (int64, error)
- func (m *MockPlaybookRunStore) GetOwners(arg0 app.RequesterInfo, arg1 app.PlaybookRunFilterOptions) ([]app.OwnerInfo, error)
- func (m *MockPlaybookRunStore) GetParticipantsActiveTotal() (int64, error)
- func (m *MockPlaybookRunStore) GetParticipatingRuns(arg0 string) ([]app.RunLink, error)
- func (m *MockPlaybookRunStore) GetPlaybookRun(arg0 string) (*app.PlaybookRun, error)
- func (m *MockPlaybookRunStore) GetPlaybookRunIDForChannel(arg0 string) (string, error)
- func (m *MockPlaybookRunStore) GetPlaybookRuns(arg0 app.RequesterInfo, arg1 app.PlaybookRunFilterOptions) (*app.GetPlaybookRunsResults, error)
- func (m *MockPlaybookRunStore) GetRunsActiveTotal() (int64, error)
- func (m *MockPlaybookRunStore) GetRunsWithAssignedTasks(arg0 string) ([]app.AssignedRun, error)
- func (m *MockPlaybookRunStore) GetTimelineEvent(arg0, arg1 string) (*app.TimelineEvent, error)
- func (m *MockPlaybookRunStore) NukeDB() error
- func (m *MockPlaybookRunStore) RestorePlaybookRun(arg0 string, arg1 int64) error
- func (m *MockPlaybookRunStore) SetBroadcastChannelIDsToRootID(arg0 string, arg1 map[string]string) error
- func (m *MockPlaybookRunStore) Unfollow(arg0, arg1 string) error
- func (m *MockPlaybookRunStore) UpdatePlaybookRun(arg0 *app.PlaybookRun) error
- func (m *MockPlaybookRunStore) UpdateStatus(arg0 *app.SQLStatusPost) error
- func (m *MockPlaybookRunStore) UpdateTimelineEvent(arg0 *app.TimelineEvent) error
- type MockPlaybookRunStoreMockRecorder
- func (mr *MockPlaybookRunStoreMockRecorder) ChangeCreationDate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) CreatePlaybookRun(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) CreateTimelineEvent(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) FinishPlaybookRun(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) Follow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetBroadcastChannelIDsToRootIDs(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetFollowers(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetFollowersActiveTotal() *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetHistoricalPlaybookRunParticipantsCount(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetOverdueRetroRunsTotal() *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetOverdueUpdateRuns(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetOverdueUpdateRunsTotal() *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetOwners(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetParticipantsActiveTotal() *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetParticipatingRuns(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetPlaybookRun(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetPlaybookRunIDForChannel(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetPlaybookRuns(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetRunsActiveTotal() *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetRunsWithAssignedTasks(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) GetTimelineEvent(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) NukeDB() *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) RestorePlaybookRun(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) SetBroadcastChannelIDsToRootID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) Unfollow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) UpdatePlaybookRun(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookRunStoreMockRecorder) UpdateTimelineEvent(arg0 interface{}) *gomock.Call
- type MockPlaybookService
- func (m *MockPlaybookService) Archive(arg0 app.Playbook, arg1 string) error
- func (m *MockPlaybookService) AutoFollow(arg0, arg1 string) error
- func (m *MockPlaybookService) AutoUnfollow(arg0, arg1 string) error
- func (m *MockPlaybookService) Create(arg0 app.Playbook, arg1 string) (string, error)
- func (m *MockPlaybookService) Duplicate(arg0 app.Playbook, arg1 string) (string, error)
- func (m *MockPlaybookService) EXPECT() *MockPlaybookServiceMockRecorder
- func (m *MockPlaybookService) Get(arg0 string) (app.Playbook, error)
- func (m *MockPlaybookService) GetAutoFollows(arg0 string) ([]string, error)
- func (m *MockPlaybookService) GetPlaybooks() ([]app.Playbook, error)
- func (m *MockPlaybookService) GetPlaybooksForTeam(arg0 app.RequesterInfo, arg1 string, arg2 app.PlaybookFilterOptions) (app.GetPlaybooksResults, error)
- func (m *MockPlaybookService) Import(arg0 app.Playbook, arg1 string) (string, error)
- func (m *MockPlaybookService) Restore(arg0 app.Playbook, arg1 string) error
- func (m *MockPlaybookService) Update(arg0 app.Playbook, arg1 string) error
- type MockPlaybookServiceMockRecorder
- func (mr *MockPlaybookServiceMockRecorder) Archive(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) AutoFollow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) AutoUnfollow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) Duplicate(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) GetAutoFollows(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) GetPlaybooks() *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) GetPlaybooksForTeam(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) Import(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) Restore(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookServiceMockRecorder) Update(arg0, arg1 interface{}) *gomock.Call
- type MockPlaybookStore
- func (m *MockPlaybookStore) Archive(arg0 string) error
- func (m *MockPlaybookStore) AutoFollow(arg0, arg1 string) error
- func (m *MockPlaybookStore) AutoUnfollow(arg0, arg1 string) error
- func (m *MockPlaybookStore) Create(arg0 app.Playbook) (string, error)
- func (m *MockPlaybookStore) EXPECT() *MockPlaybookStoreMockRecorder
- func (m *MockPlaybookStore) Get(arg0 string) (app.Playbook, error)
- func (m *MockPlaybookStore) GetAutoFollows(arg0 string) ([]string, error)
- func (m *MockPlaybookStore) GetPlaybookIDsForUser(arg0, arg1 string) ([]string, error)
- func (m *MockPlaybookStore) GetPlaybooks() ([]app.Playbook, error)
- func (m *MockPlaybookStore) GetPlaybooksActiveTotal() (int64, error)
- func (m *MockPlaybookStore) GetPlaybooksForTeam(arg0 app.RequesterInfo, arg1 string, arg2 app.PlaybookFilterOptions) (app.GetPlaybooksResults, error)
- func (m *MockPlaybookStore) GetPlaybooksWithKeywords(arg0 app.PlaybookFilterOptions) ([]app.Playbook, error)
- func (m *MockPlaybookStore) GetTimeLastUpdated(arg0 bool) (int64, error)
- func (m *MockPlaybookStore) Restore(arg0 string) error
- func (m *MockPlaybookStore) Update(arg0 app.Playbook) error
- type MockPlaybookStoreMockRecorder
- func (mr *MockPlaybookStoreMockRecorder) Archive(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) AutoFollow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) AutoUnfollow(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) Create(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) Get(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) GetAutoFollows(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) GetPlaybookIDsForUser(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) GetPlaybooks() *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) GetPlaybooksActiveTotal() *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) GetPlaybooksForTeam(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) GetPlaybooksWithKeywords(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) GetTimeLastUpdated(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) Restore(arg0 interface{}) *gomock.Call
- func (mr *MockPlaybookStoreMockRecorder) Update(arg0 interface{}) *gomock.Call
- type MockUserInfoStore
- type MockUserInfoStoreMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockChannelActionService ¶ added in v1.26.0
type MockChannelActionService struct {
// contains filtered or unexported fields
}
MockChannelActionService is a mock of ChannelActionService interface
func NewMockChannelActionService ¶ added in v1.26.0
func NewMockChannelActionService(ctrl *gomock.Controller) *MockChannelActionService
NewMockChannelActionService creates a new mock instance
func (*MockChannelActionService) CheckAndSendMessageOnJoin ¶ added in v1.26.0
func (m *MockChannelActionService) CheckAndSendMessageOnJoin(arg0, arg1 string) bool
CheckAndSendMessageOnJoin mocks base method
func (*MockChannelActionService) Create ¶ added in v1.26.0
func (m *MockChannelActionService) Create(arg0 app.GenericChannelAction) (string, error)
Create mocks base method
func (*MockChannelActionService) EXPECT ¶ added in v1.26.0
func (m *MockChannelActionService) EXPECT() *MockChannelActionServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockChannelActionService) Get ¶ added in v1.26.0
func (m *MockChannelActionService) Get(arg0 string) (app.GenericChannelAction, error)
Get mocks base method
func (*MockChannelActionService) GetChannelActions ¶ added in v1.26.0
func (m *MockChannelActionService) GetChannelActions(arg0 string, arg1 app.GetChannelActionOptions) ([]app.GenericChannelAction, error)
GetChannelActions mocks base method
func (*MockChannelActionService) MessageHasBeenPosted ¶ added in v1.26.0
func (m *MockChannelActionService) MessageHasBeenPosted(arg0 string, arg1 *model.Post)
MessageHasBeenPosted mocks base method
func (*MockChannelActionService) Update ¶ added in v1.26.0
func (m *MockChannelActionService) Update(arg0 app.GenericChannelAction) error
Update mocks base method
func (*MockChannelActionService) UserHasJoinedChannel ¶ added in v1.26.0
func (m *MockChannelActionService) UserHasJoinedChannel(arg0, arg1, arg2 string)
UserHasJoinedChannel mocks base method
func (*MockChannelActionService) Validate ¶ added in v1.26.0
func (m *MockChannelActionService) Validate(arg0 app.GenericChannelAction) error
Validate mocks base method
type MockChannelActionServiceMockRecorder ¶ added in v1.26.0
type MockChannelActionServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockChannelActionServiceMockRecorder is the mock recorder for MockChannelActionService
func (*MockChannelActionServiceMockRecorder) CheckAndSendMessageOnJoin ¶ added in v1.26.0
func (mr *MockChannelActionServiceMockRecorder) CheckAndSendMessageOnJoin(arg0, arg1 interface{}) *gomock.Call
CheckAndSendMessageOnJoin indicates an expected call of CheckAndSendMessageOnJoin
func (*MockChannelActionServiceMockRecorder) Create ¶ added in v1.26.0
func (mr *MockChannelActionServiceMockRecorder) Create(arg0 interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockChannelActionServiceMockRecorder) Get ¶ added in v1.26.0
func (mr *MockChannelActionServiceMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockChannelActionServiceMockRecorder) GetChannelActions ¶ added in v1.26.0
func (mr *MockChannelActionServiceMockRecorder) GetChannelActions(arg0, arg1 interface{}) *gomock.Call
GetChannelActions indicates an expected call of GetChannelActions
func (*MockChannelActionServiceMockRecorder) MessageHasBeenPosted ¶ added in v1.26.0
func (mr *MockChannelActionServiceMockRecorder) MessageHasBeenPosted(arg0, arg1 interface{}) *gomock.Call
MessageHasBeenPosted indicates an expected call of MessageHasBeenPosted
func (*MockChannelActionServiceMockRecorder) Update ¶ added in v1.26.0
func (mr *MockChannelActionServiceMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update
func (*MockChannelActionServiceMockRecorder) UserHasJoinedChannel ¶ added in v1.26.0
func (mr *MockChannelActionServiceMockRecorder) UserHasJoinedChannel(arg0, arg1, arg2 interface{}) *gomock.Call
UserHasJoinedChannel indicates an expected call of UserHasJoinedChannel
func (*MockChannelActionServiceMockRecorder) Validate ¶ added in v1.26.0
func (mr *MockChannelActionServiceMockRecorder) Validate(arg0 interface{}) *gomock.Call
Validate indicates an expected call of Validate
type MockChannelActionStore ¶ added in v1.26.0
type MockChannelActionStore struct {
// contains filtered or unexported fields
}
MockChannelActionStore is a mock of ChannelActionStore interface
func NewMockChannelActionStore ¶ added in v1.26.0
func NewMockChannelActionStore(ctrl *gomock.Controller) *MockChannelActionStore
NewMockChannelActionStore creates a new mock instance
func (*MockChannelActionStore) Create ¶ added in v1.26.0
func (m *MockChannelActionStore) Create(arg0 app.GenericChannelAction) (string, error)
Create mocks base method
func (*MockChannelActionStore) EXPECT ¶ added in v1.26.0
func (m *MockChannelActionStore) EXPECT() *MockChannelActionStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockChannelActionStore) Get ¶ added in v1.26.0
func (m *MockChannelActionStore) Get(arg0 string) (app.GenericChannelAction, error)
Get mocks base method
func (*MockChannelActionStore) GetChannelActions ¶ added in v1.26.0
func (m *MockChannelActionStore) GetChannelActions(arg0 string, arg1 app.GetChannelActionOptions) ([]app.GenericChannelAction, error)
GetChannelActions mocks base method
func (*MockChannelActionStore) HasViewedChannel ¶ added in v1.26.0
func (m *MockChannelActionStore) HasViewedChannel(arg0, arg1 string) bool
HasViewedChannel mocks base method
func (*MockChannelActionStore) SetMultipleViewedChannel ¶ added in v1.26.0
func (m *MockChannelActionStore) SetMultipleViewedChannel(arg0 []string, arg1 string) error
SetMultipleViewedChannel mocks base method
func (*MockChannelActionStore) SetViewedChannel ¶ added in v1.26.0
func (m *MockChannelActionStore) SetViewedChannel(arg0, arg1 string) error
SetViewedChannel mocks base method
func (*MockChannelActionStore) Update ¶ added in v1.26.0
func (m *MockChannelActionStore) Update(arg0 app.GenericChannelAction) error
Update mocks base method
type MockChannelActionStoreMockRecorder ¶ added in v1.26.0
type MockChannelActionStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockChannelActionStoreMockRecorder is the mock recorder for MockChannelActionStore
func (*MockChannelActionStoreMockRecorder) Create ¶ added in v1.26.0
func (mr *MockChannelActionStoreMockRecorder) Create(arg0 interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockChannelActionStoreMockRecorder) Get ¶ added in v1.26.0
func (mr *MockChannelActionStoreMockRecorder) Get(arg0 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockChannelActionStoreMockRecorder) GetChannelActions ¶ added in v1.26.0
func (mr *MockChannelActionStoreMockRecorder) GetChannelActions(arg0, arg1 interface{}) *gomock.Call
GetChannelActions indicates an expected call of GetChannelActions
func (*MockChannelActionStoreMockRecorder) HasViewedChannel ¶ added in v1.26.0
func (mr *MockChannelActionStoreMockRecorder) HasViewedChannel(arg0, arg1 interface{}) *gomock.Call
HasViewedChannel indicates an expected call of HasViewedChannel
func (*MockChannelActionStoreMockRecorder) SetMultipleViewedChannel ¶ added in v1.26.0
func (mr *MockChannelActionStoreMockRecorder) SetMultipleViewedChannel(arg0, arg1 interface{}) *gomock.Call
SetMultipleViewedChannel indicates an expected call of SetMultipleViewedChannel
func (*MockChannelActionStoreMockRecorder) SetViewedChannel ¶ added in v1.26.0
func (mr *MockChannelActionStoreMockRecorder) SetViewedChannel(arg0, arg1 interface{}) *gomock.Call
SetViewedChannel indicates an expected call of SetViewedChannel
func (*MockChannelActionStoreMockRecorder) Update ¶ added in v1.26.0
func (mr *MockChannelActionStoreMockRecorder) Update(arg0 interface{}) *gomock.Call
Update indicates an expected call of Update
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 ¶
func (m *MockJobOnceScheduler) EXPECT() *MockJobOnceSchedulerMockRecorder
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 ¶
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 ¶
func (mr *MockJobOnceSchedulerMockRecorder) Start() *gomock.Call
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 ¶
func (m *MockKeywordsThreadIgnorer) EXPECT() *MockKeywordsThreadIgnorerMockRecorder
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) ChecklistItemDueDateAllowed ¶ added in v1.27.0
func (m *MockLicenseChecker) ChecklistItemDueDateAllowed() bool
ChecklistItemDueDateAllowed mocks base method.
func (*MockLicenseChecker) EXPECT ¶
func (m *MockLicenseChecker) EXPECT() *MockLicenseCheckerMockRecorder
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) ChecklistItemDueDateAllowed ¶ added in v1.27.0
func (mr *MockLicenseCheckerMockRecorder) ChecklistItemDueDateAllowed() *gomock.Call
ChecklistItemDueDateAllowed indicates an expected call of ChecklistItemDueDateAllowed.
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) 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) DuplicateChecklistItem ¶ added in v1.27.0
func (m *MockPlaybookRunService) DuplicateChecklistItem(arg0, arg1 string, arg2, arg3 int) error
DuplicateChecklistItem mocks base method
func (*MockPlaybookRunService) EXPECT ¶
func (m *MockPlaybookRunService) EXPECT() *MockPlaybookRunServiceMockRecorder
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) EphemeralPostTodoDigestToUser ¶ added in v1.26.0
func (m *MockPlaybookRunService) EphemeralPostTodoDigestToUser(arg0, arg1 string, arg2 bool) error
EphemeralPostTodoDigestToUser 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 ¶
func (m *MockPlaybookRunService) GetOwners(arg0 app.RequesterInfo, arg1 app.PlaybookRunFilterOptions) ([]app.OwnerInfo, error)
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 ¶
func (m *MockPlaybookRunService) GetPlaybookRuns(arg0 app.RequesterInfo, arg1 app.PlaybookRunFilterOptions) (*app.GetPlaybookRunsResults, error)
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, arg7 string) 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) RestoreChecklist ¶ added in v1.27.0
func (m *MockPlaybookRunService) RestoreChecklist(arg0, arg1 string, arg2 int) error
RestoreChecklist 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) SetCommandToChecklistItem ¶ added in v1.27.0
func (m *MockPlaybookRunService) SetCommandToChecklistItem(arg0, arg1 string, arg2, arg3 int, arg4 string) error
SetCommandToChecklistItem mocks base method
func (*MockPlaybookRunService) SetDueDate ¶ added in v1.27.0
func (m *MockPlaybookRunService) SetDueDate(arg0, arg1 string, arg2 int64, arg3, arg4 int) error
SetDueDate 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) SkipChecklist ¶ added in v1.27.0
func (m *MockPlaybookRunService) SkipChecklist(arg0, arg1 string, arg2 int) error
SkipChecklist 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) 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) DuplicateChecklistItem ¶ added in v1.27.0
func (mr *MockPlaybookRunServiceMockRecorder) DuplicateChecklistItem(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DuplicateChecklistItem indicates an expected call of DuplicateChecklistItem
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) EphemeralPostTodoDigestToUser ¶ added in v1.26.0
func (mr *MockPlaybookRunServiceMockRecorder) EphemeralPostTodoDigestToUser(arg0, arg1, arg2 interface{}) *gomock.Call
EphemeralPostTodoDigestToUser indicates an expected call of EphemeralPostTodoDigestToUser
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 ¶
func (mr *MockPlaybookRunServiceMockRecorder) NukeDB() *gomock.Call
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, arg7 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) RestoreChecklist ¶ added in v1.27.0
func (mr *MockPlaybookRunServiceMockRecorder) RestoreChecklist(arg0, arg1, arg2 interface{}) *gomock.Call
RestoreChecklist indicates an expected call of RestoreChecklist
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) SetCommandToChecklistItem ¶ added in v1.27.0
func (mr *MockPlaybookRunServiceMockRecorder) SetCommandToChecklistItem(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
SetCommandToChecklistItem indicates an expected call of SetCommandToChecklistItem
func (*MockPlaybookRunServiceMockRecorder) SetDueDate ¶ added in v1.27.0
func (mr *MockPlaybookRunServiceMockRecorder) SetDueDate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
SetDueDate indicates an expected call of SetDueDate
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) SkipChecklist ¶ added in v1.27.0
func (mr *MockPlaybookRunServiceMockRecorder) SkipChecklist(arg0, arg1, arg2 interface{}) *gomock.Call
SkipChecklist indicates an expected call of SkipChecklist
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 ¶
func (m *MockPlaybookRunStore) EXPECT() *MockPlaybookRunStoreMockRecorder
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) GetFollowersActiveTotal ¶ added in v1.26.0
func (m *MockPlaybookRunStore) GetFollowersActiveTotal() (int64, error)
GetFollowersActiveTotal mocks base method
func (*MockPlaybookRunStore) GetHistoricalPlaybookRunParticipantsCount ¶
func (m *MockPlaybookRunStore) GetHistoricalPlaybookRunParticipantsCount(arg0 string) (int64, error)
GetHistoricalPlaybookRunParticipantsCount mocks base method
func (*MockPlaybookRunStore) GetOverdueRetroRunsTotal ¶ added in v1.26.0
func (m *MockPlaybookRunStore) GetOverdueRetroRunsTotal() (int64, error)
GetOverdueRetroRunsTotal mocks base method
func (*MockPlaybookRunStore) GetOverdueUpdateRuns ¶
func (m *MockPlaybookRunStore) GetOverdueUpdateRuns(arg0 string) ([]app.RunLink, error)
GetOverdueUpdateRuns mocks base method
func (*MockPlaybookRunStore) GetOverdueUpdateRunsTotal ¶ added in v1.26.0
func (m *MockPlaybookRunStore) GetOverdueUpdateRunsTotal() (int64, error)
GetOverdueUpdateRunsTotal mocks base method
func (*MockPlaybookRunStore) GetOwners ¶
func (m *MockPlaybookRunStore) GetOwners(arg0 app.RequesterInfo, arg1 app.PlaybookRunFilterOptions) ([]app.OwnerInfo, error)
GetOwners mocks base method
func (*MockPlaybookRunStore) GetParticipantsActiveTotal ¶ added in v1.26.0
func (m *MockPlaybookRunStore) GetParticipantsActiveTotal() (int64, error)
GetParticipantsActiveTotal 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 ¶
func (m *MockPlaybookRunStore) GetPlaybookRuns(arg0 app.RequesterInfo, arg1 app.PlaybookRunFilterOptions) (*app.GetPlaybookRunsResults, error)
GetPlaybookRuns mocks base method
func (*MockPlaybookRunStore) GetRunsActiveTotal ¶ added in v1.26.0
func (m *MockPlaybookRunStore) GetRunsActiveTotal() (int64, error)
GetRunsActiveTotal 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) 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) 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) GetFollowersActiveTotal ¶ added in v1.26.0
func (mr *MockPlaybookRunStoreMockRecorder) GetFollowersActiveTotal() *gomock.Call
GetFollowersActiveTotal indicates an expected call of GetFollowersActiveTotal
func (*MockPlaybookRunStoreMockRecorder) GetHistoricalPlaybookRunParticipantsCount ¶
func (mr *MockPlaybookRunStoreMockRecorder) GetHistoricalPlaybookRunParticipantsCount(arg0 interface{}) *gomock.Call
GetHistoricalPlaybookRunParticipantsCount indicates an expected call of GetHistoricalPlaybookRunParticipantsCount
func (*MockPlaybookRunStoreMockRecorder) GetOverdueRetroRunsTotal ¶ added in v1.26.0
func (mr *MockPlaybookRunStoreMockRecorder) GetOverdueRetroRunsTotal() *gomock.Call
GetOverdueRetroRunsTotal indicates an expected call of GetOverdueRetroRunsTotal
func (*MockPlaybookRunStoreMockRecorder) GetOverdueUpdateRuns ¶
func (mr *MockPlaybookRunStoreMockRecorder) GetOverdueUpdateRuns(arg0 interface{}) *gomock.Call
GetOverdueUpdateRuns indicates an expected call of GetOverdueUpdateRuns
func (*MockPlaybookRunStoreMockRecorder) GetOverdueUpdateRunsTotal ¶ added in v1.26.0
func (mr *MockPlaybookRunStoreMockRecorder) GetOverdueUpdateRunsTotal() *gomock.Call
GetOverdueUpdateRunsTotal indicates an expected call of GetOverdueUpdateRunsTotal
func (*MockPlaybookRunStoreMockRecorder) GetOwners ¶
func (mr *MockPlaybookRunStoreMockRecorder) GetOwners(arg0, arg1 interface{}) *gomock.Call
GetOwners indicates an expected call of GetOwners
func (*MockPlaybookRunStoreMockRecorder) GetParticipantsActiveTotal ¶ added in v1.26.0
func (mr *MockPlaybookRunStoreMockRecorder) GetParticipantsActiveTotal() *gomock.Call
GetParticipantsActiveTotal indicates an expected call of GetParticipantsActiveTotal
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) GetRunsActiveTotal ¶ added in v1.26.0
func (mr *MockPlaybookRunStoreMockRecorder) GetRunsActiveTotal() *gomock.Call
GetRunsActiveTotal indicates an expected call of GetRunsActiveTotal
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) NukeDB ¶
func (mr *MockPlaybookRunStoreMockRecorder) NukeDB() *gomock.Call
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) 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) EXPECT ¶
func (m *MockPlaybookService) EXPECT() *MockPlaybookServiceMockRecorder
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 ¶
func (m *MockPlaybookService) GetPlaybooksForTeam(arg0 app.RequesterInfo, arg1 string, arg2 app.PlaybookFilterOptions) (app.GetPlaybooksResults, error)
GetPlaybooksForTeam 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) Import ¶
func (mr *MockPlaybookServiceMockRecorder) Import(arg0, arg1 interface{}) *gomock.Call
Import indicates an expected call of Import
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 ¶
func (m *MockPlaybookStore) EXPECT() *MockPlaybookStoreMockRecorder
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) GetPlaybooksActiveTotal ¶ added in v1.26.0
func (m *MockPlaybookStore) GetPlaybooksActiveTotal() (int64, error)
GetPlaybooksActiveTotal 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) Restore ¶
func (m *MockPlaybookStore) Restore(arg0 string) error
Restore 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) GetPlaybooksActiveTotal ¶ added in v1.26.0
func (mr *MockPlaybookStoreMockRecorder) GetPlaybooksActiveTotal() *gomock.Call
GetPlaybooksActiveTotal indicates an expected call of GetPlaybooksActiveTotal
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) 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 ¶
func (m *MockUserInfoStore) EXPECT() *MockUserInfoStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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