Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ServicesProvider
- func (fake *ServicesProvider) Invocations() map[string][][]interface{}
- func (fake *ServicesProvider) ServicesForChannel(channelID string) []discovery.Service
- func (fake *ServicesProvider) ServicesForChannelArgsForCall(i int) string
- func (fake *ServicesProvider) ServicesForChannelCallCount() int
- func (fake *ServicesProvider) ServicesForChannelReturns(result1 []discovery.Service)
- func (fake *ServicesProvider) ServicesForChannelReturnsOnCall(i int, result1 []discovery.Service)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServicesProvider ¶
type ServicesProvider struct { ServicesForChannelStub func(channelID string) []discovery.Service // contains filtered or unexported fields }
func (*ServicesProvider) Invocations ¶
func (fake *ServicesProvider) Invocations() map[string][][]interface{}
func (*ServicesProvider) ServicesForChannel ¶
func (fake *ServicesProvider) ServicesForChannel(channelID string) []discovery.Service
func (*ServicesProvider) ServicesForChannelArgsForCall ¶
func (fake *ServicesProvider) ServicesForChannelArgsForCall(i int) string
func (*ServicesProvider) ServicesForChannelCallCount ¶
func (fake *ServicesProvider) ServicesForChannelCallCount() int
func (*ServicesProvider) ServicesForChannelReturns ¶
func (fake *ServicesProvider) ServicesForChannelReturns(result1 []discovery.Service)
func (*ServicesProvider) ServicesForChannelReturnsOnCall ¶
func (fake *ServicesProvider) ServicesForChannelReturnsOnCall(i int, result1 []discovery.Service)
Click to show internal directories.
Click to hide internal directories.