Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeAppManifest
- 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) FileSavePath(arg1 string)
- func (fake *FakeAppManifest) FileSavePathArgsForCall(i int) string
- func (fake *FakeAppManifest) FileSavePathCallCount() 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() error
- 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
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 FileSavePathStub func(string) StackStub func(string, string) SaveStub func() error // contains filtered or unexported fields }
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) FileSavePath ¶
func (fake *FakeAppManifest) FileSavePath(arg1 string)
func (*FakeAppManifest) FileSavePathArgsForCall ¶
func (fake *FakeAppManifest) FileSavePathArgsForCall(i int) string
func (*FakeAppManifest) FileSavePathCallCount ¶
func (fake *FakeAppManifest) FileSavePathCallCount() 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) Save ¶
func (fake *FakeAppManifest) Save() error
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
Click to show internal directories.
Click to hide internal directories.