Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeRepository
- func (fake *FakeRepository) ListRunning() (variables []models.EnvironmentVariable, apiErr error)
- func (fake *FakeRepository) ListRunningCallCount() int
- func (fake *FakeRepository) ListRunningReturns(result1 []models.EnvironmentVariable, result2 error)
- func (fake *FakeRepository) ListStaging() (variables []models.EnvironmentVariable, apiErr error)
- func (fake *FakeRepository) ListStagingCallCount() int
- func (fake *FakeRepository) ListStagingReturns(result1 []models.EnvironmentVariable, result2 error)
- func (fake *FakeRepository) SetRunning(arg1 string) error
- func (fake *FakeRepository) SetRunningArgsForCall(i int) string
- func (fake *FakeRepository) SetRunningCallCount() int
- func (fake *FakeRepository) SetRunningReturns(result1 error)
- func (fake *FakeRepository) SetStaging(arg1 string) error
- func (fake *FakeRepository) SetStagingArgsForCall(i int) string
- func (fake *FakeRepository) SetStagingCallCount() int
- func (fake *FakeRepository) SetStagingReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRepository ¶
type FakeRepository struct { ListRunningStub func() (variables []models.EnvironmentVariable, apiErr error) ListStagingStub func() (variables []models.EnvironmentVariable, apiErr error) SetStagingStub func(string) error SetRunningStub func(string) error // contains filtered or unexported fields }
func (*FakeRepository) ListRunning ¶
func (fake *FakeRepository) ListRunning() (variables []models.EnvironmentVariable, apiErr error)
func (*FakeRepository) ListRunningCallCount ¶
func (fake *FakeRepository) ListRunningCallCount() int
func (*FakeRepository) ListRunningReturns ¶
func (fake *FakeRepository) ListRunningReturns(result1 []models.EnvironmentVariable, result2 error)
func (*FakeRepository) ListStaging ¶
func (fake *FakeRepository) ListStaging() (variables []models.EnvironmentVariable, apiErr error)
func (*FakeRepository) ListStagingCallCount ¶
func (fake *FakeRepository) ListStagingCallCount() int
func (*FakeRepository) ListStagingReturns ¶
func (fake *FakeRepository) ListStagingReturns(result1 []models.EnvironmentVariable, result2 error)
func (*FakeRepository) SetRunning ¶
func (fake *FakeRepository) SetRunning(arg1 string) error
func (*FakeRepository) SetRunningArgsForCall ¶
func (fake *FakeRepository) SetRunningArgsForCall(i int) string
func (*FakeRepository) SetRunningCallCount ¶
func (fake *FakeRepository) SetRunningCallCount() int
func (*FakeRepository) SetRunningReturns ¶
func (fake *FakeRepository) SetRunningReturns(result1 error)
func (*FakeRepository) SetStaging ¶
func (fake *FakeRepository) SetStaging(arg1 string) error
func (*FakeRepository) SetStagingArgsForCall ¶
func (fake *FakeRepository) SetStagingArgsForCall(i int) string
func (*FakeRepository) SetStagingCallCount ¶
func (fake *FakeRepository) SetStagingCallCount() int
func (*FakeRepository) SetStagingReturns ¶
func (fake *FakeRepository) SetStagingReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.