Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeApp
- func (fake *FakeApp) AppPorts(arg1 string, arg2 []int)
- func (fake *FakeApp) AppPortsArgsForCall(i int) (string, []int)
- func (fake *FakeApp) AppPortsCallCount() int
- func (fake *FakeApp) BuildpackURL(arg1 string, arg2 string)
- func (fake *FakeApp) BuildpackURLArgsForCall(i int) (string, string)
- func (fake *FakeApp) BuildpackURLCallCount() int
- func (fake *FakeApp) DiskQuota(arg1 string, arg2 int64)
- func (fake *FakeApp) DiskQuotaArgsForCall(i int) (string, int64)
- func (fake *FakeApp) DiskQuotaCallCount() int
- 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) GetContents() []models.Application
- func (fake *FakeApp) GetContentsCallCount() int
- func (fake *FakeApp) GetContentsReturns(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) HealthCheckTimeout(arg1 string, arg2 int)
- func (fake *FakeApp) HealthCheckTimeoutArgsForCall(i int) (string, int)
- func (fake *FakeApp) HealthCheckTimeoutCallCount() 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) Instances(arg1 string, arg2 int)
- func (fake *FakeApp) InstancesArgsForCall(i int) (string, int)
- func (fake *FakeApp) InstancesCallCount() 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) 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) Save(f io.Writer) error
- func (fake *FakeApp) SaveArgsForCall(i int) io.Writer
- func (fake *FakeApp) SaveCallCount() int
- func (fake *FakeApp) SaveReturns(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) Stack(arg1 string, arg2 string)
- func (fake *FakeApp) StackArgsForCall(i int) (string, string)
- func (fake *FakeApp) StackCallCount() int
- func (fake *FakeApp) StartCommand(arg1 string, arg2 string)
- func (fake *FakeApp) StartCommandArgsForCall(i int) (string, string)
- func (fake *FakeApp) StartCommandCallCount() int
- 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) ReadManifestReturns(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) MemoryStub func(string, int64) ServiceStub func(string, string) StartCommandStub func(string, string) EnvironmentVarsStub func(string, string, string) HealthCheckTimeoutStub func(string, int) HealthCheckTypeStub func(string, string) HealthCheckHTTPEndpointStub func(string, string) InstancesStub func(string, int) RouteStub func(string, string, string, string, int) GetContentsStub func() []models.Application StackStub func(string, string) AppPortsStub func(string, []int) SaveStub func(f io.Writer) error // contains filtered or unexported fields }
func (*FakeApp) AppPortsArgsForCall ¶
func (*FakeApp) AppPortsCallCount ¶
func (*FakeApp) BuildpackURL ¶
func (*FakeApp) BuildpackURLArgsForCall ¶
func (*FakeApp) BuildpackURLCallCount ¶
func (*FakeApp) DiskQuotaArgsForCall ¶
func (*FakeApp) DiskQuotaCallCount ¶
func (*FakeApp) EnvironmentVars ¶
func (*FakeApp) EnvironmentVarsArgsForCall ¶
func (*FakeApp) EnvironmentVarsCallCount ¶
func (*FakeApp) GetContents ¶
func (fake *FakeApp) GetContents() []models.Application
func (*FakeApp) GetContentsCallCount ¶
func (*FakeApp) GetContentsReturns ¶
func (fake *FakeApp) GetContentsReturns(result1 []models.Application)
func (*FakeApp) HealthCheckHTTPEndpoint ¶
func (*FakeApp) HealthCheckHTTPEndpointArgsForCall ¶
func (*FakeApp) HealthCheckHTTPEndpointCallCount ¶
func (*FakeApp) HealthCheckTimeout ¶
func (*FakeApp) HealthCheckTimeoutArgsForCall ¶
func (*FakeApp) HealthCheckTimeoutCallCount ¶
func (*FakeApp) HealthCheckType ¶
func (*FakeApp) HealthCheckTypeArgsForCall ¶
func (*FakeApp) HealthCheckTypeCallCount ¶
func (*FakeApp) InstancesArgsForCall ¶
func (*FakeApp) InstancesCallCount ¶
func (*FakeApp) Invocations ¶
func (*FakeApp) MemoryCallCount ¶
func (*FakeApp) RouteArgsForCall ¶
func (*FakeApp) RouteCallCount ¶
func (*FakeApp) SaveCallCount ¶
func (*FakeApp) SaveReturns ¶
func (*FakeApp) ServiceArgsForCall ¶
func (*FakeApp) ServiceCallCount ¶
func (*FakeApp) StackCallCount ¶
func (*FakeApp) StartCommand ¶
func (*FakeApp) StartCommandArgsForCall ¶
func (*FakeApp) StartCommandCallCount ¶
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) ReadManifestReturns ¶
func (fake *FakeRepository) ReadManifestReturns(result1 *manifest.Manifest, result2 error)
Click to show internal directories.
Click to hide internal directories.