Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeApp
- func (fake *FakeApp) BuildpackURL(arg1 string, arg2 string)
- func (fake *FakeApp) BuildpackURLArgsForCall(i int) (string, string)
- func (fake *FakeApp) BuildpackURLCallCount() int
- func (fake *FakeApp) BuildpackURLCalls(stub func(string, string))
- func (fake *FakeApp) DiskQuota(arg1 string, arg2 int64)
- func (fake *FakeApp) DiskQuotaArgsForCall(i int) (string, int64)
- func (fake *FakeApp) DiskQuotaCallCount() int
- func (fake *FakeApp) DiskQuotaCalls(stub func(string, int64))
- func (fake *FakeApp) EnvironmentVars(arg1 string, arg2 string, arg3 string)
- func (fake *FakeApp) EnvironmentVarsArgsForCall(i int) (string, string, string)
- func (fake *FakeApp) EnvironmentVarsCallCount() int
- func (fake *FakeApp) EnvironmentVarsCalls(stub func(string, string, string))
- func (fake *FakeApp) GetContents() []models.Application
- func (fake *FakeApp) GetContentsCallCount() int
- func (fake *FakeApp) GetContentsCalls(stub func() []models.Application)
- func (fake *FakeApp) GetContentsReturns(result1 []models.Application)
- func (fake *FakeApp) GetContentsReturnsOnCall(i int, result1 []models.Application)
- func (fake *FakeApp) HealthCheckHTTPEndpoint(arg1 string, arg2 string)
- func (fake *FakeApp) HealthCheckHTTPEndpointArgsForCall(i int) (string, string)
- func (fake *FakeApp) HealthCheckHTTPEndpointCallCount() int
- func (fake *FakeApp) HealthCheckHTTPEndpointCalls(stub func(string, string))
- func (fake *FakeApp) HealthCheckTimeout(arg1 string, arg2 int)
- func (fake *FakeApp) HealthCheckTimeoutArgsForCall(i int) (string, int)
- func (fake *FakeApp) HealthCheckTimeoutCallCount() int
- func (fake *FakeApp) HealthCheckTimeoutCalls(stub func(string, int))
- func (fake *FakeApp) HealthCheckType(arg1 string, arg2 string)
- func (fake *FakeApp) HealthCheckTypeArgsForCall(i int) (string, string)
- func (fake *FakeApp) HealthCheckTypeCallCount() int
- func (fake *FakeApp) HealthCheckTypeCalls(stub func(string, string))
- func (fake *FakeApp) Instances(arg1 string, arg2 int)
- func (fake *FakeApp) InstancesArgsForCall(i int) (string, int)
- func (fake *FakeApp) InstancesCallCount() int
- func (fake *FakeApp) InstancesCalls(stub func(string, int))
- func (fake *FakeApp) Invocations() map[string][][]interface{}
- func (fake *FakeApp) Memory(arg1 string, arg2 int64)
- func (fake *FakeApp) MemoryArgsForCall(i int) (string, int64)
- func (fake *FakeApp) MemoryCallCount() int
- func (fake *FakeApp) MemoryCalls(stub func(string, int64))
- func (fake *FakeApp) Route(arg1 string, arg2 string, arg3 string, arg4 string, arg5 int)
- func (fake *FakeApp) RouteArgsForCall(i int) (string, string, string, string, int)
- func (fake *FakeApp) RouteCallCount() int
- func (fake *FakeApp) RouteCalls(stub func(string, string, string, string, int))
- func (fake *FakeApp) Save(arg1 io.Writer) error
- func (fake *FakeApp) SaveArgsForCall(i int) io.Writer
- func (fake *FakeApp) SaveCallCount() int
- func (fake *FakeApp) SaveCalls(stub func(io.Writer) error)
- func (fake *FakeApp) SaveReturns(result1 error)
- func (fake *FakeApp) SaveReturnsOnCall(i int, result1 error)
- func (fake *FakeApp) Service(arg1 string, arg2 string)
- func (fake *FakeApp) ServiceArgsForCall(i int) (string, string)
- func (fake *FakeApp) ServiceCallCount() int
- func (fake *FakeApp) ServiceCalls(stub func(string, string))
- func (fake *FakeApp) Stack(arg1 string, arg2 string)
- func (fake *FakeApp) StackArgsForCall(i int) (string, string)
- func (fake *FakeApp) StackCallCount() int
- func (fake *FakeApp) StackCalls(stub func(string, string))
- func (fake *FakeApp) StartCommand(arg1 string, arg2 string)
- func (fake *FakeApp) StartCommandArgsForCall(i int) (string, string)
- func (fake *FakeApp) StartCommandCallCount() int
- func (fake *FakeApp) StartCommandCalls(stub func(string, string))
- type FakeRepository
- func (fake *FakeRepository) Invocations() map[string][][]interface{}
- func (fake *FakeRepository) ReadManifest(arg1 string) (*manifest.Manifest, error)
- func (fake *FakeRepository) ReadManifestArgsForCall(i int) string
- func (fake *FakeRepository) ReadManifestCallCount() int
- func (fake *FakeRepository) ReadManifestCalls(stub func(string) (*manifest.Manifest, error))
- func (fake *FakeRepository) ReadManifestReturns(result1 *manifest.Manifest, result2 error)
- func (fake *FakeRepository) ReadManifestReturnsOnCall(i int, result1 *manifest.Manifest, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeApp ¶
type FakeApp struct { BuildpackURLStub func(string, string) DiskQuotaStub func(string, int64) EnvironmentVarsStub func(string, string, string) GetContentsStub func() []models.Application HealthCheckHTTPEndpointStub func(string, string) HealthCheckTimeoutStub func(string, int) HealthCheckTypeStub func(string, string) InstancesStub func(string, int) MemoryStub func(string, int64) RouteStub func(string, string, string, string, int) SaveStub func(io.Writer) error ServiceStub func(string, string) StackStub func(string, string) StartCommandStub func(string, string) // contains filtered or unexported fields }
func (*FakeApp) BuildpackURL ¶
func (*FakeApp) BuildpackURLArgsForCall ¶
func (*FakeApp) BuildpackURLCallCount ¶
func (*FakeApp) BuildpackURLCalls ¶
func (*FakeApp) DiskQuotaArgsForCall ¶
func (*FakeApp) DiskQuotaCallCount ¶
func (*FakeApp) DiskQuotaCalls ¶
func (*FakeApp) EnvironmentVars ¶
func (*FakeApp) EnvironmentVarsArgsForCall ¶
func (*FakeApp) EnvironmentVarsCallCount ¶
func (*FakeApp) EnvironmentVarsCalls ¶
func (*FakeApp) GetContents ¶
func (fake *FakeApp) GetContents() []models.Application
func (*FakeApp) GetContentsCallCount ¶
func (*FakeApp) GetContentsCalls ¶
func (fake *FakeApp) GetContentsCalls(stub func() []models.Application)
func (*FakeApp) GetContentsReturns ¶
func (fake *FakeApp) GetContentsReturns(result1 []models.Application)
func (*FakeApp) GetContentsReturnsOnCall ¶
func (fake *FakeApp) GetContentsReturnsOnCall(i int, result1 []models.Application)
func (*FakeApp) HealthCheckHTTPEndpoint ¶
func (*FakeApp) HealthCheckHTTPEndpointArgsForCall ¶
func (*FakeApp) HealthCheckHTTPEndpointCallCount ¶
func (*FakeApp) HealthCheckHTTPEndpointCalls ¶
func (*FakeApp) HealthCheckTimeout ¶
func (*FakeApp) HealthCheckTimeoutArgsForCall ¶
func (*FakeApp) HealthCheckTimeoutCallCount ¶
func (*FakeApp) HealthCheckTimeoutCalls ¶
func (*FakeApp) HealthCheckType ¶
func (*FakeApp) HealthCheckTypeArgsForCall ¶
func (*FakeApp) HealthCheckTypeCallCount ¶
func (*FakeApp) HealthCheckTypeCalls ¶
func (*FakeApp) InstancesArgsForCall ¶
func (*FakeApp) InstancesCallCount ¶
func (*FakeApp) InstancesCalls ¶
func (*FakeApp) Invocations ¶
func (*FakeApp) MemoryCallCount ¶
func (*FakeApp) MemoryCalls ¶
func (*FakeApp) RouteArgsForCall ¶
func (*FakeApp) RouteCallCount ¶
func (*FakeApp) RouteCalls ¶
func (*FakeApp) SaveCallCount ¶
func (*FakeApp) SaveReturns ¶
func (*FakeApp) SaveReturnsOnCall ¶
func (*FakeApp) ServiceArgsForCall ¶
func (*FakeApp) ServiceCallCount ¶
func (*FakeApp) ServiceCalls ¶
func (*FakeApp) StackCallCount ¶
func (*FakeApp) StackCalls ¶
func (*FakeApp) StartCommand ¶
func (*FakeApp) StartCommandArgsForCall ¶
func (*FakeApp) StartCommandCallCount ¶
func (*FakeApp) StartCommandCalls ¶
type FakeRepository ¶
type FakeRepository struct { ReadManifestStub func(string) (*manifest.Manifest, error) // contains filtered or unexported fields }
func (*FakeRepository) Invocations ¶
func (fake *FakeRepository) Invocations() map[string][][]interface{}
func (*FakeRepository) ReadManifest ¶
func (fake *FakeRepository) ReadManifest(arg1 string) (*manifest.Manifest, error)
func (*FakeRepository) ReadManifestArgsForCall ¶
func (fake *FakeRepository) ReadManifestArgsForCall(i int) string
func (*FakeRepository) ReadManifestCallCount ¶
func (fake *FakeRepository) ReadManifestCallCount() int
func (*FakeRepository) ReadManifestCalls ¶
func (fake *FakeRepository) ReadManifestCalls(stub func(string) (*manifest.Manifest, error))
func (*FakeRepository) ReadManifestReturns ¶
func (fake *FakeRepository) ReadManifestReturns(result1 *manifest.Manifest, result2 error)
func (*FakeRepository) ReadManifestReturnsOnCall ¶
func (fake *FakeRepository) ReadManifestReturnsOnCall(i int, result1 *manifest.Manifest, result2 error)
Click to show internal directories.
Click to hide internal directories.