Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSlackAPI
- func (fake *FakeSlackAPI) GetChannelInfo(arg1 string) (*slack.Channel, error)
- func (fake *FakeSlackAPI) GetChannelInfoArgsForCall(i int) string
- func (fake *FakeSlackAPI) GetChannelInfoCallCount() int
- func (fake *FakeSlackAPI) GetChannelInfoReturns(result1 *slack.Channel, result2 error)
- func (fake *FakeSlackAPI) GetChannelInfoReturnsOnCall(i int, result1 *slack.Channel, result2 error)
- func (fake *FakeSlackAPI) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSlackAPI ¶
type FakeSlackAPI struct { GetChannelInfoStub func(string) (*slack.Channel, error) // contains filtered or unexported fields }
func (*FakeSlackAPI) GetChannelInfo ¶
func (fake *FakeSlackAPI) GetChannelInfo(arg1 string) (*slack.Channel, error)
func (*FakeSlackAPI) GetChannelInfoArgsForCall ¶
func (fake *FakeSlackAPI) GetChannelInfoArgsForCall(i int) string
func (*FakeSlackAPI) GetChannelInfoCallCount ¶
func (fake *FakeSlackAPI) GetChannelInfoCallCount() int
func (*FakeSlackAPI) GetChannelInfoReturns ¶
func (fake *FakeSlackAPI) GetChannelInfoReturns(result1 *slack.Channel, result2 error)
func (*FakeSlackAPI) GetChannelInfoReturnsOnCall ¶
func (fake *FakeSlackAPI) GetChannelInfoReturnsOnCall(i int, result1 *slack.Channel, result2 error)
func (*FakeSlackAPI) Invocations ¶
func (fake *FakeSlackAPI) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.