Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeAppManifest
- func (fake *FakeAppManifest) AppPorts(arg1 string, arg2 []int)
- func (fake *FakeAppManifest) AppPortsArgsForCall(i int) (string, []int)
- func (fake *FakeAppManifest) AppPortsCallCount() int
- func (fake *FakeAppManifest) BuildpackURL(arg1 string, arg2 string)
- func (fake *FakeAppManifest) BuildpackURLArgsForCall(i int) (string, string)
- func (fake *FakeAppManifest) BuildpackURLCallCount() int
- func (fake *FakeAppManifest) DiskQuota(arg1 string, arg2 int64)
- func (fake *FakeAppManifest) DiskQuotaArgsForCall(i int) (string, int64)
- func (fake *FakeAppManifest) DiskQuotaCallCount() int
- func (fake *FakeAppManifest) Domain(arg1 string, arg2 string, arg3 string)
- func (fake *FakeAppManifest) DomainArgsForCall(i int) (string, string, string)
- func (fake *FakeAppManifest) DomainCallCount() int
- func (fake *FakeAppManifest) EnvironmentVars(arg1 string, arg2 string, arg3 string)
- func (fake *FakeAppManifest) EnvironmentVarsArgsForCall(i int) (string, string, string)
- func (fake *FakeAppManifest) EnvironmentVarsCallCount() int
- func (fake *FakeAppManifest) GetContents() []models.Application
- func (fake *FakeAppManifest) GetContentsCallCount() int
- func (fake *FakeAppManifest) GetContentsReturns(result1 []models.Application)
- func (fake *FakeAppManifest) HealthCheckTimeout(arg1 string, arg2 int)
- func (fake *FakeAppManifest) HealthCheckTimeoutArgsForCall(i int) (string, int)
- func (fake *FakeAppManifest) HealthCheckTimeoutCallCount() int
- func (fake *FakeAppManifest) Instances(arg1 string, arg2 int)
- func (fake *FakeAppManifest) InstancesArgsForCall(i int) (string, int)
- func (fake *FakeAppManifest) InstancesCallCount() int
- func (fake *FakeAppManifest) Memory(arg1 string, arg2 int64)
- func (fake *FakeAppManifest) MemoryArgsForCall(i int) (string, int64)
- func (fake *FakeAppManifest) MemoryCallCount() int
- func (fake *FakeAppManifest) Save(f io.Writer) error
- func (fake *FakeAppManifest) SaveArgsForCall(i int) io.Writer
- func (fake *FakeAppManifest) SaveCallCount() int
- func (fake *FakeAppManifest) SaveReturns(result1 error)
- func (fake *FakeAppManifest) Service(arg1 string, arg2 string)
- func (fake *FakeAppManifest) ServiceArgsForCall(i int) (string, string)
- func (fake *FakeAppManifest) ServiceCallCount() int
- func (fake *FakeAppManifest) Stack(arg1 string, arg2 string)
- func (fake *FakeAppManifest) StackArgsForCall(i int) (string, string)
- func (fake *FakeAppManifest) StackCallCount() int
- func (fake *FakeAppManifest) StartCommand(arg1 string, arg2 string)
- func (fake *FakeAppManifest) StartCommandArgsForCall(i int) (string, string)
- func (fake *FakeAppManifest) StartCommandCallCount() int
- type FakeManifestRepository
- func (fake *FakeManifestRepository) ReadManifest(arg1 string) (*manifest.Manifest, error)
- func (fake *FakeManifestRepository) ReadManifestArgsForCall(i int) string
- func (fake *FakeManifestRepository) ReadManifestCallCount() int
- func (fake *FakeManifestRepository) ReadManifestReturns(result1 *manifest.Manifest, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppManifest ¶
type FakeAppManifest 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) InstancesStub func(string, int) DomainStub func(string, string, string) GetContentsStub func() []models.Application StackStub func(string, string) AppPortsStub func(string, []int) SaveStub func(f io.Writer) error // contains filtered or unexported fields }
func (*FakeAppManifest) AppPorts ¶
func (fake *FakeAppManifest) AppPorts(arg1 string, arg2 []int)
func (*FakeAppManifest) AppPortsArgsForCall ¶
func (fake *FakeAppManifest) AppPortsArgsForCall(i int) (string, []int)
func (*FakeAppManifest) AppPortsCallCount ¶
func (fake *FakeAppManifest) AppPortsCallCount() int
func (*FakeAppManifest) BuildpackURL ¶
func (fake *FakeAppManifest) BuildpackURL(arg1 string, arg2 string)
func (*FakeAppManifest) BuildpackURLArgsForCall ¶
func (fake *FakeAppManifest) BuildpackURLArgsForCall(i int) (string, string)
func (*FakeAppManifest) BuildpackURLCallCount ¶
func (fake *FakeAppManifest) BuildpackURLCallCount() int
func (*FakeAppManifest) DiskQuota ¶
func (fake *FakeAppManifest) DiskQuota(arg1 string, arg2 int64)
func (*FakeAppManifest) DiskQuotaArgsForCall ¶
func (fake *FakeAppManifest) DiskQuotaArgsForCall(i int) (string, int64)
func (*FakeAppManifest) DiskQuotaCallCount ¶
func (fake *FakeAppManifest) DiskQuotaCallCount() int
func (*FakeAppManifest) Domain ¶
func (fake *FakeAppManifest) Domain(arg1 string, arg2 string, arg3 string)
func (*FakeAppManifest) DomainArgsForCall ¶
func (fake *FakeAppManifest) DomainArgsForCall(i int) (string, string, string)
func (*FakeAppManifest) DomainCallCount ¶
func (fake *FakeAppManifest) DomainCallCount() int
func (*FakeAppManifest) EnvironmentVars ¶
func (fake *FakeAppManifest) EnvironmentVars(arg1 string, arg2 string, arg3 string)
func (*FakeAppManifest) EnvironmentVarsArgsForCall ¶
func (fake *FakeAppManifest) EnvironmentVarsArgsForCall(i int) (string, string, string)
func (*FakeAppManifest) EnvironmentVarsCallCount ¶
func (fake *FakeAppManifest) EnvironmentVarsCallCount() int
func (*FakeAppManifest) GetContents ¶
func (fake *FakeAppManifest) GetContents() []models.Application
func (*FakeAppManifest) GetContentsCallCount ¶
func (fake *FakeAppManifest) GetContentsCallCount() int
func (*FakeAppManifest) GetContentsReturns ¶
func (fake *FakeAppManifest) GetContentsReturns(result1 []models.Application)
func (*FakeAppManifest) HealthCheckTimeout ¶
func (fake *FakeAppManifest) HealthCheckTimeout(arg1 string, arg2 int)
func (*FakeAppManifest) HealthCheckTimeoutArgsForCall ¶
func (fake *FakeAppManifest) HealthCheckTimeoutArgsForCall(i int) (string, int)
func (*FakeAppManifest) HealthCheckTimeoutCallCount ¶
func (fake *FakeAppManifest) HealthCheckTimeoutCallCount() int
func (*FakeAppManifest) Instances ¶
func (fake *FakeAppManifest) Instances(arg1 string, arg2 int)
func (*FakeAppManifest) InstancesArgsForCall ¶
func (fake *FakeAppManifest) InstancesArgsForCall(i int) (string, int)
func (*FakeAppManifest) InstancesCallCount ¶
func (fake *FakeAppManifest) InstancesCallCount() int
func (*FakeAppManifest) Memory ¶
func (fake *FakeAppManifest) Memory(arg1 string, arg2 int64)
func (*FakeAppManifest) MemoryArgsForCall ¶
func (fake *FakeAppManifest) MemoryArgsForCall(i int) (string, int64)
func (*FakeAppManifest) MemoryCallCount ¶
func (fake *FakeAppManifest) MemoryCallCount() int
func (*FakeAppManifest) SaveArgsForCall ¶
func (fake *FakeAppManifest) SaveArgsForCall(i int) io.Writer
func (*FakeAppManifest) SaveCallCount ¶
func (fake *FakeAppManifest) SaveCallCount() int
func (*FakeAppManifest) SaveReturns ¶
func (fake *FakeAppManifest) SaveReturns(result1 error)
func (*FakeAppManifest) Service ¶
func (fake *FakeAppManifest) Service(arg1 string, arg2 string)
func (*FakeAppManifest) ServiceArgsForCall ¶
func (fake *FakeAppManifest) ServiceArgsForCall(i int) (string, string)
func (*FakeAppManifest) ServiceCallCount ¶
func (fake *FakeAppManifest) ServiceCallCount() int
func (*FakeAppManifest) Stack ¶
func (fake *FakeAppManifest) Stack(arg1 string, arg2 string)
func (*FakeAppManifest) StackArgsForCall ¶
func (fake *FakeAppManifest) StackArgsForCall(i int) (string, string)
func (*FakeAppManifest) StackCallCount ¶
func (fake *FakeAppManifest) StackCallCount() int
func (*FakeAppManifest) StartCommand ¶
func (fake *FakeAppManifest) StartCommand(arg1 string, arg2 string)
func (*FakeAppManifest) StartCommandArgsForCall ¶
func (fake *FakeAppManifest) StartCommandArgsForCall(i int) (string, string)
func (*FakeAppManifest) StartCommandCallCount ¶
func (fake *FakeAppManifest) StartCommandCallCount() int
type FakeManifestRepository ¶
type FakeManifestRepository struct { ReadManifestStub func(string) (*manifest.Manifest, error) // contains filtered or unexported fields }
func (*FakeManifestRepository) ReadManifest ¶
func (fake *FakeManifestRepository) ReadManifest(arg1 string) (*manifest.Manifest, error)
func (*FakeManifestRepository) ReadManifestArgsForCall ¶
func (fake *FakeManifestRepository) ReadManifestArgsForCall(i int) string
func (*FakeManifestRepository) ReadManifestCallCount ¶
func (fake *FakeManifestRepository) ReadManifestCallCount() int
func (*FakeManifestRepository) ReadManifestReturns ¶
func (fake *FakeManifestRepository) ReadManifestReturns(result1 *manifest.Manifest, result2 error)
Click to show internal directories.
Click to hide internal directories.