Documentation
¶
Overview ¶
Package mock_processor is a generated GoMock package.
Index ¶
- type MockAvatars
- type MockAvatarsMockRecorder
- type MockChannelInformer
- type MockChannelInformerMockRecorder
- type MockChannels
- type MockChannelsMockRecorder
- type MockConversations
- func (m *MockConversations) ChannelInfo(ctx context.Context, ci *slack.Channel, threadID string) error
- func (m *MockConversations) ChannelUsers(ctx context.Context, channelID, threadTS string, users []string) error
- func (m *MockConversations) Close() error
- func (m *MockConversations) EXPECT() *MockConversationsMockRecorder
- func (m *MockConversations) Files(ctx context.Context, channel *slack.Channel, parent slack.Message, ...) error
- func (m *MockConversations) Messages(ctx context.Context, channelID string, numThreads int, isLast bool, ...) error
- func (m *MockConversations) ThreadMessages(ctx context.Context, channelID string, parent slack.Message, ...) error
- type MockConversationsMockRecorder
- func (mr *MockConversationsMockRecorder) ChannelInfo(ctx, ci, threadID any) *gomock.Call
- func (mr *MockConversationsMockRecorder) ChannelUsers(ctx, channelID, threadTS, users any) *gomock.Call
- func (mr *MockConversationsMockRecorder) Close() *gomock.Call
- func (mr *MockConversationsMockRecorder) Files(ctx, channel, parent, ff any) *gomock.Call
- func (mr *MockConversationsMockRecorder) Messages(ctx, channelID, numThreads, isLast, messages any) *gomock.Call
- func (mr *MockConversationsMockRecorder) ThreadMessages(ctx, channelID, parent, threadOnly, isLast, replies any) *gomock.Call
- type MockFileSearcher
- func (m *MockFileSearcher) Close() error
- func (m *MockFileSearcher) EXPECT() *MockFileSearcherMockRecorder
- func (m *MockFileSearcher) Files(ctx context.Context, channel *slack.Channel, parent slack.Message, ...) error
- func (m *MockFileSearcher) SearchFiles(ctx context.Context, query string, files []slack.File) error
- type MockFileSearcherMockRecorder
- type MockFiler
- type MockFilerMockRecorder
- type MockMessageSearcher
- func (m *MockMessageSearcher) ChannelInfo(ctx context.Context, ci *slack.Channel, threadID string) error
- func (m *MockMessageSearcher) ChannelUsers(ctx context.Context, channelID, threadTS string, users []string) error
- func (m *MockMessageSearcher) EXPECT() *MockMessageSearcherMockRecorder
- func (m *MockMessageSearcher) SearchMessages(ctx context.Context, query string, messages []slack.SearchMessage) error
- type MockMessageSearcherMockRecorder
- type MockSearcher
- func (m *MockSearcher) ChannelInfo(ctx context.Context, ci *slack.Channel, threadID string) error
- func (m *MockSearcher) ChannelUsers(ctx context.Context, channelID, threadTS string, users []string) error
- func (m *MockSearcher) Close() error
- func (m *MockSearcher) EXPECT() *MockSearcherMockRecorder
- func (m *MockSearcher) Files(ctx context.Context, channel *slack.Channel, parent slack.Message, ...) error
- func (m *MockSearcher) SearchFiles(ctx context.Context, query string, files []slack.File) error
- func (m *MockSearcher) SearchMessages(ctx context.Context, query string, messages []slack.SearchMessage) error
- type MockSearcherMockRecorder
- func (mr *MockSearcherMockRecorder) ChannelInfo(ctx, ci, threadID any) *gomock.Call
- func (mr *MockSearcherMockRecorder) ChannelUsers(ctx, channelID, threadTS, users any) *gomock.Call
- func (mr *MockSearcherMockRecorder) Close() *gomock.Call
- func (mr *MockSearcherMockRecorder) Files(ctx, channel, parent, ff any) *gomock.Call
- func (mr *MockSearcherMockRecorder) SearchFiles(ctx, query, files any) *gomock.Call
- func (mr *MockSearcherMockRecorder) SearchMessages(ctx, query, messages any) *gomock.Call
- type MockUsers
- type MockUsersMockRecorder
- type MockWorkspaceInfo
- type MockWorkspaceInfoMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAvatars ¶
type MockAvatars struct {
// contains filtered or unexported fields
}
MockAvatars is a mock of Avatars interface.
func NewMockAvatars ¶
func NewMockAvatars(ctrl *gomock.Controller) *MockAvatars
NewMockAvatars creates a new mock instance.
func (*MockAvatars) EXPECT ¶
func (m *MockAvatars) EXPECT() *MockAvatarsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAvatarsMockRecorder ¶
type MockAvatarsMockRecorder struct {
// contains filtered or unexported fields
}
MockAvatarsMockRecorder is the mock recorder for MockAvatars.
func (*MockAvatarsMockRecorder) Close ¶
func (mr *MockAvatarsMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
type MockChannelInformer ¶
type MockChannelInformer struct {
// contains filtered or unexported fields
}
MockChannelInformer is a mock of ChannelInformer interface.
func NewMockChannelInformer ¶
func NewMockChannelInformer(ctrl *gomock.Controller) *MockChannelInformer
NewMockChannelInformer creates a new mock instance.
func (*MockChannelInformer) ChannelInfo ¶
func (m *MockChannelInformer) ChannelInfo(ctx context.Context, ci *slack.Channel, threadID string) error
ChannelInfo mocks base method.
func (*MockChannelInformer) ChannelUsers ¶
func (m *MockChannelInformer) ChannelUsers(ctx context.Context, channelID, threadTS string, users []string) error
ChannelUsers mocks base method.
func (*MockChannelInformer) EXPECT ¶
func (m *MockChannelInformer) EXPECT() *MockChannelInformerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockChannelInformerMockRecorder ¶
type MockChannelInformerMockRecorder struct {
// contains filtered or unexported fields
}
MockChannelInformerMockRecorder is the mock recorder for MockChannelInformer.
func (*MockChannelInformerMockRecorder) ChannelInfo ¶
func (mr *MockChannelInformerMockRecorder) ChannelInfo(ctx, ci, threadID any) *gomock.Call
ChannelInfo indicates an expected call of ChannelInfo.
func (*MockChannelInformerMockRecorder) ChannelUsers ¶
func (mr *MockChannelInformerMockRecorder) ChannelUsers(ctx, channelID, threadTS, users any) *gomock.Call
ChannelUsers indicates an expected call of ChannelUsers.
type MockChannels ¶
type MockChannels struct {
// contains filtered or unexported fields
}
MockChannels is a mock of Channels interface.
func NewMockChannels ¶
func NewMockChannels(ctrl *gomock.Controller) *MockChannels
NewMockChannels creates a new mock instance.
func (*MockChannels) EXPECT ¶
func (m *MockChannels) EXPECT() *MockChannelsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockChannelsMockRecorder ¶
type MockChannelsMockRecorder struct {
// contains filtered or unexported fields
}
MockChannelsMockRecorder is the mock recorder for MockChannels.
type MockConversations ¶
type MockConversations struct {
// contains filtered or unexported fields
}
MockConversations is a mock of Conversations interface.
func NewMockConversations ¶
func NewMockConversations(ctrl *gomock.Controller) *MockConversations
NewMockConversations creates a new mock instance.
func (*MockConversations) ChannelInfo ¶
func (m *MockConversations) ChannelInfo(ctx context.Context, ci *slack.Channel, threadID string) error
ChannelInfo mocks base method.
func (*MockConversations) ChannelUsers ¶
func (m *MockConversations) ChannelUsers(ctx context.Context, channelID, threadTS string, users []string) error
ChannelUsers mocks base method.
func (*MockConversations) Close ¶
func (m *MockConversations) Close() error
Close mocks base method.
func (*MockConversations) EXPECT ¶
func (m *MockConversations) EXPECT() *MockConversationsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConversations) Files ¶
func (m *MockConversations) Files(ctx context.Context, channel *slack.Channel, parent slack.Message, ff []slack.File) error
Files mocks base method.
type MockConversationsMockRecorder ¶
type MockConversationsMockRecorder struct {
// contains filtered or unexported fields
}
MockConversationsMockRecorder is the mock recorder for MockConversations.
func (*MockConversationsMockRecorder) ChannelInfo ¶
func (mr *MockConversationsMockRecorder) ChannelInfo(ctx, ci, threadID any) *gomock.Call
ChannelInfo indicates an expected call of ChannelInfo.
func (*MockConversationsMockRecorder) ChannelUsers ¶
func (mr *MockConversationsMockRecorder) ChannelUsers(ctx, channelID, threadTS, users any) *gomock.Call
ChannelUsers indicates an expected call of ChannelUsers.
func (*MockConversationsMockRecorder) Close ¶
func (mr *MockConversationsMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockConversationsMockRecorder) Files ¶
func (mr *MockConversationsMockRecorder) Files(ctx, channel, parent, ff any) *gomock.Call
Files indicates an expected call of Files.
func (*MockConversationsMockRecorder) Messages ¶
func (mr *MockConversationsMockRecorder) Messages(ctx, channelID, numThreads, isLast, messages any) *gomock.Call
Messages indicates an expected call of Messages.
func (*MockConversationsMockRecorder) ThreadMessages ¶
func (mr *MockConversationsMockRecorder) ThreadMessages(ctx, channelID, parent, threadOnly, isLast, replies any) *gomock.Call
ThreadMessages indicates an expected call of ThreadMessages.
type MockFileSearcher ¶
type MockFileSearcher struct {
// contains filtered or unexported fields
}
MockFileSearcher is a mock of FileSearcher interface.
func NewMockFileSearcher ¶
func NewMockFileSearcher(ctrl *gomock.Controller) *MockFileSearcher
NewMockFileSearcher creates a new mock instance.
func (*MockFileSearcher) EXPECT ¶
func (m *MockFileSearcher) EXPECT() *MockFileSearcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFileSearcher) Files ¶
func (m *MockFileSearcher) Files(ctx context.Context, channel *slack.Channel, parent slack.Message, ff []slack.File) error
Files mocks base method.
func (*MockFileSearcher) SearchFiles ¶
SearchFiles mocks base method.
type MockFileSearcherMockRecorder ¶
type MockFileSearcherMockRecorder struct {
// contains filtered or unexported fields
}
MockFileSearcherMockRecorder is the mock recorder for MockFileSearcher.
func (*MockFileSearcherMockRecorder) Close ¶
func (mr *MockFileSearcherMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockFileSearcherMockRecorder) Files ¶
func (mr *MockFileSearcherMockRecorder) Files(ctx, channel, parent, ff any) *gomock.Call
Files indicates an expected call of Files.
func (*MockFileSearcherMockRecorder) SearchFiles ¶
func (mr *MockFileSearcherMockRecorder) SearchFiles(ctx, query, files any) *gomock.Call
SearchFiles indicates an expected call of SearchFiles.
type MockFiler ¶
type MockFiler struct {
// contains filtered or unexported fields
}
MockFiler is a mock of Filer interface.
func NewMockFiler ¶
func NewMockFiler(ctrl *gomock.Controller) *MockFiler
NewMockFiler creates a new mock instance.
func (*MockFiler) EXPECT ¶
func (m *MockFiler) EXPECT() *MockFilerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockFilerMockRecorder ¶
type MockFilerMockRecorder struct {
// contains filtered or unexported fields
}
MockFilerMockRecorder is the mock recorder for MockFiler.
func (*MockFilerMockRecorder) Close ¶
func (mr *MockFilerMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
type MockMessageSearcher ¶
type MockMessageSearcher struct {
// contains filtered or unexported fields
}
MockMessageSearcher is a mock of MessageSearcher interface.
func NewMockMessageSearcher ¶
func NewMockMessageSearcher(ctrl *gomock.Controller) *MockMessageSearcher
NewMockMessageSearcher creates a new mock instance.
func (*MockMessageSearcher) ChannelInfo ¶
func (m *MockMessageSearcher) ChannelInfo(ctx context.Context, ci *slack.Channel, threadID string) error
ChannelInfo mocks base method.
func (*MockMessageSearcher) ChannelUsers ¶
func (m *MockMessageSearcher) ChannelUsers(ctx context.Context, channelID, threadTS string, users []string) error
ChannelUsers mocks base method.
func (*MockMessageSearcher) EXPECT ¶
func (m *MockMessageSearcher) EXPECT() *MockMessageSearcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMessageSearcher) SearchMessages ¶
func (m *MockMessageSearcher) SearchMessages(ctx context.Context, query string, messages []slack.SearchMessage) error
SearchMessages mocks base method.
type MockMessageSearcherMockRecorder ¶
type MockMessageSearcherMockRecorder struct {
// contains filtered or unexported fields
}
MockMessageSearcherMockRecorder is the mock recorder for MockMessageSearcher.
func (*MockMessageSearcherMockRecorder) ChannelInfo ¶
func (mr *MockMessageSearcherMockRecorder) ChannelInfo(ctx, ci, threadID any) *gomock.Call
ChannelInfo indicates an expected call of ChannelInfo.
func (*MockMessageSearcherMockRecorder) ChannelUsers ¶
func (mr *MockMessageSearcherMockRecorder) ChannelUsers(ctx, channelID, threadTS, users any) *gomock.Call
ChannelUsers indicates an expected call of ChannelUsers.
func (*MockMessageSearcherMockRecorder) SearchMessages ¶
func (mr *MockMessageSearcherMockRecorder) SearchMessages(ctx, query, messages any) *gomock.Call
SearchMessages indicates an expected call of SearchMessages.
type MockSearcher ¶
type MockSearcher struct {
// contains filtered or unexported fields
}
MockSearcher is a mock of Searcher interface.
func NewMockSearcher ¶
func NewMockSearcher(ctrl *gomock.Controller) *MockSearcher
NewMockSearcher creates a new mock instance.
func (*MockSearcher) ChannelInfo ¶
ChannelInfo mocks base method.
func (*MockSearcher) ChannelUsers ¶
func (m *MockSearcher) ChannelUsers(ctx context.Context, channelID, threadTS string, users []string) error
ChannelUsers mocks base method.
func (*MockSearcher) EXPECT ¶
func (m *MockSearcher) EXPECT() *MockSearcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSearcher) Files ¶
func (m *MockSearcher) Files(ctx context.Context, channel *slack.Channel, parent slack.Message, ff []slack.File) error
Files mocks base method.
func (*MockSearcher) SearchFiles ¶
SearchFiles mocks base method.
func (*MockSearcher) SearchMessages ¶
func (m *MockSearcher) SearchMessages(ctx context.Context, query string, messages []slack.SearchMessage) error
SearchMessages mocks base method.
type MockSearcherMockRecorder ¶
type MockSearcherMockRecorder struct {
// contains filtered or unexported fields
}
MockSearcherMockRecorder is the mock recorder for MockSearcher.
func (*MockSearcherMockRecorder) ChannelInfo ¶
func (mr *MockSearcherMockRecorder) ChannelInfo(ctx, ci, threadID any) *gomock.Call
ChannelInfo indicates an expected call of ChannelInfo.
func (*MockSearcherMockRecorder) ChannelUsers ¶
func (mr *MockSearcherMockRecorder) ChannelUsers(ctx, channelID, threadTS, users any) *gomock.Call
ChannelUsers indicates an expected call of ChannelUsers.
func (*MockSearcherMockRecorder) Close ¶
func (mr *MockSearcherMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close.
func (*MockSearcherMockRecorder) Files ¶
func (mr *MockSearcherMockRecorder) Files(ctx, channel, parent, ff any) *gomock.Call
Files indicates an expected call of Files.
func (*MockSearcherMockRecorder) SearchFiles ¶
func (mr *MockSearcherMockRecorder) SearchFiles(ctx, query, files any) *gomock.Call
SearchFiles indicates an expected call of SearchFiles.
func (*MockSearcherMockRecorder) SearchMessages ¶
func (mr *MockSearcherMockRecorder) SearchMessages(ctx, query, messages any) *gomock.Call
SearchMessages indicates an expected call of SearchMessages.
type MockUsers ¶
type MockUsers struct {
// contains filtered or unexported fields
}
MockUsers is a mock of Users interface.
func NewMockUsers ¶
func NewMockUsers(ctrl *gomock.Controller) *MockUsers
NewMockUsers creates a new mock instance.
func (*MockUsers) EXPECT ¶
func (m *MockUsers) EXPECT() *MockUsersMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUsersMockRecorder ¶
type MockUsersMockRecorder struct {
// contains filtered or unexported fields
}
MockUsersMockRecorder is the mock recorder for MockUsers.
type MockWorkspaceInfo ¶
type MockWorkspaceInfo struct {
// contains filtered or unexported fields
}
MockWorkspaceInfo is a mock of WorkspaceInfo interface.
func NewMockWorkspaceInfo ¶
func NewMockWorkspaceInfo(ctrl *gomock.Controller) *MockWorkspaceInfo
NewMockWorkspaceInfo creates a new mock instance.
func (*MockWorkspaceInfo) EXPECT ¶
func (m *MockWorkspaceInfo) EXPECT() *MockWorkspaceInfoMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkspaceInfo) WorkspaceInfo ¶
func (m *MockWorkspaceInfo) WorkspaceInfo(arg0 context.Context, arg1 *slack.AuthTestResponse) error
WorkspaceInfo mocks base method.
type MockWorkspaceInfoMockRecorder ¶
type MockWorkspaceInfoMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkspaceInfoMockRecorder is the mock recorder for MockWorkspaceInfo.
func (*MockWorkspaceInfoMockRecorder) WorkspaceInfo ¶
func (mr *MockWorkspaceInfoMockRecorder) WorkspaceInfo(arg0, arg1 any) *gomock.Call
WorkspaceInfo indicates an expected call of WorkspaceInfo.