Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAppDisplayer
- func (displayer *FakeAppDisplayer) Execute(_ flags.FlagContext) error
- func (displayer *FakeAppDisplayer) MetaData() commandregistry.CommandMetadata
- func (displayer *FakeAppDisplayer) Requirements(_ requirements.Factory, _ flags.FlagContext) ([]requirements.Requirement, error)
- func (displayer *FakeAppDisplayer) SetDependency(_ commandregistry.Dependency, _ bool) commandregistry.Command
- func (displayer *FakeAppDisplayer) ShowApp(app models.Application, orgName, spaceName string) error
- type FakeDisplayer
- func (fake *FakeDisplayer) Invocations() map[string][][]interface{}
- func (fake *FakeDisplayer) ShowApp(arg1 models.Application, arg2 string, arg3 string) error
- func (fake *FakeDisplayer) ShowAppArgsForCall(i int) (models.Application, string, string)
- func (fake *FakeDisplayer) ShowAppCallCount() int
- func (fake *FakeDisplayer) ShowAppCalls(stub func(models.Application, string, string) error)
- func (fake *FakeDisplayer) ShowAppReturns(result1 error)
- func (fake *FakeDisplayer) ShowAppReturnsOnCall(i int, result1 error)
- type FakeRestarter
- func (fake *FakeRestarter) ApplicationRestart(arg1 models.Application, arg2 string, arg3 string) error
- func (fake *FakeRestarter) ApplicationRestartArgsForCall(i int) (models.Application, string, string)
- func (fake *FakeRestarter) ApplicationRestartCallCount() int
- func (fake *FakeRestarter) ApplicationRestartCalls(stub func(models.Application, string, string) error)
- func (fake *FakeRestarter) ApplicationRestartReturns(result1 error)
- func (fake *FakeRestarter) ApplicationRestartReturnsOnCall(i int, result1 error)
- func (fake *FakeRestarter) Execute(arg1 flags.FlagContext) error
- func (fake *FakeRestarter) ExecuteArgsForCall(i int) flags.FlagContext
- func (fake *FakeRestarter) ExecuteCallCount() int
- func (fake *FakeRestarter) ExecuteCalls(stub func(flags.FlagContext) error)
- func (fake *FakeRestarter) ExecuteReturns(result1 error)
- func (fake *FakeRestarter) ExecuteReturnsOnCall(i int, result1 error)
- func (fake *FakeRestarter) Invocations() map[string][][]interface{}
- func (fake *FakeRestarter) MetaData() commandregistry.CommandMetadata
- func (fake *FakeRestarter) MetaDataCallCount() int
- func (fake *FakeRestarter) MetaDataCalls(stub func() commandregistry.CommandMetadata)
- func (fake *FakeRestarter) MetaDataReturns(result1 commandregistry.CommandMetadata)
- func (fake *FakeRestarter) MetaDataReturnsOnCall(i int, result1 commandregistry.CommandMetadata)
- func (fake *FakeRestarter) Requirements(arg1 requirements.Factory, arg2 flags.FlagContext) ([]requirements.Requirement, error)
- func (fake *FakeRestarter) RequirementsArgsForCall(i int) (requirements.Factory, flags.FlagContext)
- func (fake *FakeRestarter) RequirementsCallCount() int
- func (fake *FakeRestarter) RequirementsCalls(...)
- func (fake *FakeRestarter) RequirementsReturns(result1 []requirements.Requirement, result2 error)
- func (fake *FakeRestarter) RequirementsReturnsOnCall(i int, result1 []requirements.Requirement, result2 error)
- func (fake *FakeRestarter) SetDependency(arg1 commandregistry.Dependency, arg2 bool) commandregistry.Command
- func (fake *FakeRestarter) SetDependencyArgsForCall(i int) (commandregistry.Dependency, bool)
- func (fake *FakeRestarter) SetDependencyCallCount() int
- func (fake *FakeRestarter) SetDependencyCalls(stub func(commandregistry.Dependency, bool) commandregistry.Command)
- func (fake *FakeRestarter) SetDependencyReturns(result1 commandregistry.Command)
- func (fake *FakeRestarter) SetDependencyReturnsOnCall(i int, result1 commandregistry.Command)
- type FakeStagingWatcher
- func (fake *FakeStagingWatcher) Invocations() map[string][][]interface{}
- func (fake *FakeStagingWatcher) WatchStaging(arg1 models.Application, arg2 string, arg3 string, ...) (models.Application, error)
- func (fake *FakeStagingWatcher) WatchStagingArgsForCall(i int) (models.Application, string, string, ...)
- func (fake *FakeStagingWatcher) WatchStagingCallCount() int
- func (fake *FakeStagingWatcher) WatchStagingCalls(stub func(models.Application, string, string, ...) (models.Application, error))
- func (fake *FakeStagingWatcher) WatchStagingReturns(result1 models.Application, result2 error)
- func (fake *FakeStagingWatcher) WatchStagingReturnsOnCall(i int, result1 models.Application, result2 error)
- type FakeStarter
- func (fake *FakeStarter) ApplicationStart(arg1 models.Application, arg2 string, arg3 string) (models.Application, error)
- func (fake *FakeStarter) ApplicationStartArgsForCall(i int) (models.Application, string, string)
- func (fake *FakeStarter) ApplicationStartCallCount() int
- func (fake *FakeStarter) ApplicationStartCalls(stub func(models.Application, string, string) (models.Application, error))
- func (fake *FakeStarter) ApplicationStartReturns(result1 models.Application, result2 error)
- func (fake *FakeStarter) ApplicationStartReturnsOnCall(i int, result1 models.Application, result2 error)
- func (fake *FakeStarter) Execute(arg1 flags.FlagContext) error
- func (fake *FakeStarter) ExecuteArgsForCall(i int) flags.FlagContext
- func (fake *FakeStarter) ExecuteCallCount() int
- func (fake *FakeStarter) ExecuteCalls(stub func(flags.FlagContext) error)
- func (fake *FakeStarter) ExecuteReturns(result1 error)
- func (fake *FakeStarter) ExecuteReturnsOnCall(i int, result1 error)
- func (fake *FakeStarter) Invocations() map[string][][]interface{}
- func (fake *FakeStarter) MetaData() commandregistry.CommandMetadata
- func (fake *FakeStarter) MetaDataCallCount() int
- func (fake *FakeStarter) MetaDataCalls(stub func() commandregistry.CommandMetadata)
- func (fake *FakeStarter) MetaDataReturns(result1 commandregistry.CommandMetadata)
- func (fake *FakeStarter) MetaDataReturnsOnCall(i int, result1 commandregistry.CommandMetadata)
- func (fake *FakeStarter) Requirements(arg1 requirements.Factory, arg2 flags.FlagContext) ([]requirements.Requirement, error)
- func (fake *FakeStarter) RequirementsArgsForCall(i int) (requirements.Factory, flags.FlagContext)
- func (fake *FakeStarter) RequirementsCallCount() int
- func (fake *FakeStarter) RequirementsCalls(...)
- func (fake *FakeStarter) RequirementsReturns(result1 []requirements.Requirement, result2 error)
- func (fake *FakeStarter) RequirementsReturnsOnCall(i int, result1 []requirements.Requirement, result2 error)
- func (fake *FakeStarter) SetDependency(arg1 commandregistry.Dependency, arg2 bool) commandregistry.Command
- func (fake *FakeStarter) SetDependencyArgsForCall(i int) (commandregistry.Dependency, bool)
- func (fake *FakeStarter) SetDependencyCallCount() int
- func (fake *FakeStarter) SetDependencyCalls(stub func(commandregistry.Dependency, bool) commandregistry.Command)
- func (fake *FakeStarter) SetDependencyReturns(result1 commandregistry.Command)
- func (fake *FakeStarter) SetDependencyReturnsOnCall(i int, result1 commandregistry.Command)
- func (fake *FakeStarter) SetStartTimeoutInSeconds(arg1 int)
- func (fake *FakeStarter) SetStartTimeoutInSecondsArgsForCall(i int) int
- func (fake *FakeStarter) SetStartTimeoutInSecondsCallCount() int
- func (fake *FakeStarter) SetStartTimeoutInSecondsCalls(stub func(int))
- type FakeStopper
- func (fake *FakeStopper) ApplicationStop(arg1 models.Application, arg2 string, arg3 string) (models.Application, error)
- func (fake *FakeStopper) ApplicationStopArgsForCall(i int) (models.Application, string, string)
- func (fake *FakeStopper) ApplicationStopCallCount() int
- func (fake *FakeStopper) ApplicationStopCalls(stub func(models.Application, string, string) (models.Application, error))
- func (fake *FakeStopper) ApplicationStopReturns(result1 models.Application, result2 error)
- func (fake *FakeStopper) ApplicationStopReturnsOnCall(i int, result1 models.Application, result2 error)
- func (fake *FakeStopper) Execute(arg1 flags.FlagContext) error
- func (fake *FakeStopper) ExecuteArgsForCall(i int) flags.FlagContext
- func (fake *FakeStopper) ExecuteCallCount() int
- func (fake *FakeStopper) ExecuteCalls(stub func(flags.FlagContext) error)
- func (fake *FakeStopper) ExecuteReturns(result1 error)
- func (fake *FakeStopper) ExecuteReturnsOnCall(i int, result1 error)
- func (fake *FakeStopper) Invocations() map[string][][]interface{}
- func (fake *FakeStopper) MetaData() commandregistry.CommandMetadata
- func (fake *FakeStopper) MetaDataCallCount() int
- func (fake *FakeStopper) MetaDataCalls(stub func() commandregistry.CommandMetadata)
- func (fake *FakeStopper) MetaDataReturns(result1 commandregistry.CommandMetadata)
- func (fake *FakeStopper) MetaDataReturnsOnCall(i int, result1 commandregistry.CommandMetadata)
- func (fake *FakeStopper) Requirements(arg1 requirements.Factory, arg2 flags.FlagContext) ([]requirements.Requirement, error)
- func (fake *FakeStopper) RequirementsArgsForCall(i int) (requirements.Factory, flags.FlagContext)
- func (fake *FakeStopper) RequirementsCallCount() int
- func (fake *FakeStopper) RequirementsCalls(...)
- func (fake *FakeStopper) RequirementsReturns(result1 []requirements.Requirement, result2 error)
- func (fake *FakeStopper) RequirementsReturnsOnCall(i int, result1 []requirements.Requirement, result2 error)
- func (fake *FakeStopper) SetDependency(arg1 commandregistry.Dependency, arg2 bool) commandregistry.Command
- func (fake *FakeStopper) SetDependencyArgsForCall(i int) (commandregistry.Dependency, bool)
- func (fake *FakeStopper) SetDependencyCallCount() int
- func (fake *FakeStopper) SetDependencyCalls(stub func(commandregistry.Dependency, bool) commandregistry.Command)
- func (fake *FakeStopper) SetDependencyReturns(result1 commandregistry.Command)
- func (fake *FakeStopper) SetDependencyReturnsOnCall(i int, result1 commandregistry.Command)