mocks

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2021 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 (*Repository) Create

func (_m *Repository) Create(redirect domain.Redirect) (domain.Redirect, error)

Create provides a mock function with given fields: redirect

func (*Repository) Delete

func (_m *Repository) Delete(id int) error

Delete provides a mock function with given fields: id

func (*Repository) Exists

func (_m *Repository) Exists(id int) bool

Exists provides a mock function with given fields: id

func (*Repository) ExistsByFrom

func (_m *Repository) ExistsByFrom(from string) bool

ExistsByFrom provides a mock function with given fields: from

func (*Repository) Find

func (_m *Repository) Find(id int) (domain.Redirect, error)

Find provides a mock function with given fields: id

func (*Repository) FindByFrom

func (_m *Repository) FindByFrom(from string) (domain.Redirect, error)

FindByFrom provides a mock function with given fields: from

func (*Repository) List

func (_m *Repository) List(meta params.Params) (domain.Redirects, int, error)

List provides a mock function with given fields: meta

func (*Repository) Update

func (_m *Repository) Update(redirect domain.Redirect) (domain.Redirect, error)

Update provides a mock function with given fields: redirect

Jump to

Keyboard shortcuts

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