mocks

package
v0.0.0-...-e85e4ab Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository struct {
	mock.Mock
}

Repository is an autogenerated mock type for the Repository type

func NewRepository

func NewRepository(t mockConstructorTestingTNewRepository) *Repository

NewRepository creates a new instance of Repository. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Repository) Create

func (_m *Repository) Create(ctx context.Context, zipCode string, localityName string, provinceName string, countryName string) (locality.Locality, error)

Create provides a mock function with given fields: ctx, zipCode, localityName, provinceName, countryName

func (*Repository) GetAll

func (_m *Repository) GetAll(ctx context.Context) ([]locality.Locality, error)

GetAll provides a mock function with given fields: ctx

func (*Repository) GetById

func (_m *Repository) GetById(ctx context.Context, id int) (locality.Locality, error)

GetById provides a mock function with given fields: ctx, id

func (*Repository) ReportSellers

func (_m *Repository) ReportSellers(ctx context.Context, id int) (locality.ReportSeller, error)

ReportSellers provides a mock function with given fields: ctx, id

type Service

type Service struct {
	mock.Mock
}

Service is an autogenerated mock type for the Service type

func NewService

func NewService(t mockConstructorTestingTNewService) *Service

NewService creates a new instance of Service. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Service) Create

func (_m *Service) Create(ctx context.Context, zipCode string, localityName string, provinceName string, countryName string) (locality.Locality, error)

Create provides a mock function with given fields: ctx, zipCode, localityName, provinceName, countryName

func (*Service) GetAll

func (_m *Service) GetAll(ctx context.Context) ([]locality.Locality, error)

GetAll provides a mock function with given fields: ctx

func (*Service) GetById

func (_m *Service) GetById(ctx context.Context, id int) (locality.Locality, error)

GetById provides a mock function with given fields: ctx, id

func (*Service) ReportSellers

func (_m *Service) ReportSellers(ctx context.Context, id int) (locality.ReportSeller, error)

ReportSellers provides a mock function with given fields: ctx, id

Jump to

Keyboard shortcuts

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