mocks

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	mock.Mock
}

Store is an autogenerated mock type for the Store type

func NewStore

func NewStore(t interface {
	mock.TestingT
	Cleanup(func())
}) *Store

NewStore creates a new instance of Store. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Store) DeleteCategory

func (_m *Store) DeleteCategory(ctx context.Context, cat *categories.Category) error

DeleteCategory provides a mock function with given fields: ctx, cat

func (*Store) GetCategory added in v0.3.0

func (_m *Store) GetCategory(ctx context.Context, _a1 uuid.UUID) (*categories.Category, error)

GetCategory provides a mock function with given fields: ctx, _a1

func (*Store) GetUserCategories

func (_m *Store) GetUserCategories(ctx context.Context, u *users.User) ([]*categories.Category, error)

GetUserCategories provides a mock function with given fields: ctx, u

func (*Store) SaveCategory

func (_m *Store) SaveCategory(ctx context.Context, cat *categories.Category) error

SaveCategory provides a mock function with given fields: ctx, cat

Jump to

Keyboard shortcuts

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