securitygroupsfakes

package
v7.1.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2020 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

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 (*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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL