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: 4 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(c domain.Category) (domain.Category, error)

Create provides a mock function with given fields: c

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) ExistsByName

func (_m *Repository) ExistsByName(name string) bool

ExistsByName provides a mock function with given fields: name

func (*Repository) ExistsBySlug

func (_m *Repository) ExistsBySlug(slug string) bool

ExistsBySlug provides a mock function with given fields: slug

func (*Repository) Find

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

Find provides a mock function with given fields: id

func (*Repository) FindByName

func (_m *Repository) FindByName(name string) (domain.Category, error)

FindByName provides a mock function with given fields: name

func (*Repository) FindByPost

func (_m *Repository) FindByPost(id int) (domain.Category, error)

FindByPost provides a mock function with given fields: id

func (*Repository) FindBySlug

func (_m *Repository) FindBySlug(slug string) (domain.Category, error)

FindBySlug provides a mock function with given fields: slug

func (*Repository) FindParent

func (_m *Repository) FindParent(id int) (domain.Category, error)

FindParent provides a mock function with given fields: id

func (*Repository) List

List provides a mock function with given fields: meta, cfg

func (*Repository) Update

func (_m *Repository) Update(c domain.Category) (domain.Category, error)

Update provides a mock function with given fields: c

Jump to

Keyboard shortcuts

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