Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSwitchboardClient
- func (fake *FakeSwitchboardClient) ActiveBackendHost() (string, error)
- func (fake *FakeSwitchboardClient) ActiveBackendHostCallCount() int
- func (fake *FakeSwitchboardClient) ActiveBackendHostReturns(result1 string, result2 error)
- func (fake *FakeSwitchboardClient) ActiveBackendHostReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeSwitchboardClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSwitchboardClient ¶
type FakeSwitchboardClient struct { ActiveBackendHostStub func() (string, error) // contains filtered or unexported fields }
func (*FakeSwitchboardClient) ActiveBackendHost ¶
func (fake *FakeSwitchboardClient) ActiveBackendHost() (string, error)
func (*FakeSwitchboardClient) ActiveBackendHostCallCount ¶
func (fake *FakeSwitchboardClient) ActiveBackendHostCallCount() int
func (*FakeSwitchboardClient) ActiveBackendHostReturns ¶
func (fake *FakeSwitchboardClient) ActiveBackendHostReturns(result1 string, result2 error)
func (*FakeSwitchboardClient) ActiveBackendHostReturnsOnCall ¶
func (fake *FakeSwitchboardClient) ActiveBackendHostReturnsOnCall(i int, result1 string, result2 error)
func (*FakeSwitchboardClient) Invocations ¶
func (fake *FakeSwitchboardClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.