Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeSecurityGroupRepo
- func (fake *FakeSecurityGroupRepo) Create(arg1 string, arg2 []map[string]interface{}) error
- func (fake *FakeSecurityGroupRepo) CreateArgsForCall(i int) (string, []map[string]interface{})
- func (fake *FakeSecurityGroupRepo) CreateCallCount() int
- func (fake *FakeSecurityGroupRepo) CreateCalls(stub func(string, []map[string]interface{}) error)
- func (fake *FakeSecurityGroupRepo) CreateReturns(result1 error)
- func (fake *FakeSecurityGroupRepo) CreateReturnsOnCall(i int, result1 error)
- func (fake *FakeSecurityGroupRepo) Delete(arg1 string) error
- func (fake *FakeSecurityGroupRepo) DeleteArgsForCall(i int) string
- func (fake *FakeSecurityGroupRepo) DeleteCallCount() int
- func (fake *FakeSecurityGroupRepo) DeleteCalls(stub func(string) error)
- func (fake *FakeSecurityGroupRepo) DeleteReturns(result1 error)
- func (fake *FakeSecurityGroupRepo) DeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeSecurityGroupRepo) FindAll() ([]models.SecurityGroup, error)
- func (fake *FakeSecurityGroupRepo) FindAllCallCount() int
- func (fake *FakeSecurityGroupRepo) FindAllCalls(stub func() ([]models.SecurityGroup, error))
- func (fake *FakeSecurityGroupRepo) FindAllReturns(result1 []models.SecurityGroup, result2 error)
- func (fake *FakeSecurityGroupRepo) FindAllReturnsOnCall(i int, result1 []models.SecurityGroup, result2 error)
- func (fake *FakeSecurityGroupRepo) Invocations() map[string][][]interface{}
- func (fake *FakeSecurityGroupRepo) Read(arg1 string) (models.SecurityGroup, error)
- func (fake *FakeSecurityGroupRepo) ReadArgsForCall(i int) string
- func (fake *FakeSecurityGroupRepo) ReadCallCount() int
- func (fake *FakeSecurityGroupRepo) ReadCalls(stub func(string) (models.SecurityGroup, error))
- func (fake *FakeSecurityGroupRepo) ReadReturns(result1 models.SecurityGroup, result2 error)
- func (fake *FakeSecurityGroupRepo) ReadReturnsOnCall(i int, result1 models.SecurityGroup, result2 error)
- func (fake *FakeSecurityGroupRepo) Update(arg1 string, arg2 []map[string]interface{}) error
- func (fake *FakeSecurityGroupRepo) UpdateArgsForCall(i int) (string, []map[string]interface{})
- func (fake *FakeSecurityGroupRepo) UpdateCallCount() int
- func (fake *FakeSecurityGroupRepo) UpdateCalls(stub func(string, []map[string]interface{}) error)
- func (fake *FakeSecurityGroupRepo) UpdateReturns(result1 error)
- func (fake *FakeSecurityGroupRepo) UpdateReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSecurityGroupRepo ¶
type FakeSecurityGroupRepo struct { CreateStub func(string, []map[string]interface{}) error DeleteStub func(string) error FindAllStub func() ([]models.SecurityGroup, error) ReadStub func(string) (models.SecurityGroup, error) UpdateStub func(string, []map[string]interface{}) error // contains filtered or unexported fields }
func (*FakeSecurityGroupRepo) Create ¶
func (fake *FakeSecurityGroupRepo) Create(arg1 string, arg2 []map[string]interface{}) error
func (*FakeSecurityGroupRepo) CreateArgsForCall ¶
func (fake *FakeSecurityGroupRepo) CreateArgsForCall(i int) (string, []map[string]interface{})
func (*FakeSecurityGroupRepo) CreateCallCount ¶
func (fake *FakeSecurityGroupRepo) CreateCallCount() int
func (*FakeSecurityGroupRepo) CreateCalls ¶
func (fake *FakeSecurityGroupRepo) CreateCalls(stub func(string, []map[string]interface{}) error)
func (*FakeSecurityGroupRepo) CreateReturns ¶
func (fake *FakeSecurityGroupRepo) CreateReturns(result1 error)
func (*FakeSecurityGroupRepo) CreateReturnsOnCall ¶
func (fake *FakeSecurityGroupRepo) CreateReturnsOnCall(i int, result1 error)
func (*FakeSecurityGroupRepo) Delete ¶
func (fake *FakeSecurityGroupRepo) Delete(arg1 string) error
func (*FakeSecurityGroupRepo) DeleteArgsForCall ¶
func (fake *FakeSecurityGroupRepo) DeleteArgsForCall(i int) string
func (*FakeSecurityGroupRepo) DeleteCallCount ¶
func (fake *FakeSecurityGroupRepo) DeleteCallCount() int
func (*FakeSecurityGroupRepo) DeleteCalls ¶
func (fake *FakeSecurityGroupRepo) DeleteCalls(stub func(string) error)
func (*FakeSecurityGroupRepo) DeleteReturns ¶
func (fake *FakeSecurityGroupRepo) DeleteReturns(result1 error)
func (*FakeSecurityGroupRepo) DeleteReturnsOnCall ¶
func (fake *FakeSecurityGroupRepo) DeleteReturnsOnCall(i int, result1 error)
func (*FakeSecurityGroupRepo) FindAll ¶
func (fake *FakeSecurityGroupRepo) FindAll() ([]models.SecurityGroup, error)
func (*FakeSecurityGroupRepo) FindAllCallCount ¶
func (fake *FakeSecurityGroupRepo) FindAllCallCount() int
func (*FakeSecurityGroupRepo) FindAllCalls ¶
func (fake *FakeSecurityGroupRepo) FindAllCalls(stub func() ([]models.SecurityGroup, error))
func (*FakeSecurityGroupRepo) FindAllReturns ¶
func (fake *FakeSecurityGroupRepo) FindAllReturns(result1 []models.SecurityGroup, result2 error)
func (*FakeSecurityGroupRepo) FindAllReturnsOnCall ¶
func (fake *FakeSecurityGroupRepo) FindAllReturnsOnCall(i int, result1 []models.SecurityGroup, result2 error)
func (*FakeSecurityGroupRepo) Invocations ¶
func (fake *FakeSecurityGroupRepo) Invocations() map[string][][]interface{}
func (*FakeSecurityGroupRepo) Read ¶
func (fake *FakeSecurityGroupRepo) Read(arg1 string) (models.SecurityGroup, error)
func (*FakeSecurityGroupRepo) ReadArgsForCall ¶
func (fake *FakeSecurityGroupRepo) ReadArgsForCall(i int) string
func (*FakeSecurityGroupRepo) ReadCallCount ¶
func (fake *FakeSecurityGroupRepo) ReadCallCount() int
func (*FakeSecurityGroupRepo) ReadCalls ¶
func (fake *FakeSecurityGroupRepo) ReadCalls(stub func(string) (models.SecurityGroup, error))
func (*FakeSecurityGroupRepo) ReadReturns ¶
func (fake *FakeSecurityGroupRepo) ReadReturns(result1 models.SecurityGroup, result2 error)
func (*FakeSecurityGroupRepo) ReadReturnsOnCall ¶
func (fake *FakeSecurityGroupRepo) ReadReturnsOnCall(i int, result1 models.SecurityGroup, result2 error)
func (*FakeSecurityGroupRepo) Update ¶
func (fake *FakeSecurityGroupRepo) Update(arg1 string, arg2 []map[string]interface{}) error
func (*FakeSecurityGroupRepo) UpdateArgsForCall ¶
func (fake *FakeSecurityGroupRepo) UpdateArgsForCall(i int) (string, []map[string]interface{})
func (*FakeSecurityGroupRepo) UpdateCallCount ¶
func (fake *FakeSecurityGroupRepo) UpdateCallCount() int
func (*FakeSecurityGroupRepo) UpdateCalls ¶
func (fake *FakeSecurityGroupRepo) UpdateCalls(stub func(string, []map[string]interface{}) error)
func (*FakeSecurityGroupRepo) UpdateReturns ¶
func (fake *FakeSecurityGroupRepo) UpdateReturns(result1 error)
func (*FakeSecurityGroupRepo) UpdateReturnsOnCall ¶
func (fake *FakeSecurityGroupRepo) UpdateReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.