Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBoshClient
- func (fake *FakeBoshClient) FindInstances(deploymentName string) ([]orchestrator.Instance, error)
- func (fake *FakeBoshClient) FindInstancesArgsForCall(i int) string
- func (fake *FakeBoshClient) FindInstancesCallCount() int
- func (fake *FakeBoshClient) FindInstancesReturns(result1 []orchestrator.Instance, result2 error)
- func (fake *FakeBoshClient) FindInstancesReturnsOnCall(i int, result1 []orchestrator.Instance, result2 error)
- func (fake *FakeBoshClient) GetManifest(deploymentName string) (string, error)
- func (fake *FakeBoshClient) GetManifestArgsForCall(i int) string
- func (fake *FakeBoshClient) GetManifestCallCount() int
- func (fake *FakeBoshClient) GetManifestReturns(result1 string, result2 error)
- func (fake *FakeBoshClient) GetManifestReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeBoshClient) Invocations() map[string][][]interface{}
- type FakeLogger
- func (fake *FakeLogger) Debug(tag string, msg string, args ...interface{})
- func (fake *FakeLogger) DebugArgsForCall(i int) (string, string, []interface{})
- func (fake *FakeLogger) DebugCallCount() int
- func (fake *FakeLogger) Error(tag string, msg string, args ...interface{})
- func (fake *FakeLogger) ErrorArgsForCall(i int) (string, string, []interface{})
- func (fake *FakeLogger) ErrorCallCount() int
- func (fake *FakeLogger) Info(tag string, msg string, args ...interface{})
- func (fake *FakeLogger) InfoArgsForCall(i int) (string, string, []interface{})
- func (fake *FakeLogger) InfoCallCount() int
- func (fake *FakeLogger) Invocations() map[string][][]interface{}
- func (fake *FakeLogger) Warn(tag string, msg string, args ...interface{})
- func (fake *FakeLogger) WarnArgsForCall(i int) (string, string, []interface{})
- func (fake *FakeLogger) WarnCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBoshClient ¶
type FakeBoshClient struct { FindInstancesStub func(deploymentName string) ([]orchestrator.Instance, error) GetManifestStub func(deploymentName string) (string, error) // contains filtered or unexported fields }
func (*FakeBoshClient) FindInstances ¶
func (fake *FakeBoshClient) FindInstances(deploymentName string) ([]orchestrator.Instance, error)
func (*FakeBoshClient) FindInstancesArgsForCall ¶
func (fake *FakeBoshClient) FindInstancesArgsForCall(i int) string
func (*FakeBoshClient) FindInstancesCallCount ¶
func (fake *FakeBoshClient) FindInstancesCallCount() int
func (*FakeBoshClient) FindInstancesReturns ¶
func (fake *FakeBoshClient) FindInstancesReturns(result1 []orchestrator.Instance, result2 error)
func (*FakeBoshClient) FindInstancesReturnsOnCall ¶
func (fake *FakeBoshClient) FindInstancesReturnsOnCall(i int, result1 []orchestrator.Instance, result2 error)
func (*FakeBoshClient) GetManifest ¶
func (fake *FakeBoshClient) GetManifest(deploymentName string) (string, error)
func (*FakeBoshClient) GetManifestArgsForCall ¶
func (fake *FakeBoshClient) GetManifestArgsForCall(i int) string
func (*FakeBoshClient) GetManifestCallCount ¶
func (fake *FakeBoshClient) GetManifestCallCount() int
func (*FakeBoshClient) GetManifestReturns ¶
func (fake *FakeBoshClient) GetManifestReturns(result1 string, result2 error)
func (*FakeBoshClient) GetManifestReturnsOnCall ¶
func (fake *FakeBoshClient) GetManifestReturnsOnCall(i int, result1 string, result2 error)
func (*FakeBoshClient) Invocations ¶
func (fake *FakeBoshClient) Invocations() map[string][][]interface{}
type FakeLogger ¶
type FakeLogger struct { DebugStub func(tag, msg string, args ...interface{}) InfoStub func(tag, msg string, args ...interface{}) WarnStub func(tag, msg string, args ...interface{}) ErrorStub func(tag, msg string, args ...interface{}) // contains filtered or unexported fields }
func (*FakeLogger) Debug ¶
func (fake *FakeLogger) Debug(tag string, msg string, args ...interface{})
func (*FakeLogger) DebugArgsForCall ¶
func (fake *FakeLogger) DebugArgsForCall(i int) (string, string, []interface{})
func (*FakeLogger) DebugCallCount ¶
func (fake *FakeLogger) DebugCallCount() int
func (*FakeLogger) Error ¶
func (fake *FakeLogger) Error(tag string, msg string, args ...interface{})
func (*FakeLogger) ErrorArgsForCall ¶
func (fake *FakeLogger) ErrorArgsForCall(i int) (string, string, []interface{})
func (*FakeLogger) ErrorCallCount ¶
func (fake *FakeLogger) ErrorCallCount() int
func (*FakeLogger) Info ¶
func (fake *FakeLogger) Info(tag string, msg string, args ...interface{})
func (*FakeLogger) InfoArgsForCall ¶
func (fake *FakeLogger) InfoArgsForCall(i int) (string, string, []interface{})
func (*FakeLogger) InfoCallCount ¶
func (fake *FakeLogger) InfoCallCount() int
func (*FakeLogger) Invocations ¶
func (fake *FakeLogger) Invocations() map[string][][]interface{}
func (*FakeLogger) Warn ¶
func (fake *FakeLogger) Warn(tag string, msg string, args ...interface{})
func (*FakeLogger) WarnArgsForCall ¶
func (fake *FakeLogger) WarnArgsForCall(i int) (string, string, []interface{})
func (*FakeLogger) WarnCallCount ¶
func (fake *FakeLogger) WarnCallCount() int
Click to show internal directories.
Click to hide internal directories.