Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeSecurityGroupsRepo
- func (fake *FakeSecurityGroupsRepo) BindToRunningSet(arg1 string) error
- func (fake *FakeSecurityGroupsRepo) BindToRunningSetArgsForCall(i int) string
- func (fake *FakeSecurityGroupsRepo) BindToRunningSetCallCount() int
- func (fake *FakeSecurityGroupsRepo) BindToRunningSetReturns(result1 error)
- func (fake *FakeSecurityGroupsRepo) Invocations() map[string][][]interface{}
- func (fake *FakeSecurityGroupsRepo) List() ([]models.SecurityGroupFields, error)
- func (fake *FakeSecurityGroupsRepo) ListCallCount() int
- func (fake *FakeSecurityGroupsRepo) ListReturns(result1 []models.SecurityGroupFields, result2 error)
- func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSet(arg1 string) error
- func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSetArgsForCall(i int) string
- func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSetCallCount() int
- func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSetReturns(result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSecurityGroupsRepo ¶
type FakeSecurityGroupsRepo struct { BindToRunningSetStub func(string) error ListStub func() ([]models.SecurityGroupFields, error) UnbindFromRunningSetStub func(string) error // contains filtered or unexported fields }
func (*FakeSecurityGroupsRepo) BindToRunningSet ¶
func (fake *FakeSecurityGroupsRepo) BindToRunningSet(arg1 string) error
func (*FakeSecurityGroupsRepo) BindToRunningSetArgsForCall ¶
func (fake *FakeSecurityGroupsRepo) BindToRunningSetArgsForCall(i int) string
func (*FakeSecurityGroupsRepo) BindToRunningSetCallCount ¶
func (fake *FakeSecurityGroupsRepo) BindToRunningSetCallCount() int
func (*FakeSecurityGroupsRepo) BindToRunningSetReturns ¶
func (fake *FakeSecurityGroupsRepo) BindToRunningSetReturns(result1 error)
func (*FakeSecurityGroupsRepo) Invocations ¶
func (fake *FakeSecurityGroupsRepo) Invocations() map[string][][]interface{}
func (*FakeSecurityGroupsRepo) List ¶
func (fake *FakeSecurityGroupsRepo) List() ([]models.SecurityGroupFields, error)
func (*FakeSecurityGroupsRepo) ListCallCount ¶
func (fake *FakeSecurityGroupsRepo) ListCallCount() int
func (*FakeSecurityGroupsRepo) ListReturns ¶
func (fake *FakeSecurityGroupsRepo) ListReturns(result1 []models.SecurityGroupFields, result2 error)
func (*FakeSecurityGroupsRepo) UnbindFromRunningSet ¶
func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSet(arg1 string) error
func (*FakeSecurityGroupsRepo) UnbindFromRunningSetArgsForCall ¶
func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSetArgsForCall(i int) string
func (*FakeSecurityGroupsRepo) UnbindFromRunningSetCallCount ¶
func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSetCallCount() int
func (*FakeSecurityGroupsRepo) UnbindFromRunningSetReturns ¶
func (fake *FakeSecurityGroupsRepo) UnbindFromRunningSetReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.