Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCheckAPIClient
- func (fake *FakeCheckAPIClient) GetFiles(params slack.GetFilesParameters) ([]slack.File, *slack.Paging, error)
- func (fake *FakeCheckAPIClient) GetFilesArgsForCall(i int) slack.GetFilesParameters
- func (fake *FakeCheckAPIClient) GetFilesCallCount() int
- func (fake *FakeCheckAPIClient) GetFilesReturns(result1 []slack.File, result2 *slack.Paging, result3 error)
- func (fake *FakeCheckAPIClient) GetFilesReturnsOnCall(i int, result1 []slack.File, result2 *slack.Paging, result3 error)
- func (fake *FakeCheckAPIClient) GetGroupHistory(group string, params slack.HistoryParameters) (*slack.History, error)
- func (fake *FakeCheckAPIClient) GetGroupHistoryArgsForCall(i int) (string, slack.HistoryParameters)
- func (fake *FakeCheckAPIClient) GetGroupHistoryCallCount() int
- func (fake *FakeCheckAPIClient) GetGroupHistoryReturns(result1 *slack.History, result2 error)
- func (fake *FakeCheckAPIClient) GetGroupHistoryReturnsOnCall(i int, result1 *slack.History, result2 error)
- func (fake *FakeCheckAPIClient) Invocations() map[string][][]interface{}
- type FakeInAPIClient
- func (fake *FakeInAPIClient) GetFileInfo(fileID string, count int, page int) (*slack.File, []slack.Comment, *slack.Paging, error)
- func (fake *FakeInAPIClient) GetFileInfoArgsForCall(i int) (string, int, int)
- func (fake *FakeInAPIClient) GetFileInfoCallCount() int
- func (fake *FakeInAPIClient) GetFileInfoReturns(result1 *slack.File, result2 []slack.Comment, result3 *slack.Paging, ...)
- func (fake *FakeInAPIClient) GetFileInfoReturnsOnCall(i int, result1 *slack.File, result2 []slack.Comment, result3 *slack.Paging, ...)
- func (fake *FakeInAPIClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCheckAPIClient ¶
type FakeCheckAPIClient struct { GetGroupHistoryStub func(group string, params slack.HistoryParameters) (*slack.History, error) GetFilesStub func(params slack.GetFilesParameters) ([]slack.File, *slack.Paging, error) // contains filtered or unexported fields }
func (*FakeCheckAPIClient) GetFiles ¶
func (fake *FakeCheckAPIClient) GetFiles(params slack.GetFilesParameters) ([]slack.File, *slack.Paging, error)
func (*FakeCheckAPIClient) GetFilesArgsForCall ¶
func (fake *FakeCheckAPIClient) GetFilesArgsForCall(i int) slack.GetFilesParameters
func (*FakeCheckAPIClient) GetFilesCallCount ¶
func (fake *FakeCheckAPIClient) GetFilesCallCount() int
func (*FakeCheckAPIClient) GetFilesReturns ¶
func (*FakeCheckAPIClient) GetFilesReturnsOnCall ¶
func (*FakeCheckAPIClient) GetGroupHistory ¶
func (fake *FakeCheckAPIClient) GetGroupHistory(group string, params slack.HistoryParameters) (*slack.History, error)
func (*FakeCheckAPIClient) GetGroupHistoryArgsForCall ¶
func (fake *FakeCheckAPIClient) GetGroupHistoryArgsForCall(i int) (string, slack.HistoryParameters)
func (*FakeCheckAPIClient) GetGroupHistoryCallCount ¶
func (fake *FakeCheckAPIClient) GetGroupHistoryCallCount() int
func (*FakeCheckAPIClient) GetGroupHistoryReturns ¶
func (fake *FakeCheckAPIClient) GetGroupHistoryReturns(result1 *slack.History, result2 error)
func (*FakeCheckAPIClient) GetGroupHistoryReturnsOnCall ¶
func (fake *FakeCheckAPIClient) GetGroupHistoryReturnsOnCall(i int, result1 *slack.History, result2 error)
func (*FakeCheckAPIClient) Invocations ¶
func (fake *FakeCheckAPIClient) Invocations() map[string][][]interface{}
type FakeInAPIClient ¶
type FakeInAPIClient struct { GetFileInfoStub func(fileID string, count int, page int) (*slack.File, []slack.Comment, *slack.Paging, error) // contains filtered or unexported fields }
func (*FakeInAPIClient) GetFileInfo ¶
func (*FakeInAPIClient) GetFileInfoArgsForCall ¶
func (fake *FakeInAPIClient) GetFileInfoArgsForCall(i int) (string, int, int)
func (*FakeInAPIClient) GetFileInfoCallCount ¶
func (fake *FakeInAPIClient) GetFileInfoCallCount() int
func (*FakeInAPIClient) GetFileInfoReturns ¶
func (*FakeInAPIClient) GetFileInfoReturnsOnCall ¶
func (*FakeInAPIClient) Invocations ¶
func (fake *FakeInAPIClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.