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