Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + 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 + 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) Other modules containing this package github.com/LukasHeimann/cloudfoundrycli