Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type ContainerRepo
- func (fake *ContainerRepo) GetByIP(arg1 string) (repository.Container, error)
- func (fake *ContainerRepo) GetByIPArgsForCall(i int) string
- func (fake *ContainerRepo) GetByIPCallCount() int
- func (fake *ContainerRepo) GetByIPReturns(result1 repository.Container, result2 error)
- func (fake *ContainerRepo) GetByIPReturnsOnCall(i int, result1 repository.Container, result2 error)
- func (fake *ContainerRepo) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerRepo ¶
type ContainerRepo struct { GetByIPStub func(string) (repository.Container, error) // contains filtered or unexported fields }
func (*ContainerRepo) GetByIP ¶
func (fake *ContainerRepo) GetByIP(arg1 string) (repository.Container, error)
func (*ContainerRepo) GetByIPArgsForCall ¶
func (fake *ContainerRepo) GetByIPArgsForCall(i int) string
func (*ContainerRepo) GetByIPCallCount ¶
func (fake *ContainerRepo) GetByIPCallCount() int
func (*ContainerRepo) GetByIPReturns ¶
func (fake *ContainerRepo) GetByIPReturns(result1 repository.Container, result2 error)
func (*ContainerRepo) GetByIPReturnsOnCall ¶
func (fake *ContainerRepo) GetByIPReturnsOnCall(i int, result1 repository.Container, result2 error)
func (*ContainerRepo) Invocations ¶
func (fake *ContainerRepo) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.