Documentation
¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBoshClientCaller ¶ added in v0.0.9
type FakeBoshClientCaller struct {
GetInfoStub func() (*enamlbosh.BoshInfo, error)
// contains filtered or unexported fields
}
func (*FakeBoshClientCaller) GetInfo ¶ added in v0.0.9
func (fake *FakeBoshClientCaller) GetInfo() (*enamlbosh.BoshInfo, error)
func (*FakeBoshClientCaller) GetInfoCallCount ¶ added in v0.0.9
func (fake *FakeBoshClientCaller) GetInfoCallCount() int
func (*FakeBoshClientCaller) GetInfoReturns ¶ added in v0.0.9
func (fake *FakeBoshClientCaller) GetInfoReturns(result1 *enamlbosh.BoshInfo, result2 error)
type FakeHttpClientDoer ¶
type FakeHttpClientDoer struct {
DoStub func(req *http.Request) (resp *http.Response, err error)
// contains filtered or unexported fields
}
func (*FakeHttpClientDoer) DoArgsForCall ¶
func (fake *FakeHttpClientDoer) DoArgsForCall(i int) *http.Request
func (*FakeHttpClientDoer) DoCallCount ¶
func (fake *FakeHttpClientDoer) DoCallCount() int
Click to show internal directories.
Click to hide internal directories.