Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeRepository
- func (fake *FakeRepository) GetApplications() ([]models.V3Application, error)
- func (fake *FakeRepository) GetApplicationsCallCount() int
- func (fake *FakeRepository) GetApplicationsReturns(result1 []models.V3Application, result2 error)
- func (fake *FakeRepository) GetProcesses(path string) ([]models.V3Process, error)
- func (fake *FakeRepository) GetProcessesArgsForCall(i int) string
- func (fake *FakeRepository) GetProcessesCallCount() int
- func (fake *FakeRepository) GetProcessesReturns(result1 []models.V3Process, result2 error)
- func (fake *FakeRepository) GetRoutes(path string) ([]models.V3Route, error)
- func (fake *FakeRepository) GetRoutesArgsForCall(i int) string
- func (fake *FakeRepository) GetRoutesCallCount() int
- func (fake *FakeRepository) GetRoutesReturns(result1 []models.V3Route, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeRepository ¶
type FakeRepository struct { GetApplicationsStub func() ([]models.V3Application, error) GetProcessesStub func(path string) ([]models.V3Process, error) GetRoutesStub func(path string) ([]models.V3Route, error) // contains filtered or unexported fields }
func (*FakeRepository) GetApplications ¶
func (fake *FakeRepository) GetApplications() ([]models.V3Application, error)
func (*FakeRepository) GetApplicationsCallCount ¶
func (fake *FakeRepository) GetApplicationsCallCount() int
func (*FakeRepository) GetApplicationsReturns ¶
func (fake *FakeRepository) GetApplicationsReturns(result1 []models.V3Application, result2 error)
func (*FakeRepository) GetProcesses ¶
func (fake *FakeRepository) GetProcesses(path string) ([]models.V3Process, error)
func (*FakeRepository) GetProcessesArgsForCall ¶
func (fake *FakeRepository) GetProcessesArgsForCall(i int) string
func (*FakeRepository) GetProcessesCallCount ¶
func (fake *FakeRepository) GetProcessesCallCount() int
func (*FakeRepository) GetProcessesReturns ¶
func (fake *FakeRepository) GetProcessesReturns(result1 []models.V3Process, result2 error)
func (*FakeRepository) GetRoutes ¶
func (fake *FakeRepository) GetRoutes(path string) ([]models.V3Route, error)
func (*FakeRepository) GetRoutesArgsForCall ¶
func (fake *FakeRepository) GetRoutesArgsForCall(i int) string
func (*FakeRepository) GetRoutesCallCount ¶
func (fake *FakeRepository) GetRoutesCallCount() int
func (*FakeRepository) GetRoutesReturns ¶
func (fake *FakeRepository) GetRoutesReturns(result1 []models.V3Route, result2 error)
Click to show internal directories.
Click to hide internal directories.